PHP Class eZ\Bundle\EzPublishCoreBundle\Imagine\Filter\Loader\ScaleDownOnlyFilterLoader

Proxy to ThumbnailFilterLoader.
Inheritance: extends FilterLoaderWrapped
Show file Open project: ezsystems/ezpublish-kernel Class Usage Examples

Public Methods

Method Description
load ( Imagine\Image\ImageInterface $image, array $options = [] ) : Imagine\Image\ImageInterface Loads and applies a filter on the given image.

Method Details

load() public method

Loads and applies a filter on the given image.
public load ( Imagine\Image\ImageInterface $image, array $options = [] ) : Imagine\Image\ImageInterface
$image Imagine\Image\ImageInterface
$options array Numerically indexed array. First entry is width, second is height.
return Imagine\Image\ImageInterface