diff --git a/src/common/imagtiff.cpp b/src/common/imagtiff.cpp index e4458e3f98..40083e6bab 100644 --- a/src/common/imagtiff.cpp +++ b/src/common/imagtiff.cpp @@ -619,7 +619,7 @@ bool wxTIFFHandler::SaveFile( wxImage *image, wxOutputStream& stream, bool verbo } else if (spp == 1) { - photometric = PHOTOMETRIC_MINISBLACK; + photometric = PHOTOMETRIC_MINISWHITE; } const bool isColouredImage = (spp > 1)