]> granicus.if.org Git - imagemagick/commitdiff
Remove the tiff:37724 profile before writing the tiff image.
authorDirk Lemstra <dirk@lemstra.org>
Mon, 7 Jan 2019 21:38:47 +0000 (22:38 +0100)
committerDirk Lemstra <dirk@lemstra.org>
Mon, 7 Jan 2019 21:38:47 +0000 (22:38 +0100)
coders/tiff.c

index e96e9ec2efab2b453fc6c103d2c00d1ce76881b5..726b07ae093bd3ccdaaaa7209459b4f8e067131e 100644 (file)
@@ -3497,6 +3497,7 @@ static MagickBooleanType WriteTIFFImage(const ImageInfo *image_info,
     TIFFUnmapBlob);
   if (tiff == (TIFF *) NULL)
     return(MagickFalse);
+  (void) DeleteImageProfile(image,"tiff:37724");
   scene=0;
   debug=IsEventLogging();
   (void) debug;