Overrides ImageInterface::scaleAndCrop
public function scaleAndCrop($width, $height) { return $this->apply('scale_and_crop', [ 'width' => $width, 'height' => $height, ]); }