99chan-dev / morbid_obesity

A simple image board software based on kusaba.
1 stars 3 forks source link

add gifsicle support #11

Closed twobutts closed 10 years ago

twobutts commented 10 years ago

gifsicle is much better at gif manipulation than imagemagick. our current gif thumbnail generation is actually regressive.

http://www.lcdf.org/gifsicle/

gifsicle --unoptimize --resize-fit=300x300 --color-method=median-cut --colors=64 --optimize=3 < in.gif > out.gif