From 178b9f67767e75495275f8626a2e8443435e6b6b Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Mon, 7 Jan 2019 22:38:47 +0100 Subject: [PATCH] Remove the tiff:37724 profile before writing the tiff image. --- coders/tiff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coders/tiff.c b/coders/tiff.c index e96e9ec2e..726b07ae0 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -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; -- 2.40.0