clarify comment

This commit is contained in:
John Cupitt 2019-08-07 17:13:25 +01:00
parent 7abe129ac4
commit 1a659e3860
1 changed files with 1 additions and 1 deletions

View File

@ -939,7 +939,7 @@ rtiff_greyscale_line( Rtiff *rtiff,
rtiff->header.photometric_interpretation; rtiff->header.photometric_interpretation;
VipsBandFormat format = rtiff_guess_format( rtiff ); VipsBandFormat format = rtiff_guess_format( rtiff );
/* Swapping black and white doesn't work for the signed formats. /* Swapping black and white doesn't make sense for the signed formats.
*/ */
gboolean invert = gboolean invert =
photometric_interpretation == PHOTOMETRIC_MINISWHITE && photometric_interpretation == PHOTOMETRIC_MINISWHITE &&