interface FilterInterface

Interface for imagine filters.

Methods

apply(ImageInterface $image)

Applies scheduled transformation to an ImageInterface instance.

Details

at line 28
ImageInterface apply(ImageInterface $image)

Applies scheduled transformation to an ImageInterface instance.

Parameters

ImageInterface $image

Return Value

ImageInterface returns the processed ImageInterface instance