How to read the colorspace being used in an image

Posted by Raf on Stack Overflow See other posts from Stack Overflow or by Raf
Published on 2010-06-02T05:39:29Z Indexed on 2010/06/02 5:43 UTC
Read the original article Hit count: 214

Filed under:

I am trying to create a solution to automatically convert an Adobe RGB image to sRGB. The first step is to define whether the image is using Adobe RGB colorspace. How do I do that?

It is a C# console application (.NET 3.5).

Thank you for your help.

© Stack Overflow or respective owner

Related posts about c#