How to convert an image from one color profile to another (screen to printer or scanner to screen). In Visual C ++, you have to use a function in ICM.h, is there a way to do this using GDI +?
I need to use GDI +, not WPF. I would rather have a manageable solution, but if it is not available, I think PInkvoke will be enough.
source
share