Reading only first layer
Posted: 2011-11-04T16:05:35-07:00
I need to read a file into imagemagick via the cli, and only work with the first image in the sequence.
There are two options:
convert 'foo.gif[0]' foo.jpg
convert -delete 1--1 foo.gif foo.jpg
Is there any real difference between them? or is there another optimized way to read in just the single image in the sequence?
thanks
-daniel
There are two options:
convert 'foo.gif[0]' foo.jpg
convert -delete 1--1 foo.gif foo.jpg
Is there any real difference between them? or is there another optimized way to read in just the single image in the sequence?
thanks
-daniel