I'm using the following command to batch convert a folder full of black and white TIFF files:
Code: Select all
mogrify -format tif -path output -compress Group4 -type bilevel -monochrome *.tif
Am I doing something wrong or is something not working very well?
Thanks in advance, and sorry for my very bad english.