Hi:
There is a gif which imagemagick can't convert it.
Image: http://s3-us-west-2.amazonaws.com/qiniu-bs/3000.gif
I want to thumbnail it
Command : convert 3000.gif -thumbnail 200x +repage result.gif
Can you try it
ImageMagick deal with gif,has limit?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: ImageMagick deal with gif,has limit?
For animated GIFs, I suggest you read the documentation. See "animation" in http://www.imagemagick.org/Usage/
This works fine:
This works fine:
Code: Select all
convert 3000.gif -layers coalesce -resize 200x -layers optimize t.gif
snibgo's IM pages: im.snibgo.com
Re: ImageMagick deal with gif,has limit?
snibgo wrote:For animated GIFs, I suggest you read the documentation. See "animation" in http://www.imagemagick.org/Usage/
This works fine:Code: Select all
convert 3000.gif -layers coalesce -resize 200x -layers optimize t.gif
Sir,I need your help
viewtopic.php?f=3&t=27203