Search found 2 matches

by eric_sun
2015-10-20T20:57:11-07:00
Forum: Users
Topic: PLS HELP:How to compress a GIF with IM?
Replies: 1
Views: 1670

Re: PLS HELP:How to compress a GIF with IM?

I got a solution with gifsicle: 1,got first frame gifsicle GIF.gif "#0" -o frame.gif 2,crop the frames with animation area except frame 0 gifsicle -b -O2 --crop 245,80-329,172 -i GIF.gif '#1-' -o 2.gif 3,merge fame0 and the gif gifsicle frame0.gif -p245,80 2.gif -o resutl.gif and the result gif is:[3 ...
by eric_sun
2015-10-20T02:54:14-07:00
Forum: Users
Topic: PLS HELP:How to compress a GIF with IM?
Replies: 1
Views: 1670

PLS HELP:How to compress a GIF with IM?

ORIG GIF: http://hydl.trikr.com/GIF.gif I have lots of such gif but their are very *fat* so I want to compress them, I got this method: http://www.imagemagick.org/Usage/anim_opt/#opt_trans I want to get the result with this example For http://www.imagemagick.org/Usage/anim_basics/bunny_bgnd.gif it ...