summary refs log tree commit diff
path: root/pnmmontage.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-11-24 21:14:10 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-11-24 21:14:10 +0000
commitbd09013efdd759e78f1c65ac6658cc2d76c2793b (patch)
tree0d171d04943f962427dbe3dd41b030b6375edfda /pnmmontage.html
parent5dedc824a9cd3d3e152fc33752c1e65f24d21ab6 (diff)
downloadnetpbm-mirror-bd09013efdd759e78f1c65ac6658cc2d76c2793b.tar.gz
netpbm-mirror-bd09013efdd759e78f1c65ac6658cc2d76c2793b.tar.xz
netpbm-mirror-bd09013efdd759e78f1c65ac6658cc2d76c2793b.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1785 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmmontage.html')
-rw-r--r--pnmmontage.html23
1 files changed, 19 insertions, 4 deletions
diff --git a/pnmmontage.html b/pnmmontage.html
index bf4d2cbd..f3795dfa 100644
--- a/pnmmontage.html
+++ b/pnmmontage.html
@@ -2,7 +2,7 @@
 <HTML><HEAD><TITLE>Pnmmontage User Manual</TITLE></HEAD>
 <BODY>
 <H1>pnmmontage</H1>
-Updated: 03 November 2007
+Updated: 22 November 2012
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
@@ -30,9 +30,11 @@ pnmmontage - create a montage of PNM images
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
-<p><b>pnmmontage</b> packs images of differing sizes into a
-minimum-area composite image, optionally producing a C header file
-with the locations of the subimages within the composite image.
+<p><b>pnmmontage</b> packs images of differing sizes into a minimum-area
+composite image.
+
+<p>Areas of the output that cannot be occupied by an image are black.
+
 
 <H2 id="options">OPTIONS</H2>
 
@@ -53,6 +55,19 @@ the packed image.  Here is an example:
 </pre>
 
 
+<p>There is a line for each component image and one for the composite.
+
+<p>The 5 fields on each line are:
+
+<ol>
+<li>source image name (or null string indicating the line for the composite
+image)
+<li>Column number of upper left corner of the image
+<li>Row number of upper left corner of the image
+<li>width of the image (columns)
+<li>height of the image (rows)
+</ol>
+
 <p>This option was new in Netpbm 10.6 (July 2002).
 
 <DT><B>-header=</B><i>filename</i>