webptools icon indicating copy to clipboard operation
webptools copied to clipboard

webptools is a Webp image conversion package for python

Results 12 webptools issues
Sort by recently updated
recently updated
newest added

__Description__ Loading webptools in default AWS python 3.9 environment fails due to an error related to uuid: ``` { "errorMessage": "Syntax error in module 'lambda_function': invalid syntax (uuid.py, line 138)",...

I'm trying to use cwebp to convert some files into webp. when trying to convert files from a directory that has spaces in its name or to a destination directory...

Good morning colleagues, I publish here my code to use this library in docker alpine `apk add ca-certificates ffmpeg libwebp libwebp-tools` `cp /usr/bin/cwebp /{appProject}/node_modules/webp-converter/b in/libwebp_linux/bin/cwebp` ``` import * as webp...

` 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...

Alpine can be supported by using `apk add libwebp-tools` and the using `/usr/bin/cwebp` (and related) as a binary.

Everything is in the title, I am trying: ```python webpmux_add(input_image=output, output_image=output, option='xmp image.xmp') ``` And then I get an error message `TypeError: webpmux_add() missing 1 required positional argument: 'icc_profile'` It...

32 bit python would not use the 64 bit one, thus functions like `getcwebp()` just returns `None`

Same issue on OSX and Ubuntu after upgrading to version 0.0.3 Works after reverting to 0.0.2 Setting `chmod +x cwebp` is a possible workaround.

If the file name contains spaces, you should enclose it in double quotes because it fails to convert properly and an error occurs. I only modified the dwebp on a...

I get the next error when trying to use the examples you posted. Seems to be a problem with the function `getwebp()` when you pass the parameters. ``` Traceback (most...