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?
Convert to GIF or JPG but file called test.ABC for example?
- 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
try
convert .... GIF:test.abc
convert .... JPG:test.abc
convert .... GIF:test.abc
convert .... JPG:test.abc