avm99963 | 8d8409c | 2020-12-07 21:46:29 +0100 | [diff] [blame] | 1 | #!/bin/bash |
2 | # Helper tool used to compress generated GIFs | ||||
3 | gifsicle -O3 --lossy=100 --colors 128 $1 -o $2 | ||||
4 | |||||
5 | # webp isn't yet allowed to be used in gitiles | ||||
6 | #gif2webp -mixed -min_size -loop_compatibility $2 |