1 |
< |
.\" RCSid "$Id" |
1 |
> |
.\" RCSid "$Id$" |
2 |
|
.TH PCOMPOS 1 12/18/97 RADIANCE |
3 |
|
.SH NAME |
4 |
|
pcompos - composite RADIANCE pictures. |
5 |
|
.SH SYNOPSIS |
6 |
|
.B pcompos |
7 |
|
[ |
8 |
+ |
.B \-h |
9 |
+ |
][ |
10 |
|
.B "\-x xres" |
11 |
|
][ |
12 |
|
.B "\-y yres" |
76 |
|
option specifies a background color to appear wherever input |
77 |
|
files do not cover. |
78 |
|
The default value is black (0 0 0). |
79 |
+ |
The |
80 |
+ |
.I \-h |
81 |
+ |
option may be used to reduce the information header size, which |
82 |
+ |
can grow disproportionately after multiple runs of |
83 |
+ |
.I pcompos |
84 |
+ |
and/or |
85 |
+ |
.I pcomb(1). |
86 |
|
.PP |
87 |
|
If input files overlap, later pictures will overwrite earlier ones. |
88 |
|
By default, input files are copied unconditionally within the output |
150 |
|
.SH EXAMPLE |
151 |
|
To put a copyright label at the bottom of a picture: |
152 |
|
.IP "" .2i |
153 |
< |
psign Copyright 1987 | pcompos pic.inp 0 0 +t .5 - 384 64 > pic.out |
153 |
> |
psign Copyright 1987 | pcompos inp.hdr 0 0 +t .5 - 384 64 > out.hdr |
154 |
|
.PP |
155 |
|
To make a catalog of images separated by white 10-pixel borders: |
156 |
|
.IP "" .2i |
157 |
< |
pcompos -la -a 4 -s 10 -b 1 1 1 dog*.pic > alldogs.pic |
157 |
> |
pcompos \-la \-a 4 \-s 10 \-b 1 1 1 dog*.hdr > alldogs.hdr |
158 |
|
.SH NOTES |
159 |
|
Since there is a limit to the number of open files and processes, |
160 |
|
large collections of images must be created in stages. |
161 |
|
Even if the system limit on open files is large, |
162 |
|
.I pcompos |
163 |
< |
places an artificial limit of 64 on the number of open files and/or |
163 |
> |
places an artificial limit of 1024 on the number of open files and/or |
164 |
|
processes. |
165 |
|
.SH AUTHOR |
166 |
|
Greg Ward |
167 |
|
.SH "SEE ALSO" |
168 |
< |
getinfo(1), pfilt(1), psign(1), rpict(1) |
168 |
> |
getinfo(1), pcomb(1), pfilt(1), psign(1), rpict(1) |