Changeset 369

Show
Ignore:
Timestamp:
08/26/06 23:13:07 (18 years ago)
Author:
jerome
Message:

Now the --help command line option explains how to use the computation
of ink coverage.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/bin/pkpgcounter

    r349 r369  
    3535and outputs the number of pages needed to print these documents. 
    3636 
    37 pkpgcounter currently recognizes the following document formats : 
     37pkpgcounter can also compute the percent of ink coverage in different 
     38colorspaces for several file formats. 
     39 
     40pkpgcounter currently recognizes the following document formats for 
     41page counting : 
    3842 
    3943    * PostScript (both DSC compliant and binary) 
     
    4751    * Zenographics ZjStream 
    4852 
     53pkpgcounter currently recognizes the following document formats 
     54for the computation of ink coverage : 
     55 
     56    * PostScript (both DSC compliant and binary) 
     57    * PDF    
     58    * TIFF 
     59 
    4960command line usage : 
    5061 
     
    5364options : 
    5465 
    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. 
    5768   
    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. 
    5980   
    6081examples :                               
     
    6485  Will launch pkpgcounter and will output the total number of pages 
    6586  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. 
    6692   
    6793%(__gplblurb__)s