Path

ez components / documentation / api reference / 1.0.1 / imageconversion


eZ Components 1.0.1

ImageConversion: ezcImageFilter

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

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.

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::$optionsezcImageFilter::$name.


Last updated: Fri, 02 Nov 2007