JImage::filter
Method to apply a filter to the image by type. Two examples are: grayscale and sketchy.
Signature
public function filter(string
$type,
array
$optionsĀ )
Parameters
-
$type
- The name of the image filter to apply.
-
$options
- An array of options for the filter.
Returns
- JImage