Penguin
Annotated edit history of pnmcat(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 pnmcat
2 !!!pnmcat
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 pnmcat - concatenate portable anymaps
14 !!SYNOPSIS
15
16
17 __pnmcat__ [[__-white__|__-black__]
18 __-leftright__|__-lr__ [[__-jtop__|__-jbottom__]
19 ''pnmfile pnmfile'' ...__
20 pnmcat__ [[__-white__|__-black__]
21 __-topbottom__|__-tb__ [[__-jleft__|__-jright__]
22 ''pnmfile pnmfile'' ...
23 !!DESCRIPTION
24
25
26 Reads portable anymaps as input. Concatenates them either
27 left to right or top to bottom, and produces a portable
28 anymap as output.
29 !!OPTIONS
30
31
32 If the anymaps are not all the same height (left-right) or
33 width (top-bottom), the smaller ones have to be justified
34 with the largest. By default, they get centered, but you can
35 specify one side or the other with one of the -j* flags. So,
36 __-topbottom -jleft__ would stack the anymaps on top of
37 each other, flush with the left edge.
38
39
40 The __-white__ and __-black__ flags specify what color
41 to use to fill in the extra space when doing this
42 justification. If neither is specified, the program makes a
43 guess.
44
45
46 All flags can be abbreviated to their shortest unique
47 prefix.
48 !!SEE ALSO
49
50
51 pnm(5)
52 !!AUTHOR
53
54
55 Copyright (C) 1989 by Jef Poskanzer.
56 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.