google / jpegli

BSD 3-Clause "New" or "Revised" License
131 stars 12 forks source link

Support WEBP as input. #26

Open xrishox opened 3 months ago

xrishox commented 3 months ago

It is nice to be able to encode from a lossless source. PNG does work, but webp can also be lossless and is much smaller.

kkocdko commented 3 months ago

IMO, the raw YUV/RGB input is enough.

JamesPous commented 3 months ago

Good idea.