PHP Class Horde_Image_Exif_Parser_Canon, horde

See also: http://www.offsky.com/software/exif/index.php
Author: Jake Olefsky ([email protected])
Author: Michael J. Rubinsky ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Image_Exif_Parser_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
parse ( $block, &$result, $seek, $globalOffset ) Canon Special data section.

Protected Methods

Method Description
_formatData ( $type, $tag, $intel, $data, $exif, &$result ) Formats Data for the data type
_lookupTag ( $tag ) Looks up the name of the tag for the MakerNote (Depends on Manufacturer)

Method Details

_formatData() protected method

Formats Data for the data type
protected _formatData ( $type, $tag, $intel, $data, $exif, &$result )

_lookupTag() protected method

Looks up the name of the tag for the MakerNote (Depends on Manufacturer)
protected _lookupTag ( $tag )

parse() public method

Canon Special data section.
See also: http://www.burren.cx/david/canon.html
See also: http://www.burren.cx/david/canon.html
See also: http://www.ozhiker.com/electronics/pjmt/jpeg_info/canon_mn.html
public parse ( $block, &$result, $seek, $globalOffset )