Releases: Nikolai2038/webp-to-gif
Releases · Nikolai2038/webp-to-gif
v.1.1.2
v.1.1.1
Changes:
- Move from
webpmux
toanim_dump
andwebpinfo
(ANIM
andANMF
support); - Add more examples;
- Add
test.sh
script; - Refactoring;
- Update instructions.
v.1.0.3
Changes:
- Update instructions;
- Update license.
v.1.0.2
Changes:
- Update instructions.
v.1.0.1
Changes:
- Adaptive framerate fix.
v.1.0.0
Bash-script to convert *.webp
or *.webm
images to *.gif
(with animation and transparency preserved).
Script usage for a specific file:
./convert_one.sh <file_path> [0|1 - enable transparency, default is 1] [0|1|2 - compression level, default is 1]
Script usage for all files in a specific directory:
./convert_all_in_dir.sh <directory_path> [0|1 - enable transparency, default is 1] [0|1|2 - compression level, default is 1]
Feel free to contribute!