sejda-pdf / webp-imageio

Java ImageIO WebP support
Apache License 2.0
198 stars 74 forks source link

Animated web files are not supported #15

Open KalhariL opened 3 years ago

KalhariL commented 3 years ago

Following exception occurs when an animated web file is read

Caused by: java.io.IOException: Decode returned code VP8_STATUS_BITSTREAM_ERROR at com.luciad.imageio.webp.WebP.decode(WebP.java:65) ~[webp-imageio-0.1.6.jar:?] at com.luciad.imageio.webp.WebPReader.read(WebPReader.java:158) ~[webp-imageio-0.1.6.jar:?]

heinrichWeichert commented 10 months ago

I encountered this error: Decode returned code VP8_STATUS_UNSUPPORTED_FEATURE