summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-11-30 18:47:31 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-11-30 18:47:31 +0000
commit4175cdbf608da7e574562412f584c3a64eded89b (patch)
tree237a7e127042ba818e8b2e3c0b5c78bba819f0de
parent9d72d65003b20163f6a3a551bca9e4674288a5a7 (diff)
downloadnetpbm-mirror-4175cdbf608da7e574562412f584c3a64eded89b.tar.gz
netpbm-mirror-4175cdbf608da7e574562412f584c3a64eded89b.tar.xz
netpbm-mirror-4175cdbf608da7e574562412f584c3a64eded89b.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4470 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pamcat.html31
1 files changed, 26 insertions, 5 deletions
diff --git a/pamcat.html b/pamcat.html
index 3338c472..9610dc4e 100644
--- a/pamcat.html
+++ b/pamcat.html
@@ -21,7 +21,7 @@ pamcat - concatenate Netpbm images
 [<b>-jtop</b>|<b>-jbottom</b>|<b>-jcenter</b>]
 [<b>-jleft</b>|<b>-jright</b>|<b>-jcenter</b>]
 
-<i>netpbmfile</i> ...
+[<i>netpbmfile</i> ... | <b>-listfile=</b>{<i>filename</i>|<b>-</b>}]
 
 
 <p>Minimum unique abbreviation of option is acceptable.  You may use
@@ -85,10 +85,12 @@ output.
   such an image is defined to be opaque).
   
 <p>The arguments are names of input files.  Any one of these, but not more
-than one, may be "-" to indicate Standard Input.  If you have no
-arguments, that means a single input image from Standard Input (and that is
-pointless - the output is the same as the input).
-
+than one, may be "-" to indicate Standard Input.  If you have no arguments
+(and do not specify <b>-listfile</b>), that means a single input image from
+Standard Input (and that is pointless - the output is the same as the input).
+You can supply the file names in a file instead of as arguments with a
+<b>-listfile</b> option.
+  
 <p>To assemble a regular grid of images, you can use <b>pamundice</b>.
 
 <p>To do the reverse, you might use <b>pamdice</b> to split an image
@@ -172,6 +174,25 @@ different for each image.
 
 </dl>
 
+<h3 id="miscellaneousopt">Miscellaneous</h3>
+
+<dl>
+<dt><b>-listfile=</b>{<i>filename</i>|<b>-</b>}
+<dd>This specifies the name of a file that contains the list of input files.
+  Option value <b>-</b> means the list comes from Standard Input.
+
+  <p>The file contains one file name per newline-delimited line in whatever
+    code the system <b>fopen</b> service expects.  You may omit the newline
+    on the last line.  Empty lines are ignored.  There is no mechanism for
+    including comments in the list (so if you want to have a commented list,
+    preprocess it to remove comments before supplying it to <b>pamcat</b>).
+
+  <p>You may not specify file names as command line arguments together with
+    <b>-listfile</b>
+    
+  <p>This option was new in Netpbm 11.00.01 (December 2022).
+
+</dl>
 
 <h2 id="seealso">SEE ALSO</h2>