|
|
|
|
|
by eru
317 days ago
|
|
Btw, could you 'just' use no compression on this level in the PNG, and let the transport compression handle it? So on paper (and on disk) your PNG would be larger, but the number of bits transmitted would be almost the same as using Zstd? EDIT: similarly, your filesystem could handle the on-disk compression. This might work for something like PNG, but would work less well for something like JPG, where the compression part is much more domain specific to image data (as far as I am aware). |
|