class ApplyMask implements FilterInterface
Methods
__construct(ImageInterface $mask) | ||
ImageInterface |
apply(ImageInterface $image)
Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance |
Details
at line 27
public
__construct(ImageInterface $mask)
at line 35
public ImageInterface
apply(ImageInterface $image)
Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance