Apache Zeta Components Manual :: Package ImageAnalysis Element Index

Element index for package ImageAnalysis

Package indexes

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

Letter '_'

__construct
in file invalid_handler.php, method ezcImageAnalyzerInvalidHandlerException::__construct()
    Creates a new ezcImageAnalyzerInvalidHandlerException.
__construct
in file handler.php, method ezcImageAnalyzerHandler::__construct()
    Create an ezcImageAnalyzerHandler to analyze a file.
__construct
in file file_not_processable.php, method ezcImageAnalyzerFileNotProcessableException::__construct()
    Creates a new ezcImageAnalyzerFileNotProcessableException.
__construct
in file analyzer_data.php, method ezcImageAnalyzerData::__construct()
    Create a new instance of ezcImageAnalyzerData.
__construct
in file analyzer.php, method ezcImageAnalyzer::__construct()
    Create an image analyzer for the specified file.

Letter 'a'

$availableHandlers
in file analyzer.php, variable ezcImageAnalyzer::$availableHandlers
    Available handler classes and their options.
analyzeExif
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::analyzeExif()
    Analyze Exif data contained in JPEG and TIFF images.
analyzeImage
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::analyzeImage()
    Analyze the image for detailed information.
analyzeImage
in file php.php, method ezcImageAnalyzerPhpHandler::analyzeImage()
    Analyze the image for detailed information.
analyzeImage
in file handler.php, method ezcImageAnalyzerHandler::analyzeImage()
    Analyze the image for detailed information.
analyzeImage
in file analyzer.php, method ezcImageAnalyzer::analyzeImage()
    Analyze the image file.
analyzeType
in file php.php, method ezcImageAnalyzerPhpHandler::analyzeType()
    Analyzes the image type.
analyzeType
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::analyzeType()
    Analyzes the image type.
analyzeType
in file analyzer.php, method ezcImageAnalyzer::analyzeType()
    Analyze the image file's MIME type.
analyzeType
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

Letter 'b'

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

Letter 'c'

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

Letter 'd'

$date
in file analyzer_data.php, variable ezcImageAnalyzerData::$date
    The date when the picture was taken as UNIX timestamp.

Letter 'e'

$exif
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

Letter 'f'

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

Letter 'g'

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

Letter 'h'

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

Letter 'i'

$isAnalyzed
in file analyzer.php, variable ezcImageAnalyzer::$isAnalyzed
    Determines whether the image file has been analyzed or not.
$isAnimated
in file analyzer_data.php, variable ezcImageAnalyzerData::$isAnimated
    Is the image animated?
$isAvailable
in file imagemagick.php, variable ezcImageAnalyzerImagemagickHandler::$isAvailable
    Indicates if this handler is available.
$isColor
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
in file php.php, method ezcImageAnalyzerPhpHandler::isAvailable()
    Checks wether the GD handler is available on the system.
isAvailable
in file handler.php, method ezcImageAnalyzerHandler::isAvailable()
    Checks wether the given handler is available for analyzing images.
isAvailable
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::isAvailable()
    Checks wether the GD handler is available on the system.

Letter 'k'

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

Letter 'm'

$mime
in file analyzer_data.php, variable ezcImageAnalyzerData::$mime
    Detected MIME type for the image.
$mimeMap
in file imagemagick.php, variable ezcImageAnalyzerImagemagickHandler::$mimeMap
    Mapping between ImageMagick identification strings and MIME types.
$mimeTypes
in file imagemagick.php, variable ezcImageAnalyzerImagemagickHandler::$mimeTypes
    MIME types this handler is capable to read.
$mode
in file analyzer_data.php, variable ezcImageAnalyzerData::$mode
    The image mode.
MODE_INDEXED
in file handler.php, class constant ezcImageAnalyzerHandler::MODE_INDEXED
    Image is built with a palette and consists of indexed values per pixel.
MODE_TRUECOLOR
in file handler.php, class constant ezcImageAnalyzerHandler::MODE_TRUECOLOR
    Image consists of RGB value per pixel.

Letter 'o'

$options
in file handler.php, variable ezcImageAnalyzerHandler::$options
    Options for the handler.

Letter 'p'

$properties
in file analyzer.php, variable ezcImageAnalyzer::$properties
    Container to hold the properties
php.php
procedural page php.php

Letter 'r'

runCommand
in file imagemagick.php, method ezcImageAnalyzerImagemagickHandler::runCommand()
    Run the binary registered in ezcImageAnalyzerImagemagickHandler::$binary.

Letter 's'

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

Letter 't'

$transparencyType
in file analyzer_data.php, variable ezcImageAnalyzerData::$transparencyType
    Type of transparency in image.
TRANSPARENCY_OPAQUE
in file handler.php, class constant ezcImageAnalyzerHandler::TRANSPARENCY_OPAQUE
    No parts of image is transparent.
TRANSPARENCY_TRANSLUCENT
in file handler.php, class constant ezcImageAnalyzerHandler::TRANSPARENCY_TRANSLUCENT
    Transparency determined pixel per pixel with a fuzzy value.
TRANSPARENCY_TRANSPARENT
in file handler.php, class constant ezcImageAnalyzerHandler::TRANSPARENCY_TRANSPARENT

Letter 'w'

$width
in file analyzer_data.php, variable ezcImageAnalyzerData::$width
    Width of image in pixels.
Documentation generated by phpDocumentor 1.4.3