From: cristy Date: Sun, 19 Sep 2010 14:45:15 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8875 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5fea9a0087cfee4244b8b7056432601039787ce;p=imagemagick --- diff --git a/ChangeLog b/ChangeLog index 60ab660e1..999144938 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-19 6.6.4-5 Cristy + * If IPTC profile is not embedded in an 8bim resource, declare it IPTC + rather than 8BIM. + 2010-09-18 6.6.4-4 Cristy * Automatically set the quantum depth to 16 for HDRI. diff --git a/coders/jpeg.c b/coders/jpeg.c index 674420f30..9826e5e63 100644 --- a/coders/jpeg.c +++ b/coders/jpeg.c @@ -520,7 +520,7 @@ static boolean ReadIPTCProfile(j_decompress_ptr jpeg_info) } else { - status=SetImageProfile(image,"8bim",profile); + status=SetImageProfile(image,"iptc",profile); profile=DestroyStringInfo(profile); if (status == MagickFalse) ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed",