Gerhard Fuernkranz said: >The commands > > << > ...CRD contents... > >> > /Current exch /ColorRendering defineresource pop > >as generated by icc2ps only define the resource, but do not install the >CRD into the graphics state. You need to call setcolorrendering to >activate the CRD.
Thats right. You can use something like that: /Current /ColorRendering findresource setcolorrendering Or, build the CRD without resource name using flag -u, and then edit by hand the CRD to add "setcolorrendering". The first option is probably easier. Also, as Gerhard, I would use gs 8 insted. I found some bugs in version 7. Best Regards, Marti. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user
