root / pkpgcounter / trunk / tests / README @ 3578

Revision 3578, 1.5 kB (checked in by jerome, 5 years ago)

Clarified dependency wrt PIL/Pillow.
Updated copyright years.
Regenerated manual page.

  • Property svn:keywords set to Auth Date Id Rev
RevLine 
[197]1# $Id$
2
3pkpgcounter : a generic Page Description Language parser
4
[3578]5(c) 2003-2019 Jerome Alet <alet@librelogiciel.com>
[463]6This program is free software: you can redistribute it and/or modify
[197]7it under the terms of the GNU General Public License as published by
[463]8the Free Software Foundation, either version 3 of the License, or
[197]9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
[463]17along with this program.  If not, see <http://www.gnu.org/licenses/>.
[197]18
19====================================================================
20
[3436]21This directory contains a gzipped PostScript file, master.ps.gz,
22obtained by printing to a file a part of the SlashDot.org website
23from the Galeon web browser on July 2nd 2004.
[197]24
[3436]25When uncompressed, this 16 pages file can be used to test the
26accuracy of the generic Page Description Language analyzer included
27in pkpgcounter for different conversion outputs of gs.
[197]28
29To see if it works, simply launch :
30
31        $ ./runtests.sh
[3436]32
33It should report 16 pages for each document. If it doesn't then
34there's a bug in the generic Page Description Language analyzer.
[197]35Please report this to : alet@librelogiciel.com
[404]36
37This script will also launch the test for the computation of
[3436]38ink coverage. Look at the file colors.pdf to see what the
[404]39results should look like.
Note: See TracBrowser for help on using the browser.