+2010-11-08 6.6.5-8 Cristy <quetzlzacatenango@image...>
+ * Only save TIFF image with 1-bit depth if there is no alpha channel.
+
2010-10-29 6.6.5-6 Glenn Randers-Pehrson <glennrp@image...>
* Added 5x5, 6x6, and 7x7 ordered-dither level maps.
MagickFalse ? PHOTOMETRIC_MINISWHITE :
PHOTOMETRIC_MINISBLACK);
(void) TIFFSetField(tiff,TIFFTAG_SAMPLESPERPIXEL,1);
- if ((image_info->depth == 0) &&
+ if ((image_info->depth == 0) && (image->matte == MagickFalse))
(IsMonochromeImage(image,&image->exception) != MagickFalse))
{
status=SetQuantumDepth(image,quantum_info,1);