nintha / webp-imageio-core

Java Image I/O reader and writer for the Google WebP image format without system native libs
Apache License 2.0
158 stars 49 forks source link

java.lang.UnsatisfiedLinkError: com.luciad.imageio.webp.WebPEncoderOptions.createConfig #16

Closed uzhy1987 closed 4 years ago

uzhy1987 commented 4 years ago

java.lang.UnsatisfiedLinkError: com.luciad.imageio.webp.WebPEncoderOptions.createConfig()J at com.luciad.imageio.webp.WebPEncoderOptions.createConfig(Native Method) at com.luciad.imageio.webp.WebPEncoderOptions.(WebPEncoderOptions.java:26) at com.luciad.imageio.webp.WebPWriteParam.(WebPWriteParam.java:30)

nintha commented 4 years ago

This project just wrap java code and dll files. You may go to source repo luciad/webp-imageio , and create issue about UnsatisfiedLinkError .