blob: 8564c96d7366a84e9294d27a01baf7f25c4f745b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
<html><head><title>Pnmarith User Manual</title></head>
<body>
<h1>pnmarith</h1>
Updated: 22 June 2002
<br>
<h2>NAME</h2>
pnmarith - replaced by pamarith
<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>
|