On 03/31/2013 02:50 AM, "Christoph Sch?fer" wrote:
> Hi all,
> 
> I have brought on board another commercial colour vendor, this time one from 
> North America. At the moment, we are feverishly working on all sorts of 
> issues, including documentation, colour correctness, logo exchange, licensing 
> etc.
> 
> You could help to speed up the process by writing a shell or Python script.
> 
> I receive all palettes as EPS files, which are easy to convert to Scribus's 
> own XML palette format. However, since the colours aren't stored as spot 
> colours, they end up being imported as something like "FromPDF#00000040", 
> which is completely useless when referring to a printed colour swatch that is 
> based on CMYK ink mixtures.
> 
> In a Scribus XML palette file, the converted colour entry looks like this:
> 
> <COLOR NAME="FromPDF#00404040" CMYK="#00404040"/>
> 
> What is needed is a script that strips the string FromPDF and converts the 
> hex value in a specific way (adding ink channel abbreviations and slashes), 
> so that the end result looks like this:
> 
> <COLOR NAME="C25/M25/Y25/K25" CMYK="#40404040"/>
> 
> Anyone willing to step in?
> 

I think the first part is most easily done in a text editor, with Search
> Replace to eliminate the FromPDF.

The question is, what are you doing with the numbers? It seems that
Scribus stores CMYK in hex values, even though when you create them you
are shown a percentage scale.

But 40/255 ? 25%  (more like 16%).

Greg


Reply via email to