[Openicc] Printing profiling targets - state of implementation?

Till Kamppeter till.kamppeter at gmail.com
Thu May 30 06:29:22 PDT 2013


On 05/30/2013 03:22 PM, Robert Krawitz wrote:
> On Thu, 30 May 2013 15:04:05 +0200, Till Kamppeter wrote:
>> It is implemented in gstoraster now. Richard has sent me the appropriate
>> patch and I have applied it to the upstream GIT repository of
>> Ghostscript, so it is included in Ghostscript 9.08 and later. For
>> getting a patch for older Ghostscript versions, the patch is commit
>> c374882e38fdac.
>>
>> Inhibiting color management can be done via colord, with a command like
>>
>> colormgr device-inhibit /org/freedesktop/ColorManager/devices/<printer> 0
>>
>> or by sending the calibration print job with the option
>> "color-management=off". Please use the same option (a boolean option)
>> when adding suppression of color management to any other CUPS filter.
> 
> Thanks.
> 
> What would be the PPD option for this?  I didn't think hyphens are legal
> characters in a PPD keyword.
> 

This is a general CUPS option (like "number-up"). It does not have to be
in the PPDs. It is automatically available for all printers.

To make it default (does not make much sense for this option) use

lpadmin -p <printer> -o color-management-default=off

and to remove the setting do

lpadmin -p <printer> -R color-management-default

The option setting is saved in /etc/cups/printers.conf then.

   Till



More information about the openicc mailing list