I am working on a sample in this I am loading a EMF file. To do this I am using API

Image image = Image.FromFile(strFilePath, true);

The 2nd parameter is to use the embedded ICM profile. Then I am trying to read the each pixel. Then I made the 2nd parameter to false and read the pixel. In both the cases I am getting the RGB values as same.

Actually I want to convert RGB to YCMK. While doing so some one told me to use the ICM profile. Can any body tell me how to laod the image with ICM profile in C# .net

link|improve this question

56% accept rate
feedback

1 Answer

I think the first answer to this question will help you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.