Image version 0.54.3
Bug Fixes
-
Fix parsing invalid date time in Exif data. When invalid, the raw underlying string is returned.
-
Trim strings in Exif data. As a result, empty strings will be returned now as
nilrather than"". -
Replace a
<<0, ....>>sequence in an Exif string value withnil. -
Decode additional tags:
-
Exif tag
0xA005, Interop Offset. The value is in internal file pointer so has no meaningful interpretation inimage. -
TIFF tag
0xC4A5, Print Image Matching. According to this source the field has no standardised values so the raw value is returned.
-