jalagar / animated-art-engine

A generative engine that takes various png layers on a sprite sheet format, combines them and then converts them into a .gif file
MIT License
167 stars 62 forks source link

Reduce the gif size #25

Closed kbusqueta closed 2 years ago

kbusqueta commented 2 years ago

How can we reduce the size of the final GIF ? 😄

jalagar commented 2 years ago

Hi @kbusqueta I just replied on your discussion as well but thank you for raising an issue! Can you try the latest code version, I am using https://gif.ski/ instead of imageio python library. You will need to install it either using https://brew.sh/ and running brew install gifski or follow the directions here https://github.com/ImageOptim/gifski. Then you can change the quality in global_config.json to reduce the file size (0 - 100).

jalagar commented 2 years ago

Going to close this issue, they were able to solve it here https://github.com/jalagar/Generative_Gif_Engine/discussions/16 and reduce the file size