Palle Bo Nielsen wrote:
> I have a forum where you are able to upload avatar
images in several
> formats. The avatars are then all converted to GIF but
people are still
> able to upload animated GIF which I would like to
avoid.
>
> How can I convert a graphics file to GIF and make sure
the animation
> part is removed?
>
> Palle
>
from a day ago:
Anthony Thyssen wrote:
> You can also just read in the image file and then
delete all extra
> images using... -delete 1--1
> that means delete image index 1 (the second image) to
the last image
> in the current image sequence. That should leave you
with with just one
> image (or if the image read errored, no images and
another warning message).
I have a feeling that will do what you need.
Carl K
_______________________________________________
Magick-users mailing list
Magick-users imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick
-users
|