]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <mikayla-grace@urban-warrior.org>
Tue, 9 Apr 2019 20:19:50 +0000 (16:19 -0400)
committerCristy <mikayla-grace@urban-warrior.org>
Tue, 9 Apr 2019 20:19:50 +0000 (16:19 -0400)
coders/meta.c

index f3107f07d746de7fc8fede9b98fd03237262dd7d..209f76b71de04c42992a097ad4d556607dc0e0b2 100644 (file)
@@ -1392,7 +1392,7 @@ static Image *ReadMETAImage(const ImageInfo *image_info,
           buff=DestroyImage(buff);
           ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed");
         }
-      (void) SetImageProfile(image,"IPTC",profile,exception);
+      (void) SetImageProfile(image,"iptc",profile,exception);
       profile=DestroyStringInfo(profile);
       blob=DetachBlob(buff->blob);
       blob=(unsigned char *) RelinquishMagickMemory(blob);