FlipVertically
in package
implements
FilterInterface
A "flip vertically" filter.
Table of Contents
Interfaces
- FilterInterface
- Interface for imagine filters.
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
Tags
Return values
ImageInterface —returns the processed ImageInterface instance