sejda-pdf / webp-imageio

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

Nullpointer exception when writing large panoramic file #13

Open davidekholm opened 3 years ago

davidekholm commented 3 years ago

Loading and writing this large panoramic file as a WebP image produces a nullpointer exception.

File: https://jalbum.net/download/Ceze_130506_1029PF360-2_org.jpg

Stack trace: java.lang.NullPointerException at java.desktop/javax.imageio.stream.ImageOutputStreamImpl.write(ImageOutputStreamImpl.java:51) at com.luciad.imageio.webp.WebPWriter.write(WebPWriter.java:73)