class Paste implements FilterInterface
A paste filter
Methods
__construct(ImageInterface $image, PointInterface $start)
Constructs a Paste filter with given ImageInterface to paste and x, y coordinates of target position |
||
ImageInterface |
apply(ImageInterface $image)
Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance |
Details
at line 40
public
__construct(ImageInterface $image, PointInterface $start)
Constructs a Paste filter with given ImageInterface to paste and x, y coordinates of target position
at line 49
public ImageInterface
apply(ImageInterface $image)
Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance