Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
infinitegforums
/
fb7107cddf7e2e2c22585d4806d79980837c2e04
/
.
/
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