Метод | Описание | |
---|---|---|
crop ( Imagine\Image\ImageInterface $image, $x, $y, $width, $height ) | ||
isValid ( Imagine\Image\ImageInterface $image, $x, $y, $width, $height, array $format ) |
Метод | Описание | |
---|---|---|
isInsideImage ( Imagine\Image\ImageInterface $image, $x, $y, $width, $height ) : boolean | Returns true iff the cropping does not exceed the image borders. | |
isNotSmallerThanFormat ( $width, $height, array $format ) : boolean | Returns true iff the crop is greater or equal to the size of a given format. |
public crop ( Imagine\Image\ImageInterface $image, $x, $y, $width, $height ) | ||
$image | Imagine\Image\ImageInterface |