sejda-pdf / webp-imageio

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

What is "p" in the Encoding demo function? #28

Open sp42 opened 2 years ago

sp42 commented 2 years ago

p cannot be resolved

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

MartinPape commented 2 years ago

it should be: writeParam.setCompressionType(writeParam.getCompressionTypes()[WebPWriteParam.LOSSLESS_COMPRESSION]);