Dear all,
in ConTeXt ver: 2025.04.28 14:29 LMTX fmt: 2025.6.3
the color profile ISO Coated v2 300% (ECI) is not found anymore
\setupbackend[
%format=PDF/X-1a:2001,
%format=PDF/X-1a:2003,
format=PDF/X-3:2002, %Empfehlung von Flyeralarm
%format=PDF/X-3:2003,
%format=PDF/X-4,
%format=PDF/X-4p,
intent={ISO Coated v2 300\letterpercent\space (ECI)}]
It raises this error.
66 \setupbackend[
67 %format=PDF/X-1a:2001,
68 %format=PDF/X-1a:2003,
69 format=PDF/X-3:2002, %Empfehlung von Flyeralarm
70 %format=PDF/X-3:2003,
71 %format=PDF/X-4,
72 %format=PDF/X-4p,
73 >> intent={ISO Coated v2 300\letterpercent\space (ECI)}]
74 \stopmode
75
76 %% FOGRA 39 Coated
77 %% Bestimmung der CMYK-Werte mit transicc
78 %% transicc -i srgb_v4_icc_preference.icc -o CoatedFOGRA39.icc
79 %% Rundung wie oben
80 \startmode[fogra39]
81 \doiffileelse{CoatedFOGRA39.icc}{}{\farbprofilnichtgefunden}
82 \definecolor [hs-logoblau] [c=1.000, m=0.735, y=0.279, k=0.160]
83 %% C=100.0000 M=73.4707 Y=27.9103 K=16.0891
mtx-context | fatal error: return code: 1
make: *** [Makefile:45: flyerangebote] Fehler 1
With 2024.11 it still works
Any ideas?
juh