Convert to GIF or JPG but file called test.ABC for example?

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
NeilF

Convert to GIF or JPG but file called test.ABC for example?

Post by NeilF »

With a convert, and can you specify the output file format, rather than it being deduced from the extension of the file name?

ie: If I want to out put to GIF or JPG format, but for the filename to be test.abc?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Convert to GIF or JPG but file called test.ABC for examp

Post by fmw42 »

try

convert .... GIF:test.abc

convert .... JPG:test.abc
Post Reply