summary refs log tree commit diff
path: root/411toppm.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 /411toppm.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 '411toppm.html')
-rw-r--r--411toppm.html73
1 files changed, 73 insertions, 0 deletions
diff --git a/411toppm.html b/411toppm.html
new file mode 100644
index 00000000..e4156b53
--- /dev/null
+++ b/411toppm.html
@@ -0,0 +1,73 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML><HEAD><TITLE>411toppm User Manual</TITLE></HEAD>
+<BODY>
+<H1>411toppm</H1>
+Updated: 03 March 2001
+<BR>
+<A HREF="#index">Table Of Contents</A>
+
+<A NAME="ixAAB"></A>
+<A NAME="lbAB">&nbsp;</A>
+<H2>NAME</H2>
+411toppm - convert Sony Mavica .411 image to PPM
+<A NAME="lbAC">&nbsp;</A>
+<H2>SYNOPSIS</H2>
+
+<B>411toppm</B>
+[<B>-width </B><I>width</I>]
+[<B>-height </B><I>height</I>]
+[<I>411file</I>]
+
+<P>
+All options may be abbreviated to the shortest unique prefix.
+
+<A NAME="lbAD">&nbsp;</A>
+<H2>DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
+<p> <b>411toppm</b> reads a .411 file, such as from a Sony Mavic
+camera, and converts it to a PPM image as output.
+
+<P>
+Output is to Standard Output.
+<P>
+The originator of this program and decipherer of the .411 format,
+Steve Allen
+&lt;<A HREF="mailto:sla@alumni.caltech.edu">sla@alumni.caltech.edu</A>&gt;,
+has this to say about the
+utility of this program: &quot;There's so little image in a 64x48 thumbnail
+(especially when you have the full size JPG file) that the only point
+in doing this was to answer the implicit challenge posed by the manual
+stating that only the camera can use these files.&quot;
+
+<A NAME="lbAE">&nbsp;</A>
+<H2>OPTIONS</H2>
+
+<DL COMPACT>
+<DT><B>-width</B>
+
+<DD>
+The width (number of columns) of the input image.  Default is 64.
+<DT><B>-height</B>
+
+<DD>
+The height (number of rows) of the input image.  Default is 48.
+</DL>
+
+<A NAME="lbAF">&nbsp;</A>
+<H2>SEE ALSO</H2>
+
+<B><A HREF="ppm.html">ppm</A></B>
+
+<HR>
+<A NAME="index">&nbsp;</A><H2>Table Of Contents</H2>
+<UL>
+<LI><A HREF="#lbAB">NAME</A>
+<LI><A HREF="#lbAC">SYNOPSIS</A>
+<LI><A HREF="#lbAD">DESCRIPTION</A>
+<LI><A HREF="#lbAE">OPTIONS</A>
+<LI><A HREF="#lbAF">SEE ALSO</A>
+</UL>
+</BODY>
+</HTML>