webp-io
webp-io copied to clipboard
🌚 general format images and webp transform each other
仔细看了代码,原来jar内置了win/linux等需要的可执行程序,所谓的转换就是用cmd调用对应的程序。这样的话就没办法走stream了吧,在使用过程中会强制生成临时文件
https://github.com/hellokaton/webp-io/issues/13
Currently there is no support for MacOS with Apple Silicon
A long image becomes a wide image thanks
``` io.github.biezhi.webp.WebpIOException: java.io.FileNotFoundException: cwebp_tmp/dwebp: open failed: ENOENT (No such file or directory) at io.github.biezhi.webp.WebpIO.init(WebpIO.java:58) at io.github.biezhi.webp.WebpIO.(WebpIO.java:27) at io.github.biezhi.webp.WebpIO.create(WebpIO.java:63) ```