converting animated gif to a static gif
Posted: 2007-07-17T16:50:01-07:00
I'm simply using the convert utility (in php, I don't think that changes anything) to resize large images to smaller ones (previews, thumbnails, etc)
I searched google a lot, and looked through the docs on the official site, but didn't find what I need...
Is there a method to only convert the first frame of a gif?
I don't know, "convert huge_image_animated.gif -resize !300x300> preview_static.gif -static" , or something.
I searched google a lot, and looked through the docs on the official site, but didn't find what I need...
Is there a method to only convert the first frame of a gif?
I don't know, "convert huge_image_animated.gif -resize !300x300> preview_static.gif -static" , or something.