Current version: v1.2.0
Notable changes to Metadata - A PHP class for reading and writing Photo Metadata from JPEG files in a transparent way:
Updated code to use new features of php 8.0 and make it more consistent with coding recommendations.
Corrected bug decoding XMP data. Added display of image data (i.e., EXIF data) to the test example.
Support for multi-lingual captions, that is, the CAPTION field, added. Not that using other languages than the default
x-default
, although consistent with the IPTC standard, will not work with typical photo applications, like Photoshop
or Photomechanic. See https://iptc.org/standards/photo-metadata/interoperability-tests/ for further information.
Added functionality to support multi-lingual caption data in the future. Functionality is not yet fully implemented because no other software can read/write multi-lingual data (yet).
Corrected bug in decoding EXIF data where incorrect data type information was used.
- Improved namespace handing in
XmpDocument
class - Added option
read_only
inJpeg
andMetadata
to read the image data file without reading/importing the whole image, reducing memory usage and improving reading speed - Added fields with extension _FMT in
Metadata
covering EXIF data in which data is pre-formatted - Updated
locale
translation file
Initial release