FilterInterface
in
Interface for imagine filters.
Table of Contents
Methods
- apply() : ImageInterface
- Applies scheduled transformation to an ImageInterface instance.
Methods
apply()
Applies scheduled transformation to an ImageInterface instance.
public
apply(ImageInterface $image) : ImageInterface
Parameters
- $image : ImageInterface
Return values
ImageInterface —returns the processed ImageInterface instance