Top "Cmyk" questions

CMYK refers to the standard color model, and related techniques, involved with the four-colour printing process: Cyan, Magenta, and Yellow, and Key (black).

Why rgb and not cmy?

Seeing as how the three primary colors are cyan, magenta and yellow (CMY), why do monitors and almost all the …

colors rgb cmyk
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 …

image photoshop gimp cmyk psd
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 …

c# photoshop rgb cmyk
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 - …

java cmyk
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 …

java rgb cmyk
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 …

linux pdf imagemagick ghostscript cmyk
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 …

image svg rgb cmyk
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 …

java javax.imageio jai cmyk
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 …

ipad pdf rgb ghostscript cmyk
imagemagick convert CMYK pdf to RGB jpeg or PNG and preseerve colors

I have a cmyk pdf that I am trying to convert to a RGB jpeg or png file but have …

imagemagick image-manipulation rgb imagemagick-convert cmyk