From: Glenn Randers-Pehrson Date: Sun, 22 Jan 2017 18:33:15 +0000 (-0500) Subject: Update ChangeLog about eXIF support in the png codec. X-Git-Tag: 7.0.4-6~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bb0541cfd6bf37b7b3816179cf7fd48b502821f;p=imagemagick Update ChangeLog about eXIF support in the png codec. --- diff --git a/ChangeLog b/ChangeLog index 085f76b85..043d03be2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ original dimensions and offsets when an image is cropped. Previously we used the oFFs and vpAg chunks for this purpose, but this had potential conflicts with other applications that also use the oFFs chunk. + * coders/png.c: Added support for a proposed new PNG chunk (exIf + read-write, eXIf read-only) that is currently being discussed on the + png-mng-misc at lists.sourceforge.net mailing list. 2017-01-22 7.0.4-6 Dirk Lemstra * Replaced CoderSeekableStreamFlag with CoderDecoderSeekableStreamFlag and