CCITT Group 4 compression
Posted: 2018-12-13T04:48:01-07:00
Hello everyone,
I'm using the following command to batch convert a folder full of black and white TIFF files:
I'm starting from images that are about 44.5MB each and each compressed file is about 1.84MB. In comparison Irfanview batch convert from the same images produces files which are around 64KB.
Am I doing something wrong or is something not working very well?
Thanks in advance, and sorry for my very bad english.
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.