Class representing EXIF data.
EXIF data resides as data and consists of a header followed by a number of PelJpegIfd.
Located in /PelExif.php (line 59)
PelJpegContent | --PelExif
Construct a new EXIF object.
The new object will be empty --- use the load() method to load EXIF data from a PelDataWindow object, or use the setTiff() to change the PelTiff object, which is the true holder of the EXIF entries.
Produce bytes for this object.
Get the underlying TIFF object.
The actual EXIF data is stored in a PelTiff object, and this method provides access to it.
Load and parse EXIF data.
This will populate the object with EXIF data, contained as a PelTiff object. This TIFF object can be accessed with the getTiff() method.
Change the TIFF information.
EXIF data is really stored as TIFF data, and this method can be used to change this data from one PelTiff object to another.
Inherited From PelJpegContent
PelJpegContent::__construct()
PelJpegContent::getBytes()
PelJpegContent::getSize()
EXIF header.
The EXIF data must start with these six bytes to be considered valid.
Documentation generated on Wed, 21 Jul 2004 19:13:08 +0200 by phpDocumentor 1.3.0RC3