diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2011-08-12 02:54:18 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2011-08-12 02:54:18 +0000 |
commit | 5a91a8606fa8ebafe152eff102a45ce68a4006eb (patch) | |
tree | e28d124d926dc699afb241140f30ad217778018b /pamsplit.html | |
parent | b1050625a2d55da97dd7b6122f64e20660173a29 (diff) | |
download | netpbm-mirror-5a91a8606fa8ebafe152eff102a45ce68a4006eb.tar.gz netpbm-mirror-5a91a8606fa8ebafe152eff102a45ce68a4006eb.tar.xz netpbm-mirror-5a91a8606fa8ebafe152eff102a45ce68a4006eb.zip |
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1534 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pamsplit.html')
-rw-r--r-- | pamsplit.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/pamsplit.html b/pamsplit.html index c5ef300f..347af0e5 100644 --- a/pamsplit.html +++ b/pamsplit.html @@ -2,13 +2,13 @@ <HTML><HEAD><TITLE>Pamsplit User Manual</TITLE></HEAD> <BODY> <H1>pamsplit</H1> -Updated: 23 October 2005 +Updated: 11 August 2011 <BR> <A HREF="#index">Table Of Contents</A> <H2>NAME</H2> -pamsplit - split a multi-image PNM/PAM file into single-image files +pamsplit - split a multi-image Netpbm file into single-image files <H2 id="synopsis">SYNOPSIS</H2> @@ -67,10 +67,15 @@ stream, you can use <b>pamfile</b> on the stream. <p>To extract images from a stream and generate a single stream containing them, use <b>pampick</b>. +<p>To run a program on each image in a stream without the hassle of temporary +files, use <b>pamexec</b>. + + <H2 id="seealso">SEE ALSO</H2> <B><A HREF="pamfile.html">pamfile</A></B>, <B><A HREF="pampick.html">pampick</A></B>, +<B><A HREF="pamexec.html">pampick</A></B>, <B><A HREF="pnm.html">pnm</A></B>, <B><A HREF="pam.html">pam</A></B>, <B>cat</b> man page |