Page 1 of 1

Posted: 2006-06-26T07:14:26-07:00
by magick
If you want to append an image to an existing animation try this command:
  • convert input.gif output.gif output.gif

Posted: 2006-06-26T20:22:54-07:00
by anthony
Note that the above is a GIF animation 'prepend'.

The output image will be overwritten with the results, as convert always reads everything into memory (or temporary memory buffers), before processing.