about summary refs log tree commit diff
path: root/pnmarith.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-25 03:06:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-25 03:06:05 +0000
commit1017cbebe5d5edd859e0fddad0a8600f509f4821 (patch)
tree78bdf336648566f7a7d55f42837357dea3dd674c /pnmarith.html
parent16f2ac126651015a376eba864a3a35f738b0b25a (diff)
downloadnetpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.gz
netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.xz
netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.zip
Place user guide into Subversion repository
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@181 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmarith.html')
-rw-r--r--pnmarith.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/pnmarith.html b/pnmarith.html
new file mode 100644
index 00000000..41439084
--- /dev/null
+++ b/pnmarith.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD><title>Pnmarith User Manual</title></HEAD>
+
+<BODY>
+<H1>pnmarith</H1>
+Updated: 22 June 2002
+<BR>
+<H2>NAME</H2>
+pnmarith - perform arithmetic on two PNM images
+
+<H2>DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
+<P>Starting with Netpbm 10.3, <b>pnmarith</b> is obsolete.  Use
+<a href="pamarith.html"><b>pamarith</b></a> instead.
+
+<b>pamarith</b> is backward compatible with <b>pnmarith</b> except where
+your input images have different depths.  <b>pnmarith</b> would convert
+the one with the lesser depth to have the higher depth before doing the
+arithmetic.  With <b>pamarith</b>, you must do that step separately, using
+<b>pgmtoppm</b>.
+
+</BODY>
+</HTML>
+
+
+