You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
Right now we assemble initial GIF file with ImageMagicks's convert and the pass it through gifsicle. convert is doing palette reduction and dithering separately for each frame. Assembling GIF directly in gifsicle may give use better quality (and maybe even smaller file size).
Unfortunately gifsicle can't directly read PNG files so we probably still need to use convert to convert PNG files into single-image GIF files before invoking gifsicle.
The text was updated successfully, but these errors were encountered:
Right now we assemble initial GIF file with ImageMagicks's
convert
and the pass it throughgifsicle
.convert
is doing palette reduction and dithering separately for each frame. Assembling GIF directly in gifsicle may give use better quality (and maybe even smaller file size).Unfortunately gifsicle can't directly read PNG files so we probably still need to use
convert
to convert PNG files into single-image GIF files before invokinggifsicle
.The text was updated successfully, but these errors were encountered: