webptools icon indicating copy to clipboard operation
webptools copied to clipboard

not recognized as an internal or external command

Open FeraruSilviuMarian opened this issue 4 years ago • 0 comments

` from webptools import dwebp

print(dwebp(input_image="test.webp", output_image="python_logo.jpg", option="-q 80", logging="-v")) `

this is what it prints

"{'exit_code': 1, 'stdout': b'', 'stderr': b"'None' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n", 'command': 'None test.webp -q 80 python_logo.jpg -v'}"

FeraruSilviuMarian avatar Sep 08 '21 18:09 FeraruSilviuMarian