Changeset 368 for pkpgcounter/trunk/README
- Timestamp:
- 08/26/06 23:07:11 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/README
r340 r368 42 42 - Zenographics ZjStream 43 43 44 When launched, pkpgcounter prints on its standard output a single 45 integer representing the total number of pages in all the files 46 which filenames you've passed on the command line. 44 In addition to counting pages, pkpgcounter can also compute the 45 ink coverage for the following document types : 46 47 - PostScript (both DSC compliant and binary) 48 49 - PDF 50 51 - TIFF 52 53 Other formats will be supported in the future for ink coverage. 54 55 IMPORTANT : To compute ink coverage, pkpgcounter relies on both 56 the Python Imaging Library (PIL) and GhostScript (gs) software 57 to be installed. 58 59 By default, when launched pkpgcounter prints on its standard output 60 a single integer representing the total number of pages in all the 61 files which filenames you've passed on the command line. 47 62 48 63 With no argument, or with a single dash in non-option arguments, … … 51 66 representing the files to parse. 52 67 53 In the future other possibilities will be added. 68 See pkpgcounter --help for details. 54 69 55 70 ============================================================================= … … 123 138 ============================================================================= 124 139 140 pkpgcounter's ink coverage algorithm for the CMYK colorspace is a 141 direct Python port from the PrintBill project by Daniel Franklin. 142 PrintBill is distributed under the terms of the GNU General Public 143 License of the Free Software Foundation, just like pkpgcounter. The 144 algorithms used for the other colorspaces are a complete rewrite of 145 PrintBill's algorithms using both Python and the Python Imaging 146 Library's facilities. 147 148 ============================================================================= 149 125 150 Please e-mail bugs to : alet@librelogiciel.com (Jerome Alet)