Overrides ImageInterface::scale
public function scale($width, $height = NULL, $upscale = FALSE) { return $this->apply('scale', [ 'width' => $width, 'height' => $height, 'upscale' => $upscale, ]); }