Penguin
Annotated edit history of pbmpage(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pbmpage
2 !!!pbmpage
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 AUTHOR
8 ----
9 !!NAME
10
11
12 pbmpage - create a one page test pattern for printing
13 !!SYNOPSIS
14
15
16 __pbmpage__ [[__-a4__] ''test_pattern''
17 !!DESCRIPTION
18
19
20 __pbmpage__ generates a one page test pattern to print on
21 a sheet of paper, for use in calibrating a printer. The test
22 pattern in is PBM format.
23
24
25 __pbmpage__ produces an image intended for 600 dots per
26 inch printer resolution.
27
28
29 If you are printing on an HP PPA printer, you can convert
30 the output of this program to a stream that you can feed to
31 the printer with __pbmtoppa__.
32
33
34 Bear in mind that when you print the test pattern, you are
35 testing not only the printer, but any converter or driver
36 software along the printing path. Any one of these
37 components may adjust margins, crop the image, erase edges,
38 and such.
39
40
41 If, due to addition of margins, the printer refuses to print
42 the image because it is too big, use __pnmcut__ to cut
43 the right and bottom edges off the test pattern until it is
44 small enough to print.
45
46
47 ''test_pattern'' is the number of the test pattern to
48 generate, as follows. The default is __1__.
49
50
51 __1__
52
53
54 A grid ruled in numbers of pixels. The outermost rules are
55 exactly at the edges of the paper.
56
57
58 __2__
59
60
61 A vertical line segment, one pixel wide, extending 1/2
62
63
64 __3__
65
66
67 Two diagonal line segments, one starting at the upper left
68 corner of the page, the other starting from the lower left
69 corner of the page. Both extend 1/2
70
71
72 __-a4__
73
74
75 Generate an image for A4 (European) paper. Without this
76 option, __pbmpage__ generates an image for US standard
77 paper (8 1/2__
78 !!SEE ALSO
79
80
81 pbmtoppa(1), pnmcut(1),
82 pbm(5)
83 !!AUTHOR
84
85
86 Tim Norman. Copyright (C) 1998. Licensed under GNU Public
87 License
88
89
90 Manual page by Bryan Henderson, May 2000.
91 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.