Path

ez components / documentation / api reference / 1.1.1 / image


eZ Components 1.1.1

ImageAnalysis

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

Element index for package ImageAnalysis

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ k ] [ m ] [ o ] [ p ] [ r ] [ s ] [ t ] [ w ] [ _ ]

_

__construct : ezcImageAnalyzerFileNotProcessableException
in file file_not_processable.php, method ezcImageAnalyzerFileNotProcessableException::__construct()
__construct : ezcImageAnalyzerHandler
in file handler.php, method ezcImageAnalyzerHandler::__construct()
    Create an ezcImageAnalyzerHandler to analyze a file.
__construct : ezcImageAnalyzerData
in file analyzer_data.php, method ezcImageAnalyzerData::__construct()
    Create a new instance of ezcImageAnalyzerData.
__construct : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::__construct()
    Create an image analyzer for the specified file.
__construct : ezcImageAnalyzerInvalidHandlerException
in file invalid_handler.php, method ezcImageAnalyzerInvalidHandlerException::__construct()
__get : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::__get()
    Returns the property $name.
__isset : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::__isset()
    Checks if the property $name exist and returns the result.
__set : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::__set()
    Sets the property $name to $value.

a

$availableHandlers : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$availableHandlers
analyzeExif : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::analyzeExif()
    Analyze Exif data contained in JPEG and TIFF images.
analyzeImage : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::analyzeImage()
    Analyze the image for detailed information.
analyzeImage : ezcImageAnalyzerPhpHandler
in file php.php, method ezcImageAnalyzerPhpHandler::analyzeImage()
    Analyze the image for detailed information.
analyzeImage : ezcImageAnalyzerHandler
in file handler.php, method ezcImageAnalyzerHandler::analyzeImage()
    Analyze the image for detailed information.
analyzeImage : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::analyzeImage()
    Analyze the image file.
analyzeType : ezcImageAnalyzerPhpHandler
in file php.php, method ezcImageAnalyzerPhpHandler::analyzeType()
    Analyzes the image type.
analyzeType : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::analyzeType()
    Analyzes the image type.
analyzeType : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::analyzeType()
    Analyze the image file's MIME type.
analyzeType : ezcImageAnalyzerHandler
in file handler.php, method ezcImageAnalyzerHandler::analyzeType()
    Analyzes the image type.
analyzer.php
procedural page analyzer.php
analyzer_data.php
procedural page analyzer_data.php

b

$binary : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, variable ezcImageAnalyzerImagemagickHandler::$binary
    The ImageMagick binary to utilize.

c

$colorCount : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$colorCount
    Number of colors in image.
$comment : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$comment
    First inline comment for the image.
$commentList : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$commentList
    List of inline comments for the image.
$copyright : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$copyright
    Copyright text for the image.
canAnalyze : ezcImageAnalyzerPhpHandler
in file php.php, method ezcImageAnalyzerPhpHandler::canAnalyze()
    Returns if the handler can analyze a given MIME type.
canAnalyze : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::canAnalyze()
    Returns if the handler can analyze a given MIME type.
canAnalyze : ezcImageAnalyzerHandler
in file handler.php, method ezcImageAnalyzerHandler::canAnalyze()
    Returns if the handler can analyze a given MIME type.
checkHandlers : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::checkHandlers()
    Check all known handlers for availability.
checkImagemagick : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::checkImagemagick()

d

$data : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$data
    Extended data about the image.
$date : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$date
    The date when the picture was taken as UNIX timestamp.

e

$exif : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$exif
    EXIF information retrieved from image.
ezcImageAnalyzer
in file analyzer.php, class ezcImageAnalyzer
    Class to retreive information about a given image file.
ezcImageAnalyzerData
in file analyzer_data.php, class ezcImageAnalyzerData
    Struct to store the data retrieved from an image analysis.
ezcImageAnalyzerException
in file exception.php, class ezcImageAnalyzerException
    General exception container for the ImageAnalysis component.
ezcImageAnalyzerFileNotProcessableException
in file file_not_processable.php, class ezcImageAnalyzerFileNotProcessableException
    The option name you tried to register is already in use.
ezcImageAnalyzerHandler
in file handler.php, class ezcImageAnalyzerHandler
    This base class has to be extended by all ezcImageAnalyzerHandler classes.
ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, class ezcImageAnalyzerImagemagickHandler
    Class to retrieve information about a given image file.
ezcImageAnalyzerInvalidHandlerException
in file invalid_handler.php, class ezcImageAnalyzerInvalidHandlerException
    A registered handler class does not exist or does not inherit from ezcImageAnalyzerHandler.
ezcImageAnalyzerPhpHandler
in file php.php, class ezcImageAnalyzerPhpHandler
    Class to retrieve information about a given image file.
exception.php
procedural page exception.php

f

$filePath : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$filePath
    The path of the file to analyze.
file_not_processable.php
procedural page file_not_processable.php

g

getHandlerClasses : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::getHandlerClasses()
    Returns an array of known handler classes.

h

$hasThumbnail : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$hasThumbnail
    Does the image have a thumbnail?
$height : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$height
    Height of image in pixels.
handler.php
procedural page handler.php

i

$isAnalyzed : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$isAnalyzed
    Determines whether the image file has been analyzed or not.
$isAnimated : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$isAnimated
    Is the image animated?
$isAvailable : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, variable ezcImageAnalyzerImagemagickHandler::$isAvailable
    Indicates if this handler is available.
$isColor : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$isColor
    Does the image have colors?
invalid_handler.php
procedural page invalid_handler.php
imagemagick.php
procedural page imagemagick.php
isAvailable : ezcImageAnalyzerPhpHandler
in file php.php, method ezcImageAnalyzerPhpHandler::isAvailable()
    Checks wether the GD handler is available on the system.
isAvailable : ezcImageAnalyzerHandler
in file handler.php, method ezcImageAnalyzerHandler::isAvailable()
    Checks wether the given handler is available for analyzing images.
isAvailable : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::isAvailable()
    Checks wether the GD handler is available on the system.

k

$knownHandlers : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$knownHandlers
    Collection of known handler classes. Classes are ordered by priority.

m

$mime : ezcImageAnalyzer
in file analyzer.php, variable ezcImageAnalyzer::$mime
    The MIME type of the image.
$mime : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$mime
    Detected MIME type for the image.
$mimeMap : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, variable ezcImageAnalyzerImagemagickHandler::$mimeMap
    Mapping between ImageMagick identification strings and MIME types.
$mimeTypes : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, variable ezcImageAnalyzerImagemagickHandler::$mimeTypes
    MIME types this handler is capable to read.
$mode : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$mode
    The image mode.

o

$options : ezcImageAnalyzerHandler
in file handler.php, variable ezcImageAnalyzerHandler::$options
    Options for the handler.
MODE_INDEXED : ezcImageAnalyzerHandler
in file handler.php, class constant ezcImageAnalyzerHandler::MODE_INDEXED
    Image is built with a palette and consists of indexed values per pixel.
MODE_TRUECOLOR : ezcImageAnalyzerHandler
in file handler.php, class constant ezcImageAnalyzerHandler::MODE_TRUECOLOR
    Image consists of RGB value per pixel.

p

php.php
procedural page php.php

r

runCommand : ezcImageAnalyzerImagemagickHandler
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::runCommand()
    Run the binary registered in ezcImageAnalyzerImagemagickHandler::$binary.
TRANSPARENCY_OPAQUE : ezcImageAnalyzerHandler
in file handler.php, class constant ezcImageAnalyzerHandler::TRANSPARENCY_OPAQUE
    No parts of image is transparent.
TRANSPARENCY_TRANSLUCENT : ezcImageAnalyzerHandler
in file handler.php, class constant ezcImageAnalyzerHandler::TRANSPARENCY_TRANSLUCENT
    Transparency determined pixel per pixel with a fuzzy value.
TRANSPARENCY_TRANSPARENT : ezcImageAnalyzerHandler
in file handler.php, class constant ezcImageAnalyzerHandler::TRANSPARENCY_TRANSPARENT

s

$size : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$size
    Size of image file in bytes.
setHandlerClasses : ezcImageAnalyzer
in file analyzer.php, method ezcImageAnalyzer::setHandlerClasses()
    Set the array of known handlers.

t

$transparencyType : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$transparencyType
    Type of transparency in image.

w

$width : ezcImageAnalyzerData
in file analyzer_data.php, variable ezcImageAnalyzerData::$width
    Width of image in pixels.
Last updated: Thu, 01 Nov 2007