class Resize implements FilterInterface
Methods
__construct(BoxInterface $size)
Constructs Resize filter with given width and height |
||
ImageInterface |
apply(ImageInterface $image)
Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance |
Details
at line 30
public
__construct(BoxInterface $size)
Constructs Resize filter with given width and height
at line 38
public ImageInterface
apply(ImageInterface $image)
Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance