- From: Richard Geldreich <rich@binomial.info>
- Date: Mon, 30 Oct 2023 11:47:15 -0400
- To: public-png@w3.org
Received on Monday, 30 October 2023 17:12:38 UTC
I mentioned this repo in today's meeting: https://github.com/richgel999/rdopng Example PNG images encoded in this way: https://github.com/richgel999/rdopng/wiki/Examples rdopng uses techniques from the video and GPU texture compression world to create substantially smaller true color (24bpp) or RGBA (32bpp) PNG's. It utilizes the Oklab colorspace to predict visual distortion, and a Deflate model to predict bitrate. It also supports RDO encoding to the .QOI and LZ4 image formats. The downside is slow encoding because the search space is large. -Rich
Received on Monday, 30 October 2023 17:12:38 UTC