Check for CMYK Values in A Spot Colour
Check for CMYK Values in A Spot Colour
Is there a action list or preflight to Check if any Spot Colour has CMYk values of C 0 M 0 Y 0 K 0 as screen shot attached
- Attachments
-
- Screenshot 2025-03-14 at 16.49.10.png (60.87 KiB) Viewed 19328 times
Re: Check for CMYK Values in A Spot Colour
Hi
We intend to deliver searching a spot per alternate values in the July release.
Loic
We intend to deliver searching a spot per alternate values in the July release.
Loic
Loïc Aigon
Enfocus PitStop Manager
Enfocus PitStop Manager
Re: Check for CMYK Values in A Spot Colour
In the meantime, but only in Switch, you can run a Preflight Profile that includes the details of Color in an XML report that is sent along a "Data with Log" connection. That will namely report the alternate color values for the color space Separation.
You can then build a connection with a condition with variables in which you use the following expression:
[Metadata.Integer:Dataset="Log",Model="XML",Path="count(/EnfocusReport/ColorInfo/ColorSpace[@type='Separation']/FullTintAlternateValues[@C=0 and @M=0 and @Y=0 and @K=0])"]
This gives you the number of spot colors in the file with the alternate color values as defined in the expression. You can complete the condition with equal to 0, equal or greater than 1, or whatever suits you.
You can then build a connection with a condition with variables in which you use the following expression:
[Metadata.Integer:Dataset="Log",Model="XML",Path="count(/EnfocusReport/ColorInfo/ColorSpace[@type='Separation']/FullTintAlternateValues[@C=0 and @M=0 and @Y=0 and @K=0])"]
This gives you the number of spot colors in the file with the alternate color values as defined in the expression. You can complete the condition with equal to 0, equal or greater than 1, or whatever suits you.
Re: Check for CMYK Values in A Spot Colour
Thanks for the Info.
Looking forward to the next Pitstop Update
Looking forward to the next Pitstop Update