From: cristy Date: Sun, 26 Sep 2010 13:09:30 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8807 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48bf1acbb7b82cb2befc1c9ed734a0c2718085f3;p=imagemagick --- diff --git a/coders/jpeg.c b/coders/jpeg.c index 9826e5e63..674420f30 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,"iptc",profile); + status=SetImageProfile(image,"8bim",profile); profile=DestroyStringInfo(profile); if (status == MagickFalse) ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed",