-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
WebP: "Coordinate out of bounds!" exception thrown when reading certain files #978
Comments
Hi @Parsee1, Thanks for reporting! I'll investigate. |
Hi guys, do you have any update on this bug? I encountered the same problem. Updating the webp plugin to 3.12.0 is not fixings this apparently. |
No, we haven't been able to fix this bug yet. It's mostly due to lack of time, so if you have some spare time to investigate to find the bug and/or fix it, contributions are welcome! |
I also encountered the same problem, I don't know if it's the same reason, but I left my picture here. |
Describe the bug
A clear and concise description of what the bug is.
Version information
The version of the TwelveMonkeys ImageIO library in use.
com.twelvemonkeys.imageio
imageio-webp
3.11.0
The exact output of
java --version
(orjava -version
for older Java releases).Java 17.0.1 2021-10-19 LTS
Java(TM) SE Runtime Environment (build 17.0.1+12-LTS-39)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.1+12-LTS-39, mixed mode, sharing)
Extra information about OS version, server version, standalone program or web application packaging, executable wrapper, etc. Please state exact version numbers where applicable.
JDK 17.0.1, IntelliJ Idea Community 2019.2.4, Win10 Home Basic
To Reproduce
Steps to reproduce the behavior:
ImageIO.read(new URL(url));
2.Download the sample image file
https://i0.hdslb.com/bfs/face/0266ce294d60018dcc6d567e57a3b93ae7825447.webp
https://i2.hdslb.com/bfs/face/50733c332633ab43d3bd03bad142cd86d871aeee.webp
Stak trace
The text was updated successfully, but these errors were encountered: