Skip to content

Commit

Permalink
Release notes for metadata changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Sep 14, 2017
1 parent 56e490f commit 3d22e52
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/releasenotes/4.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,22 @@ This release contains several performance improvements:
using a recent version of libjpeg-turbo.


TIFF Metadata Changes
=====================

* TIFF tags with unknown type/quantity now default to being bare
values if they are 1 element, where previously they would be a
single element tuple. This is only with the new api, not the legacy
api. This normalizes the handling of fields, so that the metadata
with inferred or image specified counts are handled the same as
metadata with count specified in the TIFF spec.
* The ``PhotoshopInfo``, ``XMP``, and ``JPEGTables`` tags now have a
defined type (bytes) and a count of 1.
* The ``ImageJMetaDataByteCounts`` tag now has an arbitrary number of
items, as there can be multiple items, one for UTF-8, and one for
UTF-16.


Core Image API Changes
======================

Expand Down

0 comments on commit 3d22e52

Please sign in to comment.