ImageConversion: ezcImageFilter
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcImageFilter
|
Struct to store information about a filter operation. [
source]
The struct contains the self::name of the filter to use and which self::options to use for it.
Parents
ezcBaseStruct
|
--ezcImageFilter
Member Variables
|
public string |
$name
Name of filter operation to use. |
|
public array(string=>mixed) |
$options
Associative array of options for the filter operation. |
Method Summary
|
public ezcImageFilter |
__construct(
$name, [$options = array()] )
Initialize with the filter name and options. |
Methods
__construct
ezcImageFilter __construct(
array
$name, [
$options = array()] )
Initialize with the filter name and options.
Parameters
| Name |
Type |
Description |
$name |
array |
Name of filter operation. |
$options |
array |
Associative array of options for filter operation. |
See also:
ezcImageFilter::$options,
ezcImageFilter::$name.
Last updated: Mon, 17 Dec 2007