Blob Blame History Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD><TITLE>Sunicontopnm User Manual</TITLE></HEAD>
<BODY>
<H1>sunicontopnm</H1>
Updated: 23 October 2010
<BR>
<A HREF="#index">Table Of Contents</A>

<H2>NAME</H2>
sunicontopnm - convert a Sun icon into a Netpbm image


<H2 id="synopsis">SYNOPSIS</H2>

<B>sunicontopnm</B>
[<I>iconfile</I>]


<H2 id="description">DESCRIPTION</H2>

<p>This program is part of <a href="index.html">Netpbm</a>.

<p><b>sunicontopnm</b> reads a Sun icon as input and produces a PBM or PGM
image as output.

<p>If the input is of the Depth=8 variety, the output is PGM.  Otherwise,
it is PBM.  Before Netpbm 10.53 (December 2010), the program would not work
on a Depth=8 icon.

<p>If the input is color, the output is still PGM (the program can't do
any better because developers haven't figured out how).  If you know the
palette used by the Sun icon image, you can use <b>pamlookup</b> to
convert the PGM output to the proper color Netpbm image.


<h2 id="sunicons">ABOUT SUN ICONS</h2>

<p>It seems that this icon format was used in Sunview and was usable in its
successor Openlook/Openwindows in Sun 4.1.1, which offered backward
compatibility for Sunview, including the icons.  Sunview's desktop was
monochrome.  OpenWindows had color icons.  Sun 4 came with OpenWindows.
OpenWindows appears to have been an X-based gui so presumably the icons were
mostly XPM files.

<p>So in addition to <b>sunicontopnm</b>, you should try <b>xpmtoppm</b> and
<b>xbmtopbm</b> on icons from a Sun Workstation.


<H2 id="seealso">SEE ALSO</H2>

<A HREF="pbmtosunicon.html">pbmtosunicon</A>,
<A HREF="winicontoppm.html">winicontoppm</A>,
<A HREF="xpmtoppm.html">xpmtoppm</A>,
<A HREF="xbmtopbm.html">xbmtopbm</A>,
<A HREF="infotopam.html">infotopam</A>,
<A HREF="pbm.html">pbm</A>
<A HREF="pgm.html">pgm</A>

<H2 id="history">HISTORY</H2>

<p>Jef Poskanzer wrote the program under the name <b>icontopbm</b> in 1988.

<p>In October 2010, Prophet Of The Way (afu@wta.att.ne.jp) converted it to use
the more recent "packed PBM" library functions, thus speeding it up

<P>Netpbm 10.53 (December 2010) renamed the program to <b>sunicontopnm</b>.
This name reflects the fact that there are lots of kinds of icons in the world
besides the Sun variety, Windows ones being most popular.  It also takes
into account the new Depth=8 capability (see below).

<p>Netpbm 10.53 (December 2010) added the ability to work with Depth=8
icon input and input with 32 bit "items."  Whereas the previous
program always produced PBM output, the new program produced PGM in the
Depth=8 case.

<HR>
<H2 id="index">Table Of Contents</H2>
<UL>
<LI><A HREF="#synopsis">SYNOPSIS</A>
<LI><A HREF="#description">DESCRIPTION</A>
<LI><A HREF="#seealso">SEE ALSO</A>
<LI><A HREF="#history">HISTORY</A>
</UL>
</BODY>
</HTML>