From: Cristy Date: Sun, 19 Aug 2018 21:36:06 +0000 (-0400) Subject: https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=34605 X-Git-Tag: 7.0.8-11~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00730551f0a34328685c59d0dde87dd9e366103a;p=imagemagick https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=34605 --- 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)