class Save implements FilterInterface

A save filter.

Methods

__construct(string $path = null, array $options = array())

Constructs Save filter with given path and options.

apply(ImageInterface $image)

Applies scheduled transformation to an ImageInterface instance.

Details

at line 38
__construct(string $path = null, array $options = array())

Constructs Save filter with given path and options.

Parameters

string $path
array $options

at line 49
ImageInterface apply(ImageInterface $image)

Applies scheduled transformation to an ImageInterface instance.

Parameters

ImageInterface $image

Return Value

ImageInterface returns the processed ImageInterface instance

See also

FilterInterface::apply