diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-tumbleweed/man1/pampop9.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man1/pampop9.1')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/pampop9.1 | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/pampop9.1 b/upstream/opensuse-tumbleweed/man1/pampop9.1 new file mode 100644 index 00000000..06f994eb --- /dev/null +++ b/upstream/opensuse-tumbleweed/man1/pampop9.1 @@ -0,0 +1,92 @@ +\ +.\" This man page was generated by the Netpbm tool 'makeman' from HTML source. +.\" Do not hand-hack it! If you have bug fixes or improvements, please find +.\" the corresponding HTML page on the Netpbm website, generate a patch +.\" against that, and send it to the Netpbm maintainer. +.TH "Pampop9 User Manual" 0 "02 March 2003" "netpbm documentation" + +.SH NAME +pampop9 - simulate a multi-lens camera such as the Pop9 + +.UN synopsis +.SH SYNOPSIS + +\fBpampop9\fP +\fIpnmfile|-\fP +\fIxtiles\fP +\fIytiles\fP +\fIxdelta\fP +\fIydelta\fP + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBpampop9\fP tiles your starting image \fIxtiles\fP by \fIytiles\fP +times. +Each of these tiles is taken from a slightly different offset within the +source, as determined by the \fIxdelta\fP and \fIydelta\fP arguments. +.PP +The top line of tiles in the output is taken from the top of the source +image, the second starts with the \fIydelta\fP row of the source image, +the next with the 2*\fIydelta\fP row, and so on. +Similarly, the first column of tiles in the output is taken from the left +of the source image, the next starts with the \fIxdelta\fP column, the +next with the 2*\fIxdelta\fP column, and so on. + + +.UN options +.SH OPTIONS +.PP +There are no command line options defined specifically +for \fBpampop9\fP, but it recognizes the options common to all +programs based on libnetpbm (See +.UR index.html#commonoptions + Common Options +.UE +\&.) + +.UN examples +.SH EXAMPLES +.PP +With a 100 x 100 source image, then the output image from +\fBpampop9\fP \fI3 3 10 10\fP will appear to be a three-by-three grid, +each tile being 80 x 80 pixels. +If the origin is taken to be the top-left corner, then the top row of +tiles will take start at (0, 0) (10, 0) (20, 0) within the source image, +the middle row will start at (0, 10) (10, 10) (20, 10), and the bottom +row at (0, 20) (10, 20) (20, 20). + + +.UN history +.SH HISTORY +.PP +\fBpampop9\fP was new in Netpbm 10.15 (April 2003). It was +adapted slightly from \fBpampup9\fP, which was distributed by Robert +Tinsley. At that time, it was distributed via +http://www.thepoacher.net/code/#pampup9. By October 2004, that URL +no longer was valid. + +.UN seealso +.SH SEE ALSO +.BR "pnmtile" (1)\c +\& + +.UN author +.SH AUTHOR +.PP +Copyright (C) 2003 by Robert Tinsley. This software is released +under the GPL ( +.UR http://www.fsf.org/licensing/licenses/gpl.txt + http://www.fsf.org/licenses/gpl.txt +.UE +\&). +.SH DOCUMENT SOURCE +This manual page was generated by the Netpbm tool 'makeman' from HTML +source. The master documentation is at +.IP +.B http://netpbm.sourceforge.net/doc/pampop9.html +.PP
\ No newline at end of file |