man-pages/man1/pnmcat.1.html
2021-03-31 01:06:50 +01:00

129 lines
2.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of pnmcat</TITLE>
</HEAD><BODY>
<H1>pnmcat</H1>
Section: User Commands (1)<BR>Updated: 12 March 1989<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="ixAAB"></A>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
pnmcat - concatenate portable anymaps
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>pnmcat</B>
[<B>-white</B>|<B>-black</B>]
<B>-leftright</B>|<B>-lr</B>
[<B>-jtop</B>|<B>-jbottom</B>]
<I>pnmfile pnmfile</I>
...
<BR>
<B>pnmcat</B>
[<B>-white</B>|<B>-black</B>]
<B>-topbottom</B>|<B>-tb</B>
[<B>-jleft</B>|<B>-jright</B>]
<I>pnmfile pnmfile</I>
...
<P>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
Reads portable anymaps as input.
Concatenates them either left to right or top to bottom, and produces a
portable anymap as output.
<A NAME="ixAAC"></A>
<P>
<B>pamdice</B>
splits an image up into smaller ones.
<P>
<B>pnmtile</B>
concatenates a single input image to itself repeatedly.
<P>
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<P>
If the anymaps are not all the same height (left-right) or width (top-bottom),
the smaller ones have to be justified with the largest.
By default, they get centered, but you can specify one side or the other
with one of the -j* flags.
So,
<B>-topbottom -jleft</B>
would stack the anymaps on top of each other, flush with the left edge.
<P>
The
<B>-white</B>
and
<B>-black</B>
flags specify what color to use to fill in the extra space
when doing this justification.
If neither is specified, the program makes a guess.
<P>
All flags can be abbreviated to their shortest unique prefix.
<P>
<A NAME="lbAF">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?1+pamdice">pamdice</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+pnmtile">pnmtile</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?1+pamcut">pamcut</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?5+pnm">pnm</A></B>(5)
<P>
<A NAME="lbAG">&nbsp;</A>
<H2>AUTHOR</H2>
Copyright (C) 1989 by Jef Poskanzer.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="4"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="5"><A HREF="#lbAF">SEE ALSO</A><DD>
<DT id="6"><A HREF="#lbAG">AUTHOR</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:23 GMT, March 31, 2021
</BODY>
</HTML>