Show
Ignore:
Timestamp:
12/10/06 19:15:07 (17 years ago)
Author:
jerome
Message:

Now recognizes the GC pseudo colorspace to differentiate
between grayscale and coloured pages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/analyzer.py

    r434 r439  
    211211                            dest="colorspace", 
    212212                            type="cichoice", 
    213                             cichoices=["bw", "rgb", "cmyk", "cmy"], 
    214                             help="Activate the computation of ink usage, and defines the colorspace to use. Supported values are 'BW', 'RGB', 'CMYK', and 'CMY'.") 
     213                            cichoices=["bw", "rgb", "cmyk", "cmy", "gc"], 
     214                            help="Activate the computation of ink usage, and defines the colorspace to use. Supported values are 'BW', 'RGB', 'CMYK', 'CMY', and 'GC'.") 
    215215    parser.add_option("-r", "--resolution",  
    216216                            type="int",