CMYK-safe color maps.
In Inkscape one can arrive at CMYK-equivalent colors but only if one of the four CMYK factors is zero. Is there any of the standard Inkscape palettes that contains only colors that are convertible to CMYK without significant color shift? I can build my own but this will be extremely tedious.
On Sep 20, 2011, at 1:38 PM, john Culleton wrote:
In Inkscape one can arrive at CMYK-equivalent colors but only if one of the four CMYK factors is zero. Is there any of the standard Inkscape palettes that contains only colors that are convertible to CMYK without significant color shift? I can build my own but this will be extremely tedious.
The first "gotcha" is that there is no CMYK colorspace.
CMYK is a way of specifying color spaces, but those need to be for a specific combination of printer, media/paper, etc. Some of the few common CMYK standards are fairly different (compare one targeting glossy magazine paper to one for newsprint).
On Fri, 30 Sep 2011 20:04:07 -0700 Jon Cruz <jon@...204...> wrote:
On Sep 20, 2011, at 1:38 PM, john Culleton wrote:
In Inkscape one can arrive at CMYK-equivalent colors but only if one of the four CMYK factors is zero. Is there any of the standard Inkscape palettes that contains only colors that are convertible to CMYK without significant color shift? I can build my own but this will be extremely tedious.
The first "gotcha" is that there is no CMYK colorspace.
CMYK is a way of specifying color spaces, but those need to be for a specific combination of printer, media/paper, etc. Some of the few common CMYK standards are fairly different (compare one targeting glossy magazine paper to one for newsprint).
All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting http://www.doteasy.com
Imagemagick will convert a bitmap file from RGB to CMYK color space. So will Scribus (with the help of an icc profile of course.) So I can reverse the process and take the CMYK factors, key them into a color mapping part of Scribus or Gimp, and jot down the RGB equivalent. The resulting palette will be an RGB palette that is within the CMYK gamut.
I just want to avoid all that labor.
On Oct 4, 2011, at 8:34 PM, john Culleton wrote:
Imagemagick will convert a bitmap file from RGB to CMYK color space. So will Scribus (with the help of an icc profile of course.) So I can reverse the process and take the CMYK factors, key them into a color mapping part of Scribus or Gimp, and jot down the RGB equivalent. The resulting palette will be an RGB palette that is within the CMYK gamut.
I just want to avoid all that labor.
I'm not sure about Imagemagick, but the key here is that with Scribus one has to use a specific icc color profile to get a specific instance of a CMYK-type colorspace.
You can also do the same thing straight within Inkscape.
Also, you need to specify *which* RGB colorspace you want to deal with. Input data in sRGB and you'll get different CMYK values than if you specify input data in Adobe RGB or Wide RGB.
So you probably want sRGB, and not just any RGB. Or maybe you have a use case where you need a different RGB.
Have you tried just using a CMYK profile in Inkscape (such as "U.S. Web Coated (SWOP) v2", "ISO Coated v2 300% (ECI)", "Coated FOGRA27 (ISO 12647-2:2004)", "Japan Color 2002 Newspaper" or some other), and then using the color picker there?
Or if you just want to work to make an image targeting a specific CMYK, just have that specific icc profile selected and then the color picker will automatically warn you when you go out of gamut, the display system can give you adjusted previews, and you'll get correct CMYK values stored in the SVG file in a standards compliant way that includes sRGB fallbacks.
participants (2)
-
john Culleton
-
Jon Cruz