sejda-pdf / webp-imageio

Java ImageIO WebP support
Apache License 2.0
198 stars 74 forks source link

Fix the example code in the README #31

Open naka-sho opened 1 year ago

naka-sho commented 1 year ago

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.