How, in C#, can I define the colorspace a JPG is in? I am trying to create a small app to automatically convert to sRGB any image submitted in AdobeRGB colorspace.
Thank you for your help.
How, in C#, can I define the colorspace a JPG is in? I am trying to create a small app to automatically convert to sRGB any image submitted in AdobeRGB colorspace.
Thank you for your help.
You may find the content of this question helpful.
It seems to relate to the problem you are having.
If you are running a server side component to this application, then making a call to the ImageMagick convert command would be a very easy option.