Page 1 of 1

Posted: 2006-12-05T09:20:04-07:00
by magick
This command starts the image frame number at 1:
  • convert image.tif -scene 1 single%04d.tif
We're using ImageMaick 6.3.1-0.

Posted: 2006-12-05T19:26:04-07:00
by anthony
A simular thing is also present to read a sequence of images.

See IM Examples 'File Handling' for details of both writing and reading image sequences.