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