Add a script to resize Gif
Closed this issue · 4 comments
pyrech commented
Because the bundle is already quite heavy, I would like to resize all the gifs so their real width matches the displayed width (145 px). I would like to make and version a script in the repository that we could manually launch after new gifs are added.
jenkoian commented
@pyrech would be interested on helping out with this if you like, let me know and I'll work on a PR 👍
pyrech commented
jenkoian commented
WIP: https://github.com/jolicode/GifExceptionBundle/compare/master...jenkoian:gif-optimizer?expand=1
Will finish and get a PR up later today, but let me know if I'm going down the right track.
Uses this library by the way which wraps up gifsicle which does all the work
pyrech commented
Pretty cool! I like it!