Class representing Exif data.
Exif data resides as data and consists of a header followed by a number of PelJpegIfd.
The interesting method in this class is getTiff() which will return the PelTiff object which really holds the data which one normally think of when talking about Exif data. This is because Exif data is stored as an extension of the TIFF file format.
Located in /src/PelExif.php (line 65)
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 the Exif data.
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()
Exif header.
The Exif data must start with these six bytes to be considered valid.
Documentation generated on Thu, 05 May 2011 07:19:10 +0200 by phpDocumentor 1.4.3