Page 1 of 1

Posted: 2006-02-28T09:25:20-07:00
by brendan
3 possible solutions

1) use -flatten
2) use -mosiac
3) use image indexing

Code: Select all

convert animatedimage.gif[0] test0.jpg
will convert the first image to jpeg.

Code: Select all

convert animatedimage.gif[9] test9.jpg
will convert the tenth image to jpeg.