about summary refs log tree commit diff
path: root/pnmcat.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-12-31 09:37:32 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-12-31 09:37:32 +0000
commitb5b51710bfaf3d5a3fb670ef47f3beacab37db5d (patch)
treedb61ee0d7f4b6701c8d1bc2cb2fb65d84b2d854f /pnmcat.html
parentb46db706e6103bebb15aff96aa24e700a9def5d0 (diff)
downloadnetpbm-mirror-b5b51710bfaf3d5a3fb670ef47f3beacab37db5d.tar.gz
netpbm-mirror-b5b51710bfaf3d5a3fb670ef47f3beacab37db5d.tar.xz
netpbm-mirror-b5b51710bfaf3d5a3fb670ef47f3beacab37db5d.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1834 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmcat.html')
-rw-r--r--pnmcat.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/pnmcat.html b/pnmcat.html
index bb518ef5..d2a3fed2 100644
--- a/pnmcat.html
+++ b/pnmcat.html
@@ -19,6 +19,7 @@ pnmcat - concatenate Netpbm images
 [<B>-white</B>|<B>-black</B>]
 
 [<B>-jtop</B>|<B>-jbottom</B>|<B>-jcenter</b>]
+[<B>-jleft</B>|<B>-jright</B>|<b>-jcenter</b>]
 
 <I>pnmfile</i> ...
 
@@ -55,8 +56,10 @@ of an image or extract part of an image.
 (top-bottom), the smaller ones have to be justified with the largest.
 By default, <b>pnmcat</b> centers them, but you can specify
 justification to one side or the other with one of the
-<b>-j</b><i>xxx</i> options.  So, <B>-topbottom -jleft</B> would stack
-the PNMs on top of each other, flush with the left edge.
+<b>-j</b><i>xxx</i> options.  So, <B>-topbottom -jleft</B> would stack the
+PNMs on top of each other, flush with the left edge.  <b>-leftright
+-jbottom</b> would line up the images left to right with their bottom edges
+aligned as if sitting on a table.
 
 <P>The <B>-white</B> and <B>-black</B> options specify what color to
 use to fill in the extra space when doing this justification.  If