Skip to content

Releases: Nikolai2038/webp-to-gif

v.1.1.2

29 Sep 20:45
c070dce
Compare
Choose a tag to compare

Changes:

  • Change license to MIT.

v.1.1.1

12 Feb 12:34
Compare
Choose a tag to compare

Changes:

  • Move from webpmux to anim_dump and webpinfo (ANIM and ANMF support);
  • Add more examples;
  • Add test.sh script;
  • Refactoring;
  • Update instructions.

v.1.0.3

28 Sep 21:36
Compare
Choose a tag to compare

Changes:

  • Update instructions;
  • Update license.

v.1.0.2

28 Sep 02:35
Compare
Choose a tag to compare

Changes:

  • Update instructions.

v.1.0.1

28 Sep 02:01
Compare
Choose a tag to compare

Changes:

  • Adaptive framerate fix.

v.1.0.0

28 Sep 01:59
Compare
Choose a tag to compare

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!