CMYK refers to the standard colours and techniques involved with traditional four-colour printing: Cyan, Magenta, and Yellow, and blacK.
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 ...
17
votes
3answers
2k views
How to identify CMYK images using C#
Does anybody know how to properly identify CMYK images using C#? I found how to do it using ImageMagick, but I need a .NET solution. I found 3 code snippets online, only one works in Windows 7, but ...
13
votes
4answers
4k views
C# convert RGB value to CMYK using an ICC profile?
this question seems posted at many places over the interwebs and SO, but I could not find a satisfactory answer :(
How can I convert a RGB value to a CMYK value using an ICC profile?
The closest ...
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 ...
11
votes
6answers
2k views
How to identify CMYK images in ASP.NET using C#
Does anybody know how to properly identify CMYK images in ASP.NET using C#? When I check the Flags attribute of a Bitmap instance, I get incorrect results.
I have created three images to test this: ...
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 ...
7
votes
3answers
7k views
Converting PDF to CMYK (with identify recognizing CMYK)
I am having much trouble to get ImageMagick's identify to, well, identify a PDF as CMYK.
Essentially, let's say I'm building this file, test.tex, with pdflatex:
...
6
votes
3answers
1k views
Using CMYK colours in WPF/XAML
Is there any way to specify CMYK colours directly in a XAML document?
prefixing them with # character will create RGB colours, but how to specify a CMYK colour?
Some notes:
The question is NOT ...
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, ...
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
5
votes
5answers
9k views
RGB to CMYK and back algorithm
I am trying to implement a solution for calculating the conversion between RGB and CMYK and vice versa. Here is what I have so far:
public static int[] rgbToCmyk(int red, int green, int blue)
{
...
5
votes
2answers
508 views
Is there any client-side technology able to convert sRGB to CMYK through an ICC color profile?
Is there any technology available in a browser (client-side) able to convert sRGB colors to CMYK and vice versa using a specified ICC color profile?
I'm currently using a hidden Java applet for the ...
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 ...
5
votes
2answers
1k views
In Android how to decode a jpeg in cmyk color format?
I'm trying to decode a jpeg that is in CMYK color format. BitmapFactory returns null. I googled around but with no luck. Is it possibile Android team did not the right job supporting all kind of color ...
5
votes
4answers
1k views
how can I convert an RGB image to CMYK and vice versa in Java?
our web app let users download dynamically generated images in different formats (bmp, png and jpeg). Some of our users download the images for printing, thus we would like to allow them to choose ...
4
votes
1answer
299 views
Color profiles conversion
I have a project on color profile conversion in C++, where the idea is to use CIELAB as transition between RGB and all others (CMY; CMYK; HSV; HSL;...).But I have one big big problem. I have searched ...
4
votes
0answers
716 views
RMagick: Convert CMYK EPS to RGB PNG maintaining transparent background
I've spent a long time trying to go from a CMYK EPS to a RGB PNG using RMagick and Rails. Hopefully this will be of use to someone:
def convert_image_from_cmyk_to_rgb( image )
#puts image.alpha?
...
4
votes
3answers
1k views
WPF BitmapImage and TIFF with CMYK + Alpha
I am using this code snippet to load various image files:
BitmapImage bitmap = new BitmapImage ();
bitmap.BeginInit ();
bitmap.UriSource = new System.Uri (path);
bitmap.CreateOptions = ...
3
votes
3answers
4k views
Pure Java alternative to JAI ImageIO for detecting CMYK images
first I'd like to explain the situation/requirements that lead to the question:
In our web application we can't support CMYK images (JPEG) since IE 8 and below can't display them.
Thus we need to ...
3
votes
4answers
3k views
PHP IMagick RGB to CMYK inverts?
I'm trying to convert a RGB .gif to a CMYK .gif using IMagick PHP module.
I've wrote this piece of code
$i = new Imagick('mosaique.gif');
$i->setImageColorspace(Imagick::COLORSPACE_CMYK);
...
3
votes
1answer
421 views
RGB image to CMYK and soften colors
How to
convert from RGB to CMYK
soften/reduce color weight (avoid melt in printing press)
in ruby? It's for a rails app. Links are ok, code examples are awsome.
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
636 views
Halftone Images In Python
I am working on a project that requires me to separate out each color in a CYMK image and generate a halftone image that will be printed on a special halftone printer. The method used is analogues to ...
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 ...
2
votes
1answer
233 views
What is the formula to convert a color in CMYK to hex?
What is the formula for converting a color encoded in CMYK to its hexadecimal equivalent?
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?
2
votes
4answers
2k views
Java CMYK to RGB with profile. Output is too dark
Similar question has been asked many times.
But I still don't get why I get too dark output after I converted a picture with ICC_Profile.
I've tried many profiles: from Adobe site, and from the ...
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 ...
2
votes
1answer
108 views
Grayscale CMYK pixel
I need to convert a CMYK image to grayscaled CMYK image. At first i thought i can just use the same method as for RGB -> grayscale conversion, like (R + G + B) / 3 or max(r, g, b) / 2 + min(r, g, b). ...
2
votes
1answer
433 views
iText drawing in JavaGraphics2D in CMYK
If i use
PdfContentByte cb = writer.getDirectContent();
cb.setColorFill(new CMYKColor(c, m, y, k));
it's straightforward. However i have some Swing components, that draw self in Graphics2D, it is ...
2
votes
1answer
679 views
GhostScript 9 / ICC Profiles - can this be used to convert a single colour in a PDF from RGB to CMYK?
I saw the accepted answer to this question: Script (or some other means) to convert RGB to CMYK in PDF?
...and it mentioned the ICC profile capability of GhostScript 9, and the ability of ...
2
votes
2answers
964 views
JMagick - How to convert a picture from CMYK to RGB?
I know there exists another post dealing with that problem How to convert colorspace using JMagick? but but there is something I do not understand:
String baseName = "Pictures/";
String ...
2
votes
1answer
206 views
Javascript feature detect CMYK images
It is well known that ie8 doesn't support cmyk jpg images, it just doesn't render them at all :-(
here is one post about it http://www.plaveb.com/blog/cmyk-images-not-displayed-in-internet-explorer, ...
2
votes
1answer
149 views
Python.exe crashes when saving CMYK tif image with PIL
I'm having troubles only with CMYK tif images in PIL. The thing is that everything seems to be going fine, I can load the file, save it, but when I crop it and try to save it python.exe just hangs. ...
2
votes
1answer
200 views
Imagemagick Colorspace Black/White to CMYK
I have to batch convert a whole directory from colorspace Black/White (shown in XNView) to CMYK for print..
I tried like this (worked well for "normal" graphics..)
mogrify.exe -path [...]\Logos ...
2
votes
1answer
324 views
More or less proper converting from RGB to CMYK
I am working on an app that saves canvas content as a raster image, then user saves it to his computer to print with a printer or print office. If you visit the link, you can click button Export and ...
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 ...
2
votes
1answer
231 views
Replacing images in PDF documents with Python?
We generate PDF documents with RGB images stored in a CMS.
As part of the PDF processing we sometimes have the need to convert the RGB images
to CMYK (for print productions).
Converting the images ...
2
votes
1answer
902 views
How to add text to images with the CMYK ColorSpace in .NET 4
I am working on a project that at it's core involves adding text to an image, so as an example given a background image (B) and some text in a specified font, point size and font (A) the two are ...
2
votes
1answer
621 views
The are any CMYK graphics library?
I'm looking for graphics library with CMYK support(JPG or TIF). I have to read one big image file and one small, then write second on first. Output have to be also CMYK(without any CMYK->RGB ...
2
votes
1answer
131 views
eps cmyk color matplotlib output
I need to output my plots in EPS with the CMYK color space. Unfortunately this particular format is requested by the journal I am submitting my work to!
This discussion was the only one I could find ...
2
votes
1answer
533 views
How to convert CMYK/RGB TIFF to RGB JPEG using PHP IMagick
I have a PHP application which needs to deal with incoming TIFF files. I have neither control nor knowledge over the colorspaces of this TIFFs and the application should store all incoming images as ...
2
votes
0answers
238 views
Converting RGB PDF to CMYK PDF
I'm looking for a way to convert a PDF with RGB colors to one with CMYK colors. I have tried different programs like Ghostscript and PStill but none of them seem to do the right job. Does somebody ...
2
votes
2answers
589 views
Android CMYK mode
I have a Bitmap in CMYK mode, which doesn't show correctly, and at some point not at all, on Android. Googling didn't return many answers, so I have to ask here how do I handle CMYK mode images?
...
1
vote
2answers
727 views
C#, How to generate CMYK-compatible only colors in RGB
following up on my first question ( C# convert RGB value to CMYK )
I would like to know if/how it is possible to generate RGB values only that have a direct equivalent in CMYK?
Kind of like the old ...
1
vote
3answers
2k views
Converting (any) PDF to black (K)-only CMYK
This is related to:
Converting PDF to CMYK (with identify recognizing CMYK).
Script (or some other means) to convert RGB to CMYK in PDF?
... but a bit more specific here: say I have an RGB PDF, ...
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:
...
1
vote
4answers
781 views
How can i convert an uploaded image of RGB format to CMYK format in .Net?
I have a requirement for converting and saving an image in CMYK format. When i have uploaded an image of RGB format, then i need to convert it to CMYK. Is it possible in .Net? Thanks
1
vote
4answers
1k views
C#: How to get the color value (in CMYK) at a position on PDF page?
I have a CMYK color PDF file (with one page and image only, no text).
I want to get the CMYK color value of a 'pixel' in this PDF file (I call a position as 'pixel'), currently I do it as follow:
...
1
vote
3answers
1k views
CMYK to RGB formula of Photoshop
Is there a place where I can get the formula which photoshop uses to convert rgb to cmyk?
I know there are formulas on the web, but photoshop does not use this formula. It converts the collors ...

