Class Horde_Image_Exif
General class for fetching and parsing EXIF information from images.
Works equally well with either the built in php exif functions (if PHP compiled with exif support), the Exiftool package (more complete but slower), or the bundled exif library.
Copyright 2003-2012 Horde LLC (http://www.horde.org/)
Package: Image
Category: Horde
Author: Michael J. Rubinsky mrubinsk@horde.org
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Image/Exif.php
Category: Horde
Author: Michael J. Rubinsky mrubinsk@horde.org
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Image/Exif.php
public static
|
|
public static
mixed
|
#
intel2Moto( mixed $intel )
Converts from Intel to Motorola endien. Just reverses the bytes (assumes hex is passed in) |
public static
array
|
|
public static
unknown_type
|
|
public static
string
|
#
getHumanReadable( string $field, string $data )
Convert an exif field into human-readable form. Some of these cases are ported from the Exifer library, others were changed from their implementation where the EXIF standard dictated different behaviour. |