Skip to content
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

Fix the example code in the README #31

Open
naka-sho opened this issue Aug 20, 2022 · 0 comments
Open

Fix the example code in the README #31

naka-sho opened this issue Aug 20, 2022 · 0 comments

Comments

@naka-sho
Copy link

Fix the example code in the README.
Specifically the code below

- writeParam.setCompressionType(p.getCompressionTypes()[WebPWriteParam.LOSSLESS_COMPRESSION]);
+ writeParam.setCompressionType(writeParam.getCompressionTypes()[WebPWriteParam.LOSSLESS_COMPRESSION]);

I created a pull request because it was minor, but I couldn't create it because I didn't have enough permissions.
So I will contact you with an issue.

joostoudeman pushed a commit to joostoudeman/webp-imageio that referenced this issue Jun 16, 2023
…config-0.x

chore(deps): update plugin com.starter.config to v0.51.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant