I want to create a PNG file from a System.Drawing.Bitmap with the colours defined using CMYK.
I can create the PNG OK but how do I define 'with CMYK' ?
I've looked at the encoderparameters argument to the save method but it seems to me they don't cover what I need ?
Any pointers/samples appreciated.
thanks