]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 19 Sep 2010 14:45:15 +0000 (14:45 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 19 Sep 2010 14:45:15 +0000 (14:45 +0000)
ChangeLog
coders/jpeg.c

index 60ab660e1d8bfe666aebd9eb778d82d890b5e2af..999144938aa15d287a91ac6d46ee8729b1ed1530 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-19  6.6.4-5 Cristy  <quetzlzacatenango@image...>
+  * If IPTC profile is not embedded in an 8bim resource, declare it IPTC
+    rather than 8BIM.
+
 2010-09-18  6.6.4-4 Cristy  <quetzlzacatenango@image...>
   * Automatically set the quantum depth to 16 for HDRI.
 
index 674420f30296bf77b02381f1c399369453069f2b..9826e5e63f42385f37d327c48f2db5d963baf392 100644 (file)
@@ -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",