ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/pcompos.1
(Generate patch)

Comparing ray/doc/man/man1/pcompos.1 (file contents):
Revision 1.4 by greg, Tue Sep 4 17:36:40 2007 UTC vs.
Revision 1.6 by greg, Mon May 17 18:02:24 2010 UTC

# Line 150 | Line 150 | by preceeding it with an exclamation point ('!').
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines