CMYK refers to the standard colours and techniques involved with traditional four-colour printing: Cyan, Magenta, and Yellow, and blacK.
1
vote
1answer
49 views
How can I open a CMYK tif image and read the pixels CMYK values?
I have search around and can see many questions on converting values but I cant find a library that gives me the CMYK values, I can only see examples that get the RGB values?
If there a library that ...
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 ...
-1
votes
1answer
26 views
.NET API pdf with cmyk images [closed]
Does anybody know for .net api which can handle PDF with cmyk images inside. PDF copy, combine etc..
It doesn't matter if it is open source or commercial solution.
And if it supports PDF layers will ...
0
votes
2answers
139 views
RGB to CMY color model using c++
This is the formula that we use to convert RGB to respective CMY format:
C = 1 - ( R / 255 )
M = 1 - ( G / 255 )
Y = 1 - ( B / 255 )
I am trying to display the CMY image after applying this formula ...
1
vote
2answers
87 views
How to Limit the color channels in a PDF file
I have created a WPF system, it uses CMYK colors and works only with two channels: black and magenta. The problem I have is when I print the output to Adobe Acrobat Printer, the resulting PDF file has ...
0
votes
1answer
55 views
Image CMYK to RGB in PHP
I wonder how do I convert an image to CMYK to RGB format at the time of upload. I uploading the image to banner but when I open the image in her own browser gets a different color and blurry ..
0
votes
2answers
51 views
Java print in CMYK
I want to paint some Graphics2D objects, using java printing mechanism. So i have to define a subclass of Printable.
public class PrintCMYK() implements Printable {
public int print(Graphics g, ...
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 ...
1
vote
1answer
372 views
Convert RGB PDF to CMYK keep 100% K (black) AND 100% M(Magenta) on linux
This is related to:
Converting (any) PDF to black (K)-only CMYK
Hi
first please sorry for my english.
This related link have 50% of the solution to my problem.
The only thing which is left is I ...
2
votes
1answer
98 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). ...
0
votes
2answers
229 views
UIColor CMYK and Lab Values?
I have been trawling the web for a solution but have managed to find one which works yet.
Simple question, more than likely complex answer:
How can I get CMYK and Lab values from a UIColor object ...
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
2answers
288 views
Convert CMYK PDF into spot colors (colours)
Is it possible to pre-process (in batch) PDFs that are in CMYK format to separate out into spot colours?
I have a collection of PDFs that are in CMYK but I require them to be in a 2 spot colour ...
2
votes
1answer
127 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 ...
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
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
1answer
136 views
.Net based Vector CMYK Graphics library
We have an application that facilitates a process and the end result is printed pages of advertisements. The current implementation uses GDI+ commands in c# to draw the ads in a design environment, ...
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 ...
0
votes
2answers
221 views
is RGB to CMYK conversion 1:1?
If I do not filter through an ICC profile, is CMYK to RGB conversion 1:1?
Looks like it when using color pickers like this one.
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 ...
2
votes
1answer
191 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, ...
1
vote
1answer
106 views
Convert Transparent PDF-Files (PDF/X-4) to either Image or PDF/X-1
Currently we are using Ghostscript to convert CMYK-PDFs to RGB-Jpegs. Works (more or less) flawless. But during the last few weeks an increasing number of PDF-files with transparency creep up that ...
2
votes
1answer
143 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. ...
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
...
2
votes
1answer
197 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
524 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 ...
0
votes
1answer
153 views
DirectCast not working
'ofd is open file dialog
Dim img As Bitmap
Dim iscmyk As Boolean
Dim i As String
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
...
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 ...
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 ...
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 ...
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 ...
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 ...
1
vote
0answers
370 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
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
2answers
523 views
CMYK values as background Color
I have to set backgroundColor of div using RGB values . Im able to get this way.
<div style="width: 100px; height: 100px; background-color: rgb(255,0,0)">
</div>
Now, Since I also have ...
0
votes
1answer
206 views
CMYK color values to its int equivalent
I have CMYK color values ( 0, 0.58 ,1 ,0 ) . Now I have to convert to its Integer equivalent using C# . I think it is possible using Bitwise operator but not sure .
Kindly assist me how can achieve ...
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
0answers
38 views
Android: How to convert CMYK color space file to RGB? [duplicate]
Possible Duplicate:
RGB to CMYK and back algorithm
As far as I know Android doesn't support files with CMYK color space. But my application has to show such files. So, how to convert CMYK ...
0
votes
1answer
368 views
pdfViewer don't load the images in the pdf
My application isn't loading the images inside the pdf and is getting an error everytime I load a page in the pdf that contains images.
This is the LogCat:
06-29 11:07:29.900: ...
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
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 ...
1
vote
1answer
316 views
Write CMYK image in PDF
I need to add a CMYK Image (java.awt.BufferedImage) to a Pdf-Document with iText.
I'm trying to do it with:
com.lowagie.text.Image img = Image.getInstance(BufferedImage, bgColor);
This produces an ...
0
votes
0answers
50 views
Convert RGB value to CMYK using an ICC profile? c# [duplicate]
Possible Duplicate:
C# convert RGB value to CMYK using an ICC profile?
Well.. I've been working on this for some time and discovered many things about this world, but could not perform one ...
0
votes
1answer
721 views
Ghostscript: Convert PDF into CMYK EPS
is it possible to convert a PDF into a CMYK EPS using ghostscript?
The following command works fine - but the result is RGB I guess:
gswin32c.exe -sDEVICE=epswrite -o test.eps test.pdf
This ...
1
vote
1answer
661 views
Coloring cells in Excel with CMYK cell values
I'm looking for a way possibly using VBA to apply a cell's fill value by looking at specified fields in the same record. This would be a sample tab delimited Excel sheet:
BEGIN_DATA_FORMAT
SampleID ...
0
votes
1answer
96 views
Colouring cells in Google Docs with cell value
Anyone know if it's possible to colour the cells of a Google Docs spreadsheet with their values? The cells are populated with CMYK codes.
Cheers!
2
votes
1answer
626 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
1answer
230 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?
1
vote
4answers
777 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





