Skip to main content
christianherbstreuth
Known Participant
January 31, 2020
Question

Cropping RGB to CMYK values

  • January 31, 2020
  • 3 replies
  • 1071 views

Hello,

 

i work in Photoshop, use eciRGB V2 and later convert to PSO Coated v3

 

As usual the colors get paler after conversion etc - so far everything is clear.

 

I'm looking for a function to simulate the later CMYK result while working in RGB color space - not only latently via > View > Color Proof, but e.g. as a settings layer on top of my layers and dynamically cropping the result to the colors printable in CMYK.

 

Is there such a function ?

This topic has been closed for replies.

3 replies

NB, colourmanagement
Community Expert
Community Expert
February 1, 2020

Hi

 

you ask 

I'm looking for a function to simulate the later CMYK result while working in RGB color space - not only latently via > View > Color Proof, but e.g. as a settings layer on top of my layers and dynamically cropping the result to the colors printable in CMYK.

 

Is there such a function ?

 

I don't believe there is

proof colours satisfies most users. 

 

I hope this helps

neil barstow, colourmanagement.net

[please do not use the reply button on a message in the thread, only use the one at the top of the page, to maintain chronological order]

christianherbstreuth
Known Participant
February 1, 2020

Thanks...

 

I'm trying to establish a workflow at an agency.

 

The goal should be that the graphic designers can no longer send RGB layouts to clients that cannot be converted to CMYK in the same colour later - so the impression is different. Therefore an automated solution would be the best ...

rob day
Community Expert
Community Expert
February 1, 2020

The goal should be that the graphic designers can no longer send RGB layouts to clients that cannot be converted to CMYK.

 

Are the agency designers creating the page layouts with InDesign? You seem to be describing a problem that a PDF/X workflow addresses.

 

It would just be a matter of setting the InDesign layout’s assigned CMYK profile to the print destination, making sure Overprint Preview is turned on, and exporting to a PDF/X standard. With ID’s Overprint Preview on out-of-gamut process RGB colors are dispayed in the assigned document CMYK space, and Separation Preview displays document CMYK output numbers even for RGB or Lab objects. A simple startup script or a listener script could enforce the Overprint Preview.

 

If the export is to one of the PDF/X presets, the X standard requires an Output Intent profile (the document’s assigned CMYK profile). If the client views the PDF in Acrobat, the output intent will be used by default as the simulation profile, and out-of-gamut RGB process color will preview in the output intent’s CMYK space. Or the agency could explicitly make the conversion on a PDF/X-4 export by choosing Document CMYK as the Destination forcing all color into the print destination space.

 

 

 

Mylenium
Legend
January 31, 2020

Assuming actually picking safe colors is the issue regardless of what profile is active, you might wanna try magicPicker or similar. Those tools have built-in options for alternate gamuts or force-limiting color selections.

 

Mylenium

christianherbstreuth
Known Participant
February 1, 2020

I will have a look on magicPicker – Thanks

D Fosse
Community Expert
Community Expert
January 31, 2020

Why is proof not satisfactory? That is the most accurate preview you can get - you see exactly, in real time, how the printed result will look (as long as you have a wide gamut monitor that covers the target color space).

 

If you also want to check numbers and histogram as you go, you can use smart objects. Convert the eciRGB document to a smart object, and then convert that to PSO Coated.

 

Double-click the smart object in the Layers panel, and the embedded eciRGB file opens in a separate window.

christianherbstreuth
Known Participant
February 1, 2020

Proof is only a visual check. 

I need an automatic, dynamic cropping of my Picture while retaining all the advantages of the RGB colour space (filters etc). 

 

The Smart Object is a nice workaround - I will check if this makes sense in practice ... Thanks