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

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
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 = ...
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 ...
2
votes
2answers
579 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? ...
0
votes
2answers
911 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
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
0
votes
2answers
569 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 ...
3
votes
1answer
420 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
523 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 ...
1
vote
1answer
118 views

How to get and set a pixel's color in the CMYK format?

Can I set a pixel's color in a Bitmap image using the CMYK format? Or must I convert the color to RGB values?
1
vote
1answer
64 views

cmyk color specification in SVG 1.2

According to the SVG 1.2 standard, support is now offered for icc-color specfication (according to this link: W3.org spec for SVG 1.2 I tried it with the following... this is the entire file, two ...
1
vote
1answer
411 views

Rendering options in ABCpdf not being saved correctly

I've seen some ABCpdf questions on this site but not this one yet. I am working on a project that requires PDF output with some rather specific options. ABCpdf seems to be able to offer this ...
1
vote
1answer
483 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
386 views

Color is wrong when converting CMYK images to RGB using imagemagic

I had a bunch of images uploaded as cmyk and I needed to convert them to rgb. I used the line exec("convert -colorspace RGB " . $myfile . " " . $myfile); But the color is way off (example, a ...
0
votes
1answer
52 views

turn string of hexadecimal numbers into cmyk reference?

i have a huge file of hexadecimal numbers, from a wav file I opened in a hex editor. Is there a code (i'm using processing) to turn a string of these numbers into a cmyk reference? My tutor mentioned ...
0
votes
1answer
300 views

c# Color Conversion CMYK to Cielab or RGB to Cielab using ICC Profile

I want to use the .icc Profile "ISOnewspaper26v4.icc" in C# ! But I have a problem now.. I don't know how to convert CMYK colors to Lab values or RGB to Lab values by using this ICC Profile ??!! How I ...
0
votes
1answer
548 views

Convert Image byte[] from CMYK to RGB?

I need to convert bytes of an CYMK image to bytes for RGB image. I think it's possible to skip the bytes of the header and convert others bytes in RGB and then change the header bytes for RGB format. ...
0
votes
1answer
94 views

calculate white in cmyk

I want to calculate the coverage of cmyk color + the coverage of white. I only have no clue of how to calculate the white. if c, m, y, and k go from 0 to 1 is then white: w = 1 - (c+m+y+k/4) or is ...
0
votes
1answer
329 views

encode a cmyk jpeg in flash

I have an AIR app that saves JPEG files to the hard drive. Currently, the jpegs are in RGB colorspace, but I am wanting them to be saved as CMYK jpegs. Is this possible in flash? If so, does anyone ...
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.
4
votes
0answers
711 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? ...
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 ...
1
vote
0answers
212 views

CMYK to RGB conversion in WinRT

In Windows Form and WPF applications I used mscms.dll library to access the color profiles installed to the system for converting CMYK colors to RGB colors, with reference to the link ( C# convert RGB ...
1
vote
0answers
278 views

Create video filter using GPUImage framework for blw file exported from Photoshop

My task on project is to create GPUImage live video and image filter. I have Black and white file exported from Photoshop. I can read values from that file But can not find appropriate filter to ...
1
vote
0answers
136 views

Reading CMYK file from ALAsset

I would like to read CMYK image from iOS Photo Library. e.g. CMYK file sample Open this file in Safari and hold down and save to Camera Roll. Then I use ALAsset Library to display in UIImageView ...
1
vote
0answers
369 views

Why are colors inverted when uploading a CMYK JPEG in Coldfusion?

I'm running Coldfuison8 and have trouble with an image file upload, where I seem to often end up with users trying to upload CMYK JPEG files. While the upload works fine (I don't get any errors) and ...
1
vote
0answers
208 views

Looking for graphics library like cairo but with CMYK support

I know Cairo can't produce CMYK PDF's - the topic comes up from time to time but still seems a way off yet (if at all). My requirement is a graphics library (with PHP wrapper / class) that can ...
1
vote
0answers
174 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
205 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
0answers
57 views

java wat Jmagick rgb to cmyk

At the company's needs, need java awt class libraries Graphics2D drawing, printing pictures and generates cmyk mode, but Graphics2D can not generate the the cmyk mode of pictures, and can only be ...
0
votes
0answers
155 views

Converting .jpg from RGB to CMYK in Imagemagick resulted in blurry image

I have a .jpg file that was created by combining two images with GD. The image is saved out at 100 quality and looks very sharp. I am trying to use the following function to convert it to CMYK for ...
0
votes
0answers
39 views

CMYK Barcodes with zxing

I want to print a bunch of Barcodes in a printery and they told me, that my Barcodes (Code128 and QR-Code) are not in the correct color space. They are in RGB, but I need CMYK. What can I do to ...
0
votes
0answers
186 views

Saving TIFF with CMYK encoding using Sanselan

I am currently trying to save a TIFF image using Sanselan in Java with CMYK color encoding and it does not appear to be working. I set the EXIF data for the image by using the photometric ...
0
votes
0answers
122 views

List of print safe colors - RGB hex colors safely translated to CMYK?

I'm looking for a list of colors that I can safely use as RGB hex in HTML/CSS to be sure that the colors don't ge distortedt. Is such a list even possible? The web page where the colors would be used ...
0
votes
0answers
32 views

IE7 some images disappear

Some of my images are disappearing completely in IE7. The link is: Flockr I have checked they are RGB jpgs and not cmyk. I have included a / at the end of the img src. The paths are definitely ...
0
votes
0answers
161 views

Does anyone know the algorithm to use an ICC profile to convert RGB values to PCS?

According to WikiPedia to correctly convert from RGB to CMYK or vice versa you need the ICC profile of the display devices involved. So RGB > CMYK is possible by knowing the ICC profile of the monitor ...
0
votes
0answers
544 views

How do I correctly render color corrected deviceCMYK strokes from a PDF document using WCS/ICM?

Background: I work on a document editing app (C++/MFC) which allows the end user to produce a PDF version of the document they are editing. In this application the end user has the capability of ...
0
votes
0answers
746 views

PIL convert from cmyk to rgb looses xmp metadata

i need to convert cmyk images to rgb in my python app. unfortunately the metadata gets lost in this process. import Image path = '/path/to/image.jpg' im = Image.open(path) ...