summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-13 03:09:57 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-13 03:09:57 +0000
commit1345ca33e2dc7074d17119b29308bc2c546010a2 (patch)
tree4e0cb6342fdca2eeb4f3400009e44e0f06ba5124
parent8f4fa5013a18471d8a92fa72c52d184e8fd50d43 (diff)
downloadnetpbm-mirror-1345ca33e2dc7074d17119b29308bc2c546010a2.tar.gz
netpbm-mirror-1345ca33e2dc7074d17119b29308bc2c546010a2.tar.xz
netpbm-mirror-1345ca33e2dc7074d17119b29308bc2c546010a2.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3915 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--cistopbm.html9
-rw-r--r--pambrighten.html9
-rw-r--r--pbmtocis.html12
3 files changed, 19 insertions, 11 deletions
diff --git a/cistopbm.html b/cistopbm.html
index d18c0f22..795b18e2 100644
--- a/cistopbm.html
+++ b/cistopbm.html
@@ -38,12 +38,9 @@ command line option:
 
 <h2 id="seealso">SEE ALSO</h2>
 
-<ul>
-<li><a href="pbmtocis.html">pbmtocis</a>
-<li><a href="pbm.html">pbm</a>
-<a href="http://staticweb.rasip.fer.hr/research/compress/algorithms_run-length_coding.htm#examples">CompuServe RLE file format</a>
-</ul>
-
+<a href="pbmtocis.html">pbmtocis</a>,
+<a href="pbm.html">pbm</a>
+<a href="https://web.archive.org/web/20140721001738/staticweb.rasip.fer.hr/research/compress/algorithms_run-length_coding.htm">CompuServe RLE file format</a>
 
 <h2 id="history">HISTORY</h2>
 
diff --git a/pambrighten.html b/pambrighten.html
index 1891f19b..4836ca30 100644
--- a/pambrighten.html
+++ b/pambrighten.html
@@ -12,9 +12,9 @@ pambrighten - change a PPM image's Saturation and Value
 <h2 id="synopsis">SYNOPSIS</h2>
 
 <b>pambrighten</b>
-[<b>-saturation=</b>[<b>+</b>|<b>-</b><i>saturation_percent</i>]]
-[<b>-value=</b>[<b>+</b>|<b>-</b><i>value_percent</i>]]
-<i>netpbmfile</i>
+[<b>-saturation=</b>[<b>+</b>|<b>-</b>]<i>saturation_percent</i>]
+[<b>-value=</b>[<b>+</b>|<b>-</b>]<i>value_percent</i>]
+[<i>netpbmfile</i>]
 
 <p>Minimum unique abbreviation of option is acceptable.  You may use
 double hyphens instead of single hyphen to denote options.  You may use
@@ -32,6 +32,9 @@ the percentage change for each of those parameters.
 <p>You can also remap the colors of the pixels so their Values cover the full
 range of possible Values.
 
+<p>The input image is from the file named <i>netpbmfile</i>, or Standard
+Input if <i>netpbmfile</i> is not specified.
+  
 <p>The output format is the same as the input format and any extra channels,
 such as transparency, are passed through.
   
diff --git a/pbmtocis.html b/pbmtocis.html
index 62d482b3..3d84baa4 100644
--- a/pbmtocis.html
+++ b/pbmtocis.html
@@ -23,6 +23,11 @@ pbmtocis - convert a PBM image to a CompuServe RLE image
 <p><b>pbmtocis</b> reads a PBM image as input and produces a CompuServe
 RLE image as output.
 
+<p>A CompuServe RLE image can be either 128 x 96 pixels or 256 x 192 pixels.
+Anything in excess on the right or bottom is cropped.  If width or height
+is insufficient, padding is added on the right or bottom.  For better
+control of the size adjustment use <b>pamcut</b> or <b>pnmpad</b>.
+
 <h2 id="options">OPTIONS</h2>
 
 <p>In addition to the options common to all programs based on libnetpbm
@@ -45,8 +50,11 @@ pad with white pixels rather than black.
 <h2 id="seealso">SEE ALSO</h2>
 
 <a href="cistopbm.html">cistopbm</a>,
-<a href="pbm.html">pbm</a>,
-<a href="http://staticweb.rasip.fer.hr/research/compress/algorithms_run-length_coding.htm#examples">CompuServe RLE file format</a>
+<a href="pamcut.html">pamcut</a>,
+<a href="pnmpad.html">pnmpad</a>,
+<a href="pbm.html">pbm</a>
+<a href="https://web.archive.org/web/20140721001738/staticweb.rasip.fer.hr/research/compress/algorithms_run-length_coding.htm">CompuServe RLE file format</a>
+
 
 <h2 id="history">HISTORY</h2>