Changeset 439 for pkpgcounter/trunk/pkpgpdls/analyzer.py
- Timestamp:
- 12/10/06 19:15:07 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/analyzer.py
r434 r439 211 211 dest="colorspace", 212 212 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'.") 215 215 parser.add_option("-r", "--resolution", 216 216 type="int",