JPEG in CMYK
-
Hi all, we have a web based tool which is able to store images we create here. Now the problem is that most images are made in CMYK model. When you want to show such a jpeg, IE and FF just fails to do that. When you open the cmyk image with any other program (mspaint, photoshop, ...) you see the image is there. If you convert this image (i used photoshop) to RGB model it shows fine. For example here is a cmyk image[^] and here is the rgb image[^] created after photoshop conversion. So now is the question: how can i convert a CMYK jpeg to a RGB jpeg to show it on my asp.net website? Is there a way in GDI+ to convert CMYK JPG images to RGB JPGs? Please help me out on this one please!
-
Hi all, we have a web based tool which is able to store images we create here. Now the problem is that most images are made in CMYK model. When you want to show such a jpeg, IE and FF just fails to do that. When you open the cmyk image with any other program (mspaint, photoshop, ...) you see the image is there. If you convert this image (i used photoshop) to RGB model it shows fine. For example here is a cmyk image[^] and here is the rgb image[^] created after photoshop conversion. So now is the question: how can i convert a CMYK jpeg to a RGB jpeg to show it on my asp.net website? Is there a way in GDI+ to convert CMYK JPG images to RGB JPGs? Please help me out on this one please!