CMYK refers to the standard colours and techniques involved with traditional four-colour printing: Cyan, Magenta, and Yellow, and blacK.
2
votes
2answers
2k views
Script (or some other means) to convert RGB to CMYK in PDF?
Is it possible to write a script for Adobe Illustrator or some other tool that will read the contents of a number of PDF files and convert all the RGB colours to CMYK?
If so, could somebody please ...
2
votes
1answer
2k views
SVG image with CMYK colours - is it possible?
Is it possible to specify that as SVG image should produce output in CMYK? If so, is it a big task? What if the image has its colours specified in RGB, is it difficult to convert them to CMYK?
0
votes
1answer
1k views
How to use use cmyk color codes in android?
I have an doubt, I don't know how to use cmyk colors in android. If any one knows please help me. I am waiting for your valuable replies.
0
votes
2answers
637 views
CMYK overprinting (colour-separated PDF output) with Reportlab
is it possible to use CMYK overprinting without using the CMYKColorSep class, which always generates a new seperate color in the printer settings, i just want to use overprinting with the standard 4 ...
11
votes
5answers
6k views
How to convert from CMYK to RGB in Java correctly?
My Java code to convert a CMYK jpeg to RGB results in the output image being far too light - see code below. Can anyone suggest the correct way to do the conversion?
The following code requires Java ...
5
votes
2answers
666 views
Calculate CMYK coverage on PDF
I don't suppose is there any free or open source libraries out there that able to calculate the CMYK coverage on a pdf file. I tried looking around I don't seem to able to find any. If there isn't any ...
1
vote
2answers
3k views
What's the best way to convert a .eps (CMYK) to a .jpg (RGB) with Image Magick
I have a bunch of .eps files (CMYK) that I need to convert to .jpg (RGB) files.
The following command sometimes gives me under or over saturated .jpg images, when compared to the source EPS file:
...
2
votes
3answers
1k views
CMYK 2 RGB Problem
I have a problem with converting a CMYK Color to RGB.
In the internet there is many formulas to convert it but for example when I convert CMYK (0,100,100,0) to RGB, it get value (255 0 0) but in ...
0
votes
3answers
3k views
How to convert CMYK to RGB programmatically in indesign
I have a CMYK colorspace in indesign, i want to convert that as RGB color space, I got some codes, but I am getting incorrect data.
Some of the codes which I tried are given below
double cyan = ...
5
votes
5answers
8k views
Convert RGB color to CMYK?
I'm looking for an algorithm to convert an RGB color to CMYK. Photoshop is performing the conversion below:
R = 220
G = 233
B = 174
C = 15
M = 0
Y = 40
K = 0
1
vote
0answers
175 views
Print CMYK Tif from Windows-PC
I need to print a CMYK Tif from Windows to a HP Color LaserJet 5550 (PCL and PS driver installed), best via CMDLine util. When using built-in Print-/Fax viewer, the Tif prints, but I see no difference ...
0
votes
1answer
181 views
Using CMYK colorspace in PCL XL, possible?
Is it possible to use PCL XL to print CMYK composite halftone (1-bit) data? Or do I have to somehow convert it to 8bit RGB data?
0
votes
3answers
1k views
Convert TIFF to PostScript
I'm writing .net code (Windows Forms Application) which reads a TIFF image (CMYK) and sends it to printer (using WritePrinter). Before I send it, I need to convert the TIFF image to PostScript. Could ...
1
vote
0answers
208 views
Print CMYK image
I have CMYK image in TIFF format and would like to print it in my Windows Forms application. But, when I looked at the color of the print, it didn't look right. So, my guess is that the data sent to ...
0
votes
2answers
917 views
Image.Save question (save CMYK image to CMYK image)
In Windows Forms Application, I'm trying to open the image (CMYK tiff), add text, and then save back to CMYK tiff image, but when I opened the output image in Photoshop, it was RGB image (the colors ...
0
votes
2answers
722 views
Using GDI+ to make 'PNG with added CMYK'?
I want to create a PNG file from a System.Drawing.Bitmap with the colours defined using CMYK.
I can create the PNG OK but how do I define 'with CMYK' ?
I've looked at the encoderparameters argument ...
2
votes
1answer
496 views
Do e-ink / e-paper screens work in the RGB, CMYK, or some other colour space?
Do e-ink / e-paper screens work in the RGB, CMYK, or some other colour space? Will we need to support native CMYK displays in the near future? I'm designing a data structure with colour information ...
6
votes
4answers
939 views
CMYK + CMYK = ? CMYK / 2 =?
Suppose there are two colors defined in CMYK:
color1 = 30, 40, 50, 60
color2 = 50, 60, 70, 80
If they were to be printed what values would the resulting color have?
color_new = min(cyan1 + cyan2, ...
0
votes
2answers
2k views
Is it possible to have a CMYK colour picker?
I'd like to have a jQuery colour picker for CMYK colours rather than RGB which is the norm. Is this even possible to do?
I can't find much around anywhere other than RGB's
1
vote
1answer
5k views
How to get CMYK value for a given PMS value?
I have a PMS(Pantone Matching System) color value. I need to find the corresponding CMYK(http://en.wikipedia.org/wiki/CMYK) or RGB values for that PMS value.
Any links that cite the conversion or a ...
0
votes
2answers
576 views
Is there a way to get IE to render CYMK images
I put images on our website that were very nice in Firefox and little red x's in IE. I understand that IE wants only RGB and I could convert my images. In fact I tried it out. The issue is that the ...
1
vote
3answers
853 views
Preferred library and/or method of converting CMYK to RGB
Each month I get new CMYK and RGB images that shall be used on the web.
I had a script using a patched up ImageMagick doing this, but it got deleted. So I need to do it again, but it was hard last ...
17
votes
7answers
21k views
Using a CMYK PSD without Photoshop
I have run into a common, yet difficult problem. I do not use Photoshop for image manipulation. Since all my work is web-based, GIMP does what I need in 99% of the situations. The problem is that I ...
10
votes
6answers
5k views
IE6 - can't load a normal JPG
Try loading this normal .jpg file in Internet Explorer 6.0. I get an error saying the picture won't load. Try it in any other browser and it works fine. What's wrong? The .jpg file is just a normal ...