webp-converter icon indicating copy to clipboard operation
webp-converter copied to clipboard

[DEPRECATED] A small node.js library for converting any image to webp file format or converting webp image to any image file format.

Results 34 webp-converter issues
Sort by recently updated
recently updated
newest added

my code: const webp = require('webp-converter'); webp.grant_permission() const result = webp.webpmux_strip('2521.webp','image_profile.webp','icc',logging="-v"); result.then((res) => { console.log(res); }) error message Error: Command failed: "E:\ALIF\Node\project1\node_modules\webp-converter\bin\libwebp_win64\bin\webpmux.exe" -strip icc "2521.webp" -o "image_profile.webp" "-v" ERROR: Unknown...

转换到路径如果存在空格,那么解析命令会出错

I want to convert the jpg image with CMYK format, but I encounter the error, how can I create webp ?

The directory node_modules/webp-converter/**temp** is requested for performing the conversion, but is not created at npm install. Complexify installation as the directory temp needs to be created 'by hand' after fresh...

When I try to change the format of my photos I get such an error. ![image](https://user-images.githubusercontent.com/46970261/123089965-e5d9c780-d427-11eb-8805-65d45950fef6.png)

``` Error: spawn /app/node_modules/webp-converter/lib/libwebp_linux/bin/cwebp ENOENT ```

can the cwebp can be manully set (to use the manully install one)? I have met a issue, cwebp error in node 12 in docker for image 12.22.1-alpine3.12 (commond not...

is it possible to also convert videos to webm using this library ?

转换代码如下: ```js webp.cwebp(file.path, './tmp/output.webp', '-q 80',function(status,error) { console.log(status,error); }); ``` 一直报错,请问该如何解决,谢谢!

Install npm i gulp-webp --save-dev npm i gulp-webp-html --save-dev npm i gulp-webpcss --save-dev and other packages for Gulp then run gulp in the terminal and I get this: internal /...