Changeset 378 for pkpgcounter/trunk

Show
Ignore:
Timestamp:
08/27/06 23:04:57 (18 years ago)
Author:
jerome
Message:

v1.84 is out.

Location:
pkpgcounter/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/man/pkpgcounter.1

    r340 r378  
    11.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    2 .TH PKPGCOUNTER "1" "June 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
     2.TH PKPGCOUNTER "1" "August 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NAME 
    4 pkpgcounter \- manual page for pkpgcounter 1.82 
     4pkpgcounter \- manual page for pkpgcounter 1.84 
    55.SH DESCRIPTION 
    6 pkpgcounter v1.82 (c) 2003, 2004, 2005, 2006 Jerome Alet 
     6pkpgcounter v1.84 (c) 2003, 2004, 2005, 2006 Jerome Alet 
    77.PP 
    88pkpgcounter is a generic Page Description Language parser. 
     
    1010pkpgcounter parses any number of input files and/or its standard input 
    1111and outputs the number of pages needed to print these documents. 
     12.PP 
     13pkpgcounter can also compute the percent of ink coverage in different 
     14colorspaces for several file formats. 
    1215.PP 
    1316pkpgcounter currently recognizes the following document formats : 
     
    2023* TIFF 
    2124* ESC/P2 
    22 * OpenDocument (OpenOffice.org) 
     25* OpenDocument (ISO/IEC DIS 26300) 
    2326* Zenographics ZjStream 
     27.PP 
     28The three latter ones, as well as some TIFF documents, are currently 
     29only supported in page counting mode. 
    2430.PP 
    2531command line usage : 
     
    3743\fB\-d\fR | \fB\-\-debug\fR 
    3844Activate debug mode. 
     45.TP 
     46\fB\-cCOLORSPACE\fR, \fB\-\-colorspace\fR=\fICOLORSPACE\fR 
     47Activate the computation of ink usage, and defines the 
     48colorspace to use. Supported values are 'BW', 'RGB', 
     49\&'CMYK', and 'CMY'. 
     50.TP 
     51\fB\-rRESOLUTION\fR, \fB\-\-resolution\fR=\fIRESOLUTION\fR 
     52The resolution in DPI to use when checking ink usage. 
     53Lower resolution is faster but less accurate. Default 
     54is 72 dpi. 
    3955.PP 
    4056examples : 
     
    4460Will launch pkpgcounter and will output the total number of pages 
    4561needed to print all the documents specified. 
     62.IP 
     63\f(CW$ pkpgcounter --colorspace bw --resolution 150 file1.ps\fR 
     64.IP 
     65Will output the percent of black ink needed on each page of 
     66the file1.ps file rendered at 150 dpi. 
    4667.PP 
    4768This program is free software; you can redistribute it and/or modify 
  • pkpgcounter/trunk/NEWS

    r366 r378  
    2222pkpgcounter News : 
    2323 
     24  * 1.84 : 
     25   
     26    - Computation of ink coverage now works and is documented. 
     27      The supported file formats are : PS, PDF, PCLXL, PCL3/4/5, 
     28      DVI and TIFF. 
     29       
    2430  * 1.84alpha : 
    2531   
  • pkpgcounter/trunk/pkpgpdls/version.py

    r357 r378  
    2323 
    2424 
    25 __version__ = "1.84alpha" 
     25__version__ = "1.84" 
    2626 
    2727__doc__ = """pkpgcounter : a generic Page Description Languages parser."""