Changeset 369
- Timestamp:
- 08/26/06 23:13:07 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/bin/pkpgcounter
r349 r369 35 35 and outputs the number of pages needed to print these documents. 36 36 37 pkpgcounter currently recognizes the following document formats : 37 pkpgcounter can also compute the percent of ink coverage in different 38 colorspaces for several file formats. 39 40 pkpgcounter currently recognizes the following document formats for 41 page counting : 38 42 39 43 * PostScript (both DSC compliant and binary) … … 47 51 * Zenographics ZjStream 48 52 53 pkpgcounter currently recognizes the following document formats 54 for the computation of ink coverage : 55 56 * PostScript (both DSC compliant and binary) 57 * PDF 58 * TIFF 59 49 60 command line usage : 50 61 … … 53 64 options : 54 65 55 -v | --version Prints pkpgcounter's version number then exits.56 -h | --help Prints this message then exits.66 -v | --version Prints pkpgcounter's version number then exits. 67 -h | --help Prints this message then exits. 57 68 58 -d | --debug Activate debug mode. 69 -d | --debug Activate debug mode. 70 71 -cCOLORSPACE, --colorspace=COLORSPACE 72 Activate the computation of ink usage, and defines the 73 colorspace to use. Supported values are 'BW', 'RGB', 74 'CMYK', and 'CMY'. 75 76 -rRESOLUTION, --resolution=RESOLUTION 77 The resolution in DPI to use when checking ink usage. 78 Lower resolution is faster but less accurate. Default 79 is 72 dpi. 59 80 60 81 examples : … … 64 85 Will launch pkpgcounter and will output the total number of pages 65 86 needed to print all the documents specified. 87 88 $ pkpgcounter --colorspace bw --resolution 150 file1.ps 89 90 Will output the percent of black ink needed on each page of 91 the file1.ps file. 66 92 67 93 %(__gplblurb__)s