Imagine API
Class

Imagine\Filter\Basic\Save

class Save implements FilterInterface

A save filter

Methods

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

Constructs Save filter with given path and options

ImageInterface apply(ImageInterface $image)

Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance

Details

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

Constructs Save filter with given path and options

Parameters

string $path
array $options

at line 47
public ImageInterface apply(ImageInterface $image)

Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance

Parameters

ImageInterface $image

Return Value

ImageInterface