76 lines
1.9 KiB
HTML
76 lines
1.9 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of bmptopnm</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>bmptopnm</H1>
|
|
Section: User Commands (1)<BR>Updated: 17 February 2002<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
bmptopnm - convert a BMP file into a portable anymap
|
|
<P>
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>bmptopnm</B>
|
|
|
|
[<I>bmpfile</I>]
|
|
|
|
<P>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
Reads a Microsoft Windows or OS/2 BMP file as input.
|
|
Produces a PBM, PGM, or PNM image as output. If the input is colormapped
|
|
and contains only black and white, the output is PBM. If the input is
|
|
colormapped and contains only black white and gray, the output is PGM.
|
|
Otherwise, the output is PPM.
|
|
<P>
|
|
This program cannot convert BMP files with compressed (run length encoded)
|
|
image data. It recognizes the compression and issues an error message.
|
|
<P>
|
|
This program cannot convert BMP files with 16 bits per pixel (only because
|
|
the author did not have a complete specification for them). It recognizes
|
|
the format and issues an error message.
|
|
<P>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+ppmtobmp">ppmtobmp</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+ppmtowinicon">ppmtowinicon</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?5+ppm">ppm</A></B>(5)
|
|
|
|
<P>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
Copyright (C) 1992 by David W. Sanderson.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">SEE ALSO</A><DD>
|
|
<DT id="5"><A HREF="#lbAF">AUTHOR</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:08 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|