How to Uncompress

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
digcollib
Posts: 6
Joined: 2018-09-17T11:23:53-07:00
Authentication code: 1152

How to Uncompress

Post by digcollib »

Hi, All--

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
but received the following error

Code: Select all

convert:  `None' @ error/convert.c/ConvertImageCommand/3285.
Any tips on what this is or why it is happening?
digcollib
Posts: 6
Joined: 2018-09-17T11:23:53-07:00
Authentication code: 1152

Re: How to Uncompress

Post by digcollib »

Nevermind, all. An updated seemed to fix the problem.
User avatar
GeeMack
Posts: 718
Joined: 2015-12-01T22:09:46-07:00
Authentication code: 1151
Location: Central Illinois, USA

Re: How to Uncompress

Post by GeeMack »

digcollib wrote: 2018-09-28T08:29:54-07:00Any tips on what this is or why it is happening?
You need to end your command with the name of the output file you're writing to.
Post Reply