CCITT Group 4 compression

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
gio91ber
Posts: 1
Joined: 2018-12-13T04:21:41-07:00
Authentication code: 1152

CCITT Group 4 compression

Post by gio91ber »

Hello everyone,

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
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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: CCITT Group 4 compression

Post by fmw42 »

if you remove the -monochrome, does it work better. Or move monochrome before -compress and see if that works better.

Please always provide your IM version and platform and image if possible when asking questions on this forum
Post Reply