scionoftech / webptools

webptools is a Webp image conversion package for python
MIT License
23 stars 5 forks source link

webpmux_animate not running #14

Closed zaz closed 2 years ago

zaz commented 2 years ago

webpmux_animate is missing a - in the bgcolor flag

Running the default example yields the following error:

b"ERROR at '255,255,255,255': Multiple input files specified.\nExiting due to command-line parsing error.\n"

Adding the dash and removing the -v option allows webpmux to run.

zaz commented 2 years ago

Without removing the -v option, I receive the following error:

ERROR: Unknown option: '-v'.
Exiting due to command-line parsing error.