Changeset 3044

Show
Ignore:
Timestamp:
10/17/06 10:47:30 (18 years ago)
Author:
jerome
Message:

Improved the documentation about ink accounting.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r3037 r3044  
    614614# increase CPU load a lot at the same time. The default resolution 
    615615# if unset is 72, for 72 dpi. 
     616# If you want to use ink accounting, you have to define a set of 
     617# coefficients for each color in the colorspace, as explained 
     618# further below in this file. 
    616619#  
    617620# You can get hints on which configuration is best for your printers by 
     
    12051208 
    12061209# Defines a set of coefficients for ink accounting. 
     1210# 
     1211# Each ink coefficient is the factor of the price per page 
     1212# you set with pkprinters which would represent the cost 
     1213# of a page covered at 100% with ink in this particular color. 
     1214# 
    12071215# With these coefficients, the exact cost of each page 
    12081216# can be computed : for each ink color in the colorspace specified 
     
    12141222# the operation recursively in case of nested printers groups. 
    12151223# 
     1224# The names of the coefficients you should set depend on the colorspace 
     1225# you want to use for ink accounting : 
     1226# 
     1227#       cmyk : 
     1228#               coefficient_cyan 
     1229#               coefficient_magenta 
     1230#               coefficient_yellow 
     1231#               coefficient_black 
     1232# 
     1233#       cmy : 
     1234#               coefficient_cyan 
     1235#               coefficient_magenta 
     1236#               coefficient_yellow 
     1237# 
     1238#       rgb : 
     1239#               coefficient_red 
     1240#               coefficient_green 
     1241#               coefficient_blue 
     1242# 
     1243#       bw : 
     1244#               coefficient_black 
     1245# 
    12161246# Any coefficient which is not set is considered to be equal to 1.0 
    12171247#