class Crop implements FilterInterface
A crop filter
Methods
__construct(PointInterface $start, BoxInterface $size)
Constructs a Crop filter with given x, y, coordinates and crop width and height values |
||
ImageInterface |
apply(ImageInterface $image)
Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance |
Details
at line 41
public
__construct(PointInterface $start, BoxInterface $size)
Constructs a Crop filter with given x, y, coordinates and crop width and height values
at line 50
public ImageInterface
apply(ImageInterface $image)
Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance