From 48bf1acbb7b82cb2befc1c9ed734a0c2718085f3 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 26 Sep 2010 13:09:30 +0000 Subject: [PATCH] --- coders/jpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.50.1