Tagged Questions

CMYK refers to the standard colours and techniques involved with traditional four-colour printing: Cyan, Magenta, and Yellow, and blacK.

learn more… | top users | synonyms

13
votes
1answer
920 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 ...
12
votes
8answers
14k 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
4answers
1k 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 ...
9
votes
6answers
4k 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 ...
8
votes
4answers
883 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: ...
6
votes
3answers
2k 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 ...
6
votes
4answers
604 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
2answers
263 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 ...
4
votes
3answers
2k 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: ...
4
votes
3answers
579 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 ...
4
votes
3answers
533 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
3answers
609 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 = ...
4
votes
2answers
253 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 ...
4
votes
4answers
3k 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
3
votes
0answers
254 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? ...
3
votes
1answer
206 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
1answer
60 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 ...
2
votes
2answers
156 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 ...
2
votes
2answers
202 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
2answers
738 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 ...
2
votes
1answer
93 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
4answers
2k 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) { ...
2
votes
1answer
326 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
251 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
2answers
557 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
3answers
696 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
328 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 ...
1
vote
1answer
89 views

PHP Imagick CMYK PDF convert to JPG

I use Imagick to convert pdf to JPG. The problem is that pdf is in CMYK format and the colors from resulting jpg is slightly different from those from pdf. I use the following code to achieve the ...
1
vote
1answer
30 views

PDF creation through pstill

I am creating my pdf file through pstill command using an EPS file which look like D:\\a\\GPStill\pstill.exe -w 4000 -h 4000 -d 1000 -a 4 -c -c -g -t -C -M epsrgb -Y -2 -P -W -R 0 -o ...
1
vote
1answer
278 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 ...
1
vote
3answers
183 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 ...
1
vote
4answers
200 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
1answer
148 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
3answers
490 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
1answer
67 views

PHP lib for print save PDFs?

I need to create print save PDFs with PHP, is there a library which supports embedded fonts and the CMYK color model?
1
vote
2answers
362 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
2answers
594 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 ...
1
vote
4answers
1k 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); ...
1
vote
1answer
247 views

Encode/Decode CMYK Images from Flash Player

I'm currently working on an image editor in Flash Player, and I need to be able to export CMYK images to my server. I'm completely new to color profiles and the like, and I was wondering how I could ...
1
vote
1answer
417 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?
1
vote
0answers
122 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 ...
1
vote
0answers
124 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 ...
1
vote
2answers
3k 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 ...
1
vote
2answers
680 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 ...
0
votes
2answers
62 views

cmyk to rgb using php

I'm using the following script to save images on a folder, but there is one image that shows this message "the image cannot be displayed because it contains errors". I think the problem is something ...
0
votes
1answer
37 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 ...
0
votes
2answers
178 views

How to convert PDF from CMYK to RGB, for displaying on iPad?

According to this question: Displaying PDF documents on iPad - Color Problems some PDFs don't display right on iOS devices due to colors not being in RGB. It's also mentioned that converting PDFs ...
0
votes
1answer
123 views

convert mobile cmyk to hex

I need to convert this string into a hex color: '0.047,0.380,0.247,0.900'. It is labeled 'Forrest' and is sent to a mobile device to define a background color. Presumably it is a cmyk color. ...
0
votes
1answer
76 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 ...
0
votes
1answer
43 views

Can Prawn generate PDFs in CMYK format?

My client says that the generated PDFs must be in CMYK format. Can Prawn do this? I can't find the answer in the documentation.

1 2