diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2011-07-11 02:36:56 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2011-07-11 02:36:56 +0000 |
commit | 42e563cc81bf9e6fdd2f8b1c6e25a1e5681fdadb (patch) | |
tree | 34663a68012955e933a46ad6e655f6dd1acca040 | |
parent | 312d4f67e86c073cb4bc9b1b3d59e20dfe76bb6f (diff) | |
download | netpbm-mirror-42e563cc81bf9e6fdd2f8b1c6e25a1e5681fdadb.tar.gz netpbm-mirror-42e563cc81bf9e6fdd2f8b1c6e25a1e5681fdadb.tar.xz netpbm-mirror-42e563cc81bf9e6fdd2f8b1c6e25a1e5681fdadb.zip |
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1513 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | pamtosrf.html | 2 | ||||
-rw-r--r-- | pamx.html | 10 |
3 files changed, 11 insertions, 3 deletions
diff --git a/index.html b/index.html index 354bba89..a1ea7e69 100644 --- a/index.html +++ b/index.html @@ -588,7 +588,7 @@ try <b><a href="http://www.mplayerhq.hu/design7/info.html">mplayer</a></b> or <p>See <B><A HREF="ftp://metalab.unc.edu/pub/Linux/apps/graphics/viewers/X">ftp://metalab.unc.edu/pub/Linux/apps/graphics/viewers/X</A></B>. -<h3 id="viewers">Image Capturers</h3> +<h3 id="capturers">Image Capturers</h3> <p><b>xwd</b> (X Window Dump), a classic application program in the X Window System, captures the contents of an X window, in its own special image format, diff --git a/pamtosrf.html b/pamtosrf.html index 179820af..a9551783 100644 --- a/pamtosrf.html +++ b/pamtosrf.html @@ -74,7 +74,7 @@ Output is always on Standard Output. <li><a href="pam.html">pam</a> </ul> -<h2 a="history">HISTORY</h2> +<h2 id="history">HISTORY</h2> <P><b>srftopam</b> was new in Netpbm 10.55 (June 2011). diff --git a/pamx.html b/pamx.html index 5b3788d3..18a5c832 100644 --- a/pamx.html +++ b/pamx.html @@ -2,7 +2,7 @@ <HTML><HEAD><TITLE>Pamx User Manual</TITLE></HEAD> <BODY> <H1>pamx</H1> -Updated: 25 March 2006 +Updated: 02 July 2011 <BR> <A HREF="#index">Table Of Contents</A> @@ -54,6 +54,10 @@ debugging more complex systems, but you can get much more powerful viewers that can display Netpbm images. For example, <b>xloadimage</b>, <b>xli</b>, <b>xzgv</b>, and any web browser. +<p>The program <b>xwud</b> (X Window Undump) is part of the X Window System +and performs the same basic display function, though with input in the special +X Window Dump format (for which Netpbm has converters). + <p>The initial window is at most 90% of the size of the display unless the window manager does not correctly handle window size requests or if you've used the <b>-fullscreen</b> option. You may move the image @@ -73,6 +77,7 @@ window managers which need this resource set. This is, of course, the same resource class that the conventional viewer program <b>xloadimage</b> uses. + <h2 id="options">OPTIONS</h2> <dl> @@ -168,9 +173,11 @@ the input file, or "stdin" if the image is from Standard Input. <B><A HREF="pam.html">pam</A></B>, <B><A HREF="pnm.html">pnm</A></B>, <B>xzgv</B>, +<b>xwud</b>, <b>xloadimage</b>, <b>xli</b> + <h2 id="author">AUTHOR</h2> <p><b>pamx</b> is by Bryan Henderson, in March 2006, based on @@ -203,6 +210,7 @@ PERFORMANCE OF THIS SOFTWARE. <p>Lots of other people contributed to Xloadimage, and they are listed in the file COPYRIGHT in the source code. + <h2 id="history">HISTORY</h2> <p><b>pamx</b> was new in Netpbm 10.34 (May 2006). |