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?".
digcollib
Posts: 6 Joined: 2018-09-17T11:23:53-07:00
Authentication code: 1152
Post
by digcollib » 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:
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
Post
by digcollib » 2018-09-28T08:42:21-07:00
Nevermind, all. An updated seemed to fix the problem.
GeeMack
Posts: 718 Joined: 2015-12-01T22:09:46-07:00
Authentication code: 1151
Location: Central Illinois, USA
Post
by GeeMack » 2018-09-28T08:43:51-07:00
digcollib wrote: ↑ 2018-09-28T08:29:54-07:00 Any 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.