Imagine API
Class

Imagine\Filter\Basic\Paste

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

Parameters

ImageInterface $image
PointInterface $start

at line 49
public ImageInterface apply(ImageInterface $image)

Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance

Parameters

ImageInterface $image

Return Value

ImageInterface