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.
The array key is the option name and the array entry is the value for the option. Consult each filter operation to see which names and values to use. |
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: Tue, 27 May 2008