scionoftech / webp-converter

[DEPRECATED] A small node.js library for converting any image to webp file format or converting webp image to any image file format.
MIT License
229 stars 43 forks source link

support for freebsd x64 #43

Open Paranoidal97 opened 3 years ago

Paranoidal97 commented 3 years ago

When I try to change the format of my photos I get such an error.

image

Givemeurcookies commented 3 years ago

Freebsd x64 isn't precompiled in the libwebp google project https://developers.google.com/speed/webp/docs/precompiled

If you want, you can open an issue in my fork https://github.com/Givemeurcookies/promised-webp-converter as this project has just been deprecated. You can try to compile libwebp yourself https://developers.google.com/speed/webp/docs/compiling I can integrate it if you get it to work on Freebsd.