|
eZ Publish
[4.2]
|
The class eZImageAnalyzer does. More...
Public Member Functions | |
| eZImageAnalyzer () | |
| process ($mimeData, $parameters=array()) | |
Static Public Member Functions | |
| static | create ($analyzerName) |
| static | createForMIME ($mimeData) |
| static | readAnalyzerSettingsFromINI () |
Public Attributes | |
| $MIMEList | |
| $Name | |
| const | MODE_INDEXED = 1 |
| const | MODE_TRUECOLOR = 2 |
| const | TIMER_HUNDRETHS_OF_A_SECOND = 1 |
| const | TRANSPARENCY_OPAQUE = 1 |
| const | TRANSPARENCY_TRANSLUCENT = 3 |
| const | TRANSPARENCY_TRANSPARENT = 2 |
Static Private Member Functions | |
| static | analyzerData () |
The class eZImageAnalyzer does.
Definition at line 45 of file ezimageanalyzer.php.
| static eZImageAnalyzer::analyzerData | ( | ) | [static, private] |
Definition at line 144 of file ezimageanalyzer.php.
Referenced by create(), createForMIME(), and readAnalyzerSettingsFromINI().
| static eZImageAnalyzer::create | ( | $ | analyzerName | ) | [static] |
Creates an analyzer for the analyzer name $analyzerName and returns it.
Definition at line 93 of file ezimageanalyzer.php.
Referenced by createForMIME().
| static eZImageAnalyzer::createForMIME | ( | $ | mimeData | ) | [static] |
Creates an analyzer for the analyzer name $analyzerName and returns it.
Definition at line 79 of file ezimageanalyzer.php.
Referenced by eZImageManager\analyzeImage().
| eZImageAnalyzer::eZImageAnalyzer | ( | ) |
Constructor
Definition at line 59 of file ezimageanalyzer.php.
| eZImageAnalyzer::process | ( | $ | mimeData, |
| $ | parameters = array() |
||
| ) | [pure virtual] |
Process the file based on the MIME data $mimeData and returns information on the analysis.
false if the analysis fails. Definition at line 71 of file ezimageanalyzer.php.
| static eZImageAnalyzer::readAnalyzerSettingsFromINI | ( | ) | [static] |
Definition at line 161 of file ezimageanalyzer.php.
Referenced by imageInit().
| eZImageAnalyzer::$MIMEList |
Definition at line 189 of file ezimageanalyzer.php.
| eZImageAnalyzer::$Name |
Definition at line 190 of file ezimageanalyzer.php.
| const eZImageAnalyzer::MODE_INDEXED = 1 |
Definition at line 47 of file ezimageanalyzer.php.
Referenced by eZGIFImageAnalyzer\process().
| const eZImageAnalyzer::MODE_TRUECOLOR = 2 |
Definition at line 48 of file ezimageanalyzer.php.
Definition at line 50 of file ezimageanalyzer.php.
Referenced by eZGIFImageAnalyzer\process().
| const eZImageAnalyzer::TRANSPARENCY_OPAQUE = 1 |
Definition at line 52 of file ezimageanalyzer.php.
Referenced by eZGIFImageAnalyzer\process().
Definition at line 54 of file ezimageanalyzer.php.
Definition at line 53 of file ezimageanalyzer.php.
Referenced by eZGIFImageAnalyzer\process().