Documentation

Horde_Image_Exif_Parser_Panasonic extends Horde_Image_Exif_Parser_Base
in package

Class for dealing with Exif data using a bundled PHP library based on the Exifer code written by and Copyright 2003 Jake Olefsky

Tags
see
http://www.offsky.com/software/exif/index.php
author

Jake Olefsky jake@olefsky.com

author

Michael J. Rubinsky mrubinsk@horde.org

author

Jan Schneider jan@horde.org

category

Horde

copyright

2009-2017 Horde LLC

Table of Contents

parse()  : mixed
Panasonic Special data section
_formatData()  : mixed
Formats Data for the data type
_lookupTag()  : mixed
Looks up the name of the tag for the MakerNote (Depends on Manufacturer)
_lookupType()  : array<string|int, mixed>
Look up the data type.

Methods

parse()

Panasonic Special data section

public parse(mixed $block, mixed &$result) : mixed
Parameters
$block : mixed
$result : mixed
Return values
mixed

_formatData()

Formats Data for the data type

protected _formatData(mixed $type, mixed $tag, mixed $intel, mixed $data) : mixed
Parameters
$type : mixed
$tag : mixed
$intel : mixed
$data : mixed
Return values
mixed

_lookupTag()

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

protected _lookupTag(mixed $tag) : mixed
Parameters
$tag : mixed
Return values
mixed

_lookupType()

Look up the data type.

protected _lookupType(mixed $type) : array<string|int, mixed>
Parameters
$type : mixed
Return values
array<string|int, mixed>

An array containing the string type name in the 0 index and the integer size in the 1 index.

Search results