Lossless data compression is a class of data compression algorithms that allows the original data to be perfectly reconstructed from the compressed data.
I am trying to losslessly compress an image, and in order to take advantage of regularities, I want to convert …
rgb color-space lossless-compression