Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Use gifsicle to assemble frames instead of ImageMagick? #3

Closed
ku1ik opened this issue Apr 29, 2017 · 1 comment
Closed

Use gifsicle to assemble frames instead of ImageMagick? #3

ku1ik opened this issue Apr 29, 2017 · 1 comment

Comments

@ku1ik
Copy link
Contributor

ku1ik commented Apr 29, 2017

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.

@ku1ik
Copy link
Contributor Author

ku1ik commented May 2, 2017

There may be some good tips on quality/speed in this gist: https://gist.github.com/dergachev/4627207

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant