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