PHP Class Horde_Image_Exif_Bundled, horde

See also: http://www.offsky.com/software/exif/index.php
Author: Jake Olefsky ([email protected])
Author: Michael J. Rubinsky ([email protected])
Inheritance: extends Horde_Image_Exif_Base
Mostrar archivo Open project: horde/horde

Public Methods

Method Description
getData ( mixed $image )
supportedCategories ( )

Protected Methods

Method Description
_formatData ( $type, $tag, $intel, $data ) : unknown_type
_lookupTag ( $tag ) : unknown_type
_lookupType ( $type ) : array Look up the data type.
_readData ( mixed $path ) : array
_readEntry ( &$result, $in, $intel, $ifd_name, $globalOffset ) : unknown_type

Method Details

_formatData() protected method

protected _formatData ( $type, $tag, $intel, $data ) : unknown_type
$type
$tag
$intel
$data
return unknown_type

_lookupTag() protected method

protected _lookupTag ( $tag ) : unknown_type
$tag
return unknown_type

_lookupType() protected method

Look up the data type.
protected _lookupType ( $type ) : array
return array An array containing the string type name in the 0 index and the integer size in the 1 index.

_readData() protected method

protected _readData ( mixed $path ) : array
$path mixed Filename -or- an open PHP stream.
return array

_readEntry() protected method

protected _readEntry ( &$result, $in, $intel, $ifd_name, $globalOffset ) : unknown_type
$result
$in
$intel
$ifd_name
$globalOffset
return unknown_type

getData() public method

public getData ( mixed $image )
$image mixed Filename -or- an open PHP stream (@since 2.2.0).

supportedCategories() public method

public supportedCategories ( )