Changeset 3578 for pkpgcounter
- Timestamp:
- 02/14/19 09:46:15 (6 years ago)
- Location:
- pkpgcounter/trunk
- Files:
-
- 40 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/bin/pkpgcounter
r3474 r3578 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software: you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/BUGS
r3474 r3578 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software: you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/clean.sh
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/CREDITS
r3474 r3578 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software: you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/gentarball.sh
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/man/genman.sh
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser. 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by … … 25 25 --name="count number of pages required to print various types of documents" \ 26 26 --manual="User Commands" \ 27 --source=" C@LL - Conseil Internet & Logiciels Libres" \27 --source="Jerome Alet - <alet@librelogiciel.com>" \ 28 28 --output="temp$prog.1" \ 29 29 $prog ; -
pkpgcounter/trunk/man/pkpgcounter.1
r3483 r3578 1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1. 36.2 .TH PKPGCOUNTER "1" " January 2009" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. 2 .TH PKPGCOUNTER "1" "February 2019" "Jerome Alet - <alet@librelogiciel.com>" "User Commands" 3 3 .SH NAME 4 4 pkpgcounter \- count number of pages required to print various types of documents 5 5 .SH DESCRIPTION 6 pkpgcounter v3.51alpha (c) 2003\-20 09 Jerome Alet6 pkpgcounter v3.51alpha (c) 2003\-2019 Jerome Alet 7 7 .PP 8 8 pkpgcounter is a generic Page Description Language parser. … … 55 55 Activate debug mode. 56 56 .TP 57 \fB\-cCOLORSPACE\fR, \fB\-\-colorspace\fR=\fI COLORSPACE\fR57 \fB\-cCOLORSPACE\fR, \fB\-\-colorspace\fR=\fI\,COLORSPACE\/\fR 58 58 Activate the computation of ink usage, and defines the 59 59 colorspace to use. Supported values are 'BW' (Black), … … 63 63 about ink usage per se. 64 64 .TP 65 \fB\-rRESOLUTION\fR, \fB\-\-resolution\fR=\fI RESOLUTION\fR65 \fB\-rRESOLUTION\fR, \fB\-\-resolution\fR=\fI\,RESOLUTION\/\fR 66 66 The resolution in DPI to use when checking ink usage. 67 67 Lower resolution is faster but less accurate. Default -
pkpgcounter/trunk/pkpgpdls/analyzer.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/bj.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/cfax.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/dvi.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/escp2.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/escpages03.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/hbp.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/__init__.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/inkcoverage.py
r3573 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by … … 29 29 from PIL import Image 30 30 except ImportError : 31 sys.stderr.write("ERROR: You MUST install the Python Imaging Library ( python-imaging) for pkpgcounter to work.\n")31 sys.stderr.write("ERROR: You MUST install the Python Imaging Library (either PIL or Pillow) for pkpgcounter to work.\n") 32 32 raise pdlparser.PDLParserError, "The Python Imaging Library is missing." 33 33 -
pkpgcounter/trunk/pkpgpdls/lidil.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/mscrap.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/ooo.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pcl345.py
r3574 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pclxl.py
r3513 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pdf.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pdlparser.py
r3573 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pil.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by … … 27 27 from PIL import Image 28 28 except ImportError : 29 sys.stderr.write("ERROR: You MUST install the Python Imaging Library ( python-imaging) for pkpgcounter to work.\n")29 sys.stderr.write("ERROR: You MUST install the Python Imaging Library (either PIL or Pillow) for pkpgcounter to work.\n") 30 30 raise pdlparser.PDLParserError, "The Python Imaging Library is missing." 31 31 -
pkpgcounter/trunk/pkpgpdls/pjl.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/plain.py
r3502 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/pnmascii.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/postscript.py
r3567 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/qpdl.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by … … 159 159 The documentation used for this was : 160 160 161 Sp �fication Technique (documentation non officielle)161 Spécification Technique (documentation non officielle) 162 162 Le Language SPL2 163 par Aur �en Croc163 par Aurélien Croc 164 164 http://splix.ap2c.org 165 165 """ -
pkpgcounter/trunk/pkpgpdls/spl1.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/tiff.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/pkpgpdls/version.py
r3482 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by … … 24 24 import time 25 25 26 __version__ = "3.51 alpha"26 __version__ = "3.51beta" 27 27 28 28 __doc__ = """pkpgcounter : a generic Page Description Languages parser.""" -
pkpgcounter/trunk/pkpgpdls/zjstream.py
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/README
r3573 r3578 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software: you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by … … 121 121 Most of the time, pkpgcounter only depends on the presence of : 122 122 123 - The Python Imaging Library (python-imaging) 123 - The Python Imaging Library, either PIL or Pillow (python-pil or 124 python-imaging) 124 125 125 126 But, depending on the file formats you plan to work with, and on the -
pkpgcounter/trunk/setup.py
r3573 r3578 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software: you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by … … 36 36 from PIL import Image 37 37 except ImportError : 38 sys.stderr.write("You need the Python Imaging Library ( aka PIL).\nYou can grab it from http://www.pythonware.com\n")38 sys.stderr.write("You need the Python Imaging Library (either PIL or Pillow).\n") 39 39 sys.exit(-1) 40 40 -
pkpgcounter/trunk/tests/gstests.py
r3474 r3578 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software: you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/tests/README
r3477 r3578 3 3 pkpgcounter : a generic Page Description Language parser 4 4 5 (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software: you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/tests/runcolors.py
r3474 r3578 4 4 # pkpgcounter : a generic Page Description Language parser 5 5 # 6 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>6 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 7 7 # This program is free software: you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/tests/runtest.sh
r3474 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by -
pkpgcounter/trunk/TODO
r3479 r3578 3 3 # pkpgcounter : a generic Page Description Language parser 4 4 # 5 # (c) 2003-20 09 Jerome Alet <alet@librelogiciel.com>5 # (c) 2003-2019 Jerome Alet <alet@librelogiciel.com> 6 6 # This program is free software: you can redistribute it and/or modify 7 7 # it under the terms of the GNU General Public License as published by