Page 1 of 1

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

Posted: 2010-09-01T04:30:41-07:00
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?

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

Posted: 2010-09-01T11:27:39-07:00
by fmw42
try

convert .... GIF:test.abc

convert .... JPG:test.abc