Comment by thechao 7 hours ago I've had a lot of success just LZ4ing a bitmap. 1 comment thechao Reply Intralexical 6 hours ago PNG 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
Intralexical 6 hours ago PNG 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
PNG 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