Back to Joomla project (class list)

Class ImageFilter - list of methods

Class to manipulate an image.

Direct known subclasses

Package: Joomla\CMS\Image
Copyright: (C) 2017 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Image/ImageFilter.php
Project: Joomla

Method Summary

public
(mixed $handle)

Class constructor.
Parameters
  • resource $handle The image resource on which to apply the filter.
Since
  • 1.7.3
-
  • \InvalidArgumentException
  • \RuntimeException
Show source code of this method: __construct Source Code

public void
(array $options = [])

Method to apply a filter to an image resource.
Parameters
  • array $options An array of options for the filter.
Returns
  • void
Since
  • 2.5.0
Show source code of this method: execute Source Code

Properties Summary

protected resource
$handle
Since
  • 2.5.0

Tags Summary

Since
1.7.3