Magick++ setting options for zip and lzw coders
Magick++ setting options for zip and lzw coders
I was just wondering if it's possible to set options for the zip and lzw coders? When using LZWCompression or ZipCompression, quality does not seem to affect them (which makes sense, as quality is for the image itself, and LZW/Zip are being used as wrappers).
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Magick++ setting options for zip and lzw coders
I don't think there are any settings for LZW.
The documentation http://www.imagemagick.org/script/comma ... hp#quality says that "-quality" does affect Zip compression of MIFF and TIFF formats. Zip is lossless, so this would affect just the filesize.
However, trying this at the command line, the filesize is unchanged.
The documentation http://www.imagemagick.org/script/comma ... hp#quality says that "-quality" does affect Zip compression of MIFF and TIFF formats. Zip is lossless, so this would affect just the filesize.
However, trying this at the command line, the filesize is unchanged.
snibgo's IM pages: im.snibgo.com
Re: Magick++ setting options for zip and lzw coders
I can confirm that quality does affect compressType ZipCompression (and LZWCompression, if I recall), but I mean access to the actual zip settings (fastbytes and passes) rather than presets.