joppuyo / jpeg-xl-encode

A PHP library for encoding JPEG XL images. Very much inspired by WebP Convert.
MIT License
16 stars 0 forks source link

Allow setting quality variable in lossless/modular mode #2

Open joppuyo opened 3 years ago

joppuyo commented 3 years ago

Right now lossless/modular mode is fixed to 100 quality. Need to figure out a good way to do this, it's weird if the modular is named lossless but it can produce lossy images.