]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 26 Sep 2010 13:09:30 +0000 (13:09 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 26 Sep 2010 13:09:30 +0000 (13:09 +0000)
coders/jpeg.c

index 9826e5e63f42385f37d327c48f2db5d963baf392..674420f30296bf77b02381f1c399369453069f2b 100644 (file)
@@ -520,7 +520,7 @@ static boolean ReadIPTCProfile(j_decompress_ptr jpeg_info)
     }
   else
     {
-      status=SetImageProfile(image,"iptc",profile);
+      status=SetImageProfile(image,"8bim",profile);
       profile=DestroyStringInfo(profile);
       if (status == MagickFalse)
         ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed",