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

Animated web files are not supported

Open KalhariL opened this issue 3 years ago • 1 comments

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:?]

KalhariL avatar Jun 15 '21 07:06 KalhariL

I encountered this error: Decode returned code VP8_STATUS_UNSUPPORTED_FEATURE

heinrichWeichert avatar Aug 18 '23 10:08 heinrichWeichert