Page 1 of 1

Re: Is there a noreplace 'switch' for generate output file name?

Posted: 2007-12-27T19:17:44-07:00
by magick
Try the following:
  • convert logo: logo: logo: logo: logo.gif
    convert logo.gif test.jpg
    convert logo.gif -scene 4 test.jpg
    dir *.jpg

Re: Is there a noreplace 'switch' for generate output file name?

Posted: 2008-01-01T19:20:16-07:00
by anthony
Also try adding something like %04d in the filename. That specifies a 4 digit number with leading zeros, so the files will still sort correctly alphabetically.

See Im Examples, Writing Multiple Image sequences...
http://imagemagick.org/Usage/files/#write_seq