Sulu\Bundle\MediaBundle\Media\ImageConverter\Transformation\TransformationInterface::execute PHP Method

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
    public function execute(ImageInterface $image, $parameters);
TransformationInterface