Imaging 0.26.4 Released!
There are TIFF tags PHOTOMETRIC_MINISBLACK and PHOTOMETRIC_MINISWHITEwhich tell the decoder if pixel with value 0 is black or white.Look's like Imaging does not set the tag for binary images and the decoder programsassume some default. The default for Irfan and MS Imaging is probably different.I'll update the TIFF writer to set the tag explicitly.EDIT: So it looks like there's some bug in MS Office Document Imaging that ignores the PHOTOMETRIC_MINISBLACK tag. Binary images are always assumed to be PHOTOMETRIC_MINISWHITE.Other MS programs (Paint, Explorer, ...) handle binary TIFFs saved by Imaging correctly.