don´t work compress group 4 a tiff image ?

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
RQuadling
Posts: 38
Joined: 2006-12-04T02:48:33-07:00
Location: Plymouth, Devon, UK
Contact:

Post by RQuadling »

Did you get anywhere with this? I'm having the same problem ...

I want to add a banner to a fax file and keep it as Group4 compression.

I've got ...

CONVERT -type bilevel -monochrome -compress group4 ...

and still not getting a Group4 type tiff file!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

This command worked for us:
  • convert logo: -type bilevel -monochrome -compress group4 logo.tif
We're using ImageMagick 6.3.1-1, the current release.
Post Reply