Group4 Compression
Posted: 2018-09-17T11:27:32-07:00
Hi, All--
I am trying to compress some TIFF files using Group 4 compression. I am on a Mac, with version info:
Version: ImageMagick 7.0.8-11 Q16 x86_64 2018-09-08 https://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: https://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
I am using the command
Magick convert file.tif -compress group4 filea.tif
But the files are still showing uncompressed.
When I use the exact same command with 'lzw' instead of group4, it is successful. Any tips?
I am trying to compress some TIFF files using Group 4 compression. I am on a Mac, with version info:
Version: ImageMagick 7.0.8-11 Q16 x86_64 2018-09-08 https://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: https://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
I am using the command
Magick convert file.tif -compress group4 filea.tif
But the files are still showing uncompressed.
When I use the exact same command with 'lzw' instead of group4, it is successful. Any tips?