From: Cristy Date: Tue, 9 Apr 2019 20:18:07 +0000 (-0400) Subject: IPTC profile was mislabeled as 8BIM X-Git-Tag: 7.0.8-40~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a2310656cc0603e9846251edee593f8da23bcce;p=imagemagick IPTC profile was mislabeled as 8BIM --- diff --git a/coders/meta.c b/coders/meta.c index cbdeddeb0..f3107f07d 100644 --- a/coders/meta.c +++ b/coders/meta.c @@ -1392,7 +1392,7 @@ static Image *ReadMETAImage(const ImageInfo *image_info, buff=DestroyImage(buff); ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed"); } - (void) SetImageProfile(image,"8bim",profile,exception); + (void) SetImageProfile(image,"IPTC",profile,exception); profile=DestroyStringInfo(profile); blob=DetachBlob(buff->blob); blob=(unsigned char *) RelinquishMagickMemory(blob);