We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Describe the bug A clear and concise description of what the bug is.
Version information
com.twelvemonkeys.imageio:imageio-webp:3.12.0
java --version
java -version
openjdk 23.0.2 2025-01-21 OpenJDK Runtime Environment Homebrew (build 23.0.2) OpenJDK 64-Bit Server VM Homebrew (build 23.0.2, mixed mode, sharing)
Example code
val z = ImageIO.read(File("sofa.webp")) // to png ImageIO.write(z, "png", File("sofa.png"))
Sample file(s)
original webp & decoded png.zip
decoded png:
The text was updated successfully, but these errors were encountered:
Looks like a duplicate of #734
Sorry, something went wrong.
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
Version information
com.twelvemonkeys.imageio:imageio-webp:3.12.0
java --version
(orjava -version
for older Java releases).For example:
Example code
Sample file(s)
original webp & decoded png.zip
decoded png:

The text was updated successfully, but these errors were encountered: