Am 24.02.2012 12:51, schrieb Jan Heinen:
> My book is ready and I want to print it next week.
> 
> 1. The printer told me to set up my PDF with the following values:
> PDF/X-1a:2003,
> ISO Coated v2 (ECI)
> 
> 2. And I did:
> 
> \setupbackend
>  [format=PDF/X-1a:2003,
>   intent={ISO Coated v2 (ECI)}]
> 
> 3. Then I send a test-PDF to my printer and got the following answer:
> 
> 4. The printers answer in german:
> Die Ausgabebedingung ist mit FOGRA 39 hinterlegt. Dadurch erscheint eine
> falsche Farbvoransicht. FOGRA 39 sind "nur" Charakterisierungsdaten zur
> Erzeugung von ICC-Profilen für die entsprechenden Ausgabebedingungen.
> Wenn die Bilddaten in den "ISO Coated v2 (ECI)"  Farbraum separiert
> wurden, sollte dieser am Besten hier als Name hinterlegt werden. Die
> Kennung der Ausgabebedingung wäre "Fogra 39".
> 
> I failed trying to translate this answer into english. I hope there is
> someone here who understands the german answer.
> 

You can try to edit the 'id' entry of 'ISO Coated v2 (ECI)' in

?/texmf-context/colors/icc/context/colorprofiles.xml
(just replace 'FOGRA39' with 'Fogra 39')

...
    <profile>
        <filename>ISOcoated_v2_eci.icc</filename>
        <colorspace>CMYK</colorspace>
        <class>prtr</class>
        <id>Fogra 39</id>
        <info>ISO Coated v2 (ECI)</info>
        <checksum>bda07efcacf5377e91edacb0454ea7e5</checksum>
        <version>2400000</version>
        <url>http://www.color.org</url>
        <outputcondition>Offset printing, according to ISO
12647-2:2004/Amd 1, OFCOM, paper type 1 or 2 = coated art, 115 g/m2,
tone value increase curves A (CMY) and B (K)</outputcondition>
    </profile>

...

If I remember it right, this 'id' entry is no unique identifier, as some
profiles use the same value here. But I have to refresh my knowledge
about icc profiles a bit, before I can give a final answer.


Peter

> Regards
> Jannis
> 
> ___________________________________________________________________________________
> 
> If your question is of interest to others as well, please add an entry
> to the Wiki!
> 
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to