PHP Interface Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\TransformationInterface

The TransformationInterface is a interface to manage image manipulation.
Show file Open project: sulu/sulu

Public Methods

Method Description
execute ( Imagine\Image\ImageInterface $image, $parameters ) : Imagine\Image\ImageInterface Executes the transformation on a given image.

Method Details

execute() public method

Executes the transformation on a given image.
public execute ( Imagine\Image\ImageInterface $image, $parameters ) : Imagine\Image\ImageInterface
$image Imagine\Image\ImageInterface
$parameters
return Imagine\Image\ImageInterface $image The modified image