Tagged Questions
2
votes
1answer
2k views
Convert RGB JPEG to CMYK JPEG using ColorConverterOp Java
I am attempting to convert a jpeg image in rgb to CMYK colorspace. The only problem is my final output is always a black image. But interesting enough the preview application in MAC shows the image ...
5
votes
2answers
664 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 ...
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?
6
votes
4answers
934 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, ...