How to Uncompress
Posted: 2018-09-28T08:29:54-07:00
Hi, All--
I have some tiff files that are compressed in LZW. I need to uncompress them, and tried using the command:
but received the following error
Any tips on what this is or why it is happening?
I have some tiff files that are compressed in LZW. I need to uncompress them, and tried using the command:
Code: Select all
magick convert Rare_Large_DA_448_.W673_000001.tif -compress None
Code: Select all
convert: `None' @ error/convert.c/ConvertImageCommand/3285.