summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-06-28 07:40:43 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-06-28 07:40:43 +0000
commit0b340b2d06c7e0d0c023cb27212e8321df1383cd (patch)
treed3f2d432b401c1b57a68a95e30ffa02a2118b74f
parent5111fa2e7f490d7d34ae95b5a412e5a8a313a938 (diff)
downloadnetpbm-mirror-0b340b2d06c7e0d0c023cb27212e8321df1383cd.tar.gz
netpbm-mirror-0b340b2d06c7e0d0c023cb27212e8321df1383cd.tar.xz
netpbm-mirror-0b340b2d06c7e0d0c023cb27212e8321df1383cd.zip
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@340 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pamtooctaveimg.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/pamtooctaveimg.html b/pamtooctaveimg.html
index 095f79a8..16d0b28b 100644
--- a/pamtooctaveimg.html
+++ b/pamtooctaveimg.html
@@ -56,6 +56,7 @@ specify <i>netpbmfile</i>, the input is from Standard Input.
 <h2 id="examples">Examples</h2>
 
 <p>
+<pre>
 <kbd>
    % pamtooctaveimg myimage.ppm > myimage.img
    % octave
@@ -71,6 +72,7 @@ specify <i>netpbmfile</i>, the input is from Standard Input.
    > [newimg,newmap] = rgb2ind(r,b,g);   # Swap the blue and green channels.
    > saveimage("newimage.ppm", newimg, "ppm", newmap);  # Save as a PPM file.
 </kbd>
+</pre>
 
 
 <h2 id="notes">NOTES</h2>
@@ -90,6 +92,11 @@ specify <i>netpbmfile</i>, the input is from Standard Input.
 href="http://www.gnu.org/software/octave/doc/interpreter/index.html"><b>octave</b></a>,
 <a href="pam.html"><b>pam</b></a>.</p>
 
+<h2><a id="author">AUTHOR</a></h2> 
+
+<p>Copyright (C) 2007 Scott Pakin,
+<a href="mailto:scott+pbm@pakin.org">scott+pbm@pakin.org</a>.</p>
+
 <hr />
 
 <h2 id="index">Table Of Contents</h2>
@@ -101,6 +108,7 @@ href="http://www.gnu.org/software/octave/doc/interpreter/index.html"><b>octave</
 <li><a href="#notes">NOTES</a></li>
 <li><a href="#history">HISTORY</a></li>
 <li><a href="#seealso">SEE ALSO</a></li>
+<li><a href="#author">AUTHOR</a></li>
 </ul>
 </body>
 </html>