ImageConversion: ezcImageConverterSettings
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcImageConverterSettings
|
Struct to store the settings for objects of ezcImageConverter. [
source]
This class is used as a struct for the settings of ezcImageConverter.
Member Variables
|
public array |
$conversions
= array()
Map of automatic MIME type conversions. The converter will automatically perform the defined conversions when a transformation is applied through it and the specific MIME type is recognized. |
|
public array(ezcImageHandlerSettings) |
$handlers
= array()
|
Method Summary
|
public ezcImageConverterSettings |
__construct(
[$handlers = array()], [$conversions = array()] )
Create a new instance of ezcImageConverterSettings. |
Methods
__construct
ezcImageConverterSettings __construct(
[
$handlers = array()], [
$conversions = array()] )
Create a new instance of ezcImageConverterSettings.
Create a new instance of ezcImageConverterSettings to be used with
ezcImageConverter objects..
Parameters
| Name |
Type |
Description |
$handlers |
array |
Array of handler objects. |
$conversions |
array |
Map of standard MIME type conversions. |
See also:
ezcImageConverterSettings::$conversions,
ezcImageConverterSettings::$handlers.
Last updated: Fri, 02 Nov 2007