You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a system for reading/writing ImageIO supported formats, already tested with png, tif, bmp, jpg, pio, etc.
Added org.sejda.imageio:webp-imageio:0.1.6 and reading webp files OK. When I try to write out
ImageIO.write(img, "webp", outputStream);
I get a zero length file. No error is generated. No exception thrown. Any ideas?
The text was updated successfully, but these errors were encountered:
Hello! Thank you for this library.
I have a system for reading/writing ImageIO supported formats, already tested with png, tif, bmp, jpg, pio, etc.
Added
org.sejda.imageio:webp-imageio:0.1.6
and reading webp files OK. When I try to write outI get a zero length file. No error is generated. No exception thrown. Any ideas?
The text was updated successfully, but these errors were encountered: