-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.ArrayIndexOutOfBoundsException: 1 #12
Comments
What's the type of the output image? I notice that I get that error when I try to write an image of type |
And upon further investigation, it appears that lossless variant of the WebP format supports only ARGB. Someone correct me if I'm wrong. So this is a limitation of WebP, not a bug in webp-imageio. Although maybe webp-imageio should check the image type when encoding to WebP, and throw an |
Hi @fleminra I am using the default settings. Can you please let me know how I can specify it and what output type should I use for the glow map? This the code snippet I am using to export the image
|
Hi
When trying to convert an emissive map (glow map) from jpg to webp using ImageIO and this plugin, I am getting this error:
this is the texture:
When I am converting it to webp with Gimp it converts Ok.
The text was updated successfully, but these errors were encountered: