I need to write code for converting a pixel specified in CMYK colorspace to RGB colorspace, but I'm having a bit of trouble finding a good algorithm for performing the conversion. The one described on ...
Just for fun, I've decided to try writing my own lossless image compressor. Its nothing special, just differential pulse code modulation with rice coding and a huffman encoder tacked on the backend.