class Save implements FilterInterface
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 35
public
__construct(string $path, array $options = array())
Constructs Save filter with given path and options
at line 44
public ImageInterface
apply(ImageInterface $image)
Applies scheduled transformation to ImageInterface instance Returns processed ImageInterface instance