Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
infinitegforums
/
727985c7bedf15f2b2aca62ce963f202689091df
/
.
/
docs
/
resources
/
compress_gif.bash
blob: 01cb969ba34240bdfa79f4a18113ab724256b41f [
file
] [
log
] [
blame
]
#!/bin/bash
# Helper tool used to compress generated GIFs
gifsicle
-
O3
--
lossy
=
100
--
colors
128
$1
-
o $2
# webp isn't yet allowed to be used in gitiles
#gif2webp -mixed -min_size -loop_compatibility $2