Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all;
In my project i need to place a text image over a cymk image and save it on the disk. After that i need to display it.I did the code for placing the text image on the cymk image save the resultant image the disk with out any errors. when i try to displaying it the image is not displayed because when i saving the image on the disk its format is changed to rgb. if i can save that image in cymk format, i think i can display that image. so that i need help for converting this rgb to cymk format. The project is in asp.net using c# coding. Please help me to do it.Thanks in advance.

Regards
Rani
Posted
Updated 8-Aug-11 20:00pm
v2
Comments
Herman<T>.Instance 8-Aug-11 9:37am    
what is your exact problem? What have you tried?
BobJanova 8-Aug-11 11:10am    
You need to define more precisely what the target CMYK output is, as this is one of those conversions that does not have a simple answer (see http://en.wikipedia.org/wiki/CMYK#Conversion). Once you have defined the CMYK target completely, you will find that you have solved the problem.
BillWoodruff 8-Aug-11 17:23pm    
Look at the solutions already here on CP:

http://www.codeproject.com/search.aspx?q=color+picker&x=0&y=0&doctypeid=1%3b2%3b3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900