6 ms·
I've had a lot of success just LZ4ing a bitmap.
by thechao 3mo ago
I've had a lot of success just LZ4ing a bitmap.
- Intralexical 3mo agoPNG compression is just DEFLATE. For archival storage, I've been expanding PNGs with `precomp` [0] and then running modern compression algorithms on them. [0] https://github.com/schnaader/precomp-cpp https://github.com/schnaader/precomp-cpp