|
Many image viewers act as though PhotoMetricInterpritation = MINISWHITE
mode is the only possilbe mode for black and white tiff files. That is
why they may display files saved in other mode not correctly. If you want
your files to be correctly displayed by all viewers, use -msw option.
Note that using this option may slow down conversion. If you don't use
this option files will be saved in back and white tiff files either in
PhotoMetricInterpritation = MINISWHITE mode, or in PhotoMetricInterpritation
= MINISBLACK mode, depending on file.
Example:
ICPCL.exe -convertto tiff -photometric_mono:min_is_white -source "C:\Source Images\*.*" -dest "C:\out\"
|