all groups > dotnet drawing api > august 2006 >
You're in the

dotnet drawing api

group:

using CMYK colors - is it possible?


using CMYK colors - is it possible? SharpCoderMP
8/23/2006 12:00:00 AM
dotnet drawing api:
hi,

is it possible to use CMYK colors instead of RGB when drawing to the
printer? if so, how can it be done? standard Color struct allows only
ARGB colors. I need to draw something that is in pure CMYK Black color
Re: using CMYK colors - is it possible? Bob Powell [MVP]
8/23/2006 10:34:50 PM
The image codecs know how to read CMYK but not how to write it out.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.



[quoted text, click to view]

Re: using CMYK colors - is it possible? Bob Powell [MVP]
8/23/2006 10:35:54 PM
All images in memory are only manipulated using RGB and A for 32 bit
formats.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.



[quoted text, click to view]

AddThis Social Bookmark Button