about summary refs log tree commit diff
path: root/pamtooctaveimg.html
diff options
context:
space:
mode:
Diffstat (limited to 'pamtooctaveimg.html')
-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>