From 5a2310656cc0603e9846251edee593f8da23bcce Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 9 Apr 2019 16:18:07 -0400 Subject: [PATCH] IPTC profile was mislabeled as 8BIM --- coders/meta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.49.0