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