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 ...
Search found 1 match
- 2011-11-04T16:05:35-07:00
- Forum: MagickWand
- Topic: Reading only first layer
- Replies: 1
- Views: 14386