From 00730551f0a34328685c59d0dde87dd9e366103a Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 19 Aug 2018 17:36:06 -0400 Subject: [PATCH] https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=34605 --- coders/tiff.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/coders/tiff.c b/coders/tiff.c index 7098a6da0..36877488d 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -3534,13 +3534,11 @@ static MagickBooleanType WriteTIFFImage(const ImageInfo *image_info, case FaxCompression: { compress_tag=COMPRESSION_CCITTFAX3; - SetQuantumMinIsWhite(quantum_info,MagickTrue); break; } case Group4Compression: { compress_tag=COMPRESSION_CCITTFAX4; - SetQuantumMinIsWhite(quantum_info,MagickTrue); break; } #if defined(COMPRESSION_JBIG) -- 2.40.0