Path

ez components / documentation / api reference / 2007.1.1 / imageconversion


eZ Components 2007.1.1

ImageConversion: ezcImageSaveOptions

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

Class: ezcImageSaveOptions

Options class for ezcImageHandler->save() methods. [source]

Parents

ezcBaseOptions
   |
   --ezcImageSaveOptions

Member Variables

protected array(string=>mixed) $properties = array(
"compression" => null,
"quality" => null,
)

Properties.

Inherited Methods

From ezcBaseOptions :
public ezcBaseOptions ezcBaseOptions::__construct()
Construct a new options object.
public void ezcBaseOptions::merge()
Merge an array into the actual options object.
public bool ezcBaseOptions::offsetExists()
Returns if an option exists.
public mixed ezcBaseOptions::offsetGet()
Returns an option value.
public void ezcBaseOptions::offsetSet()
Set an option.
public void ezcBaseOptions::offsetUnset()
Unset an option.
Last updated: Wed, 28 Nov 2007