summary refs log tree commit diff
path: root/pbmtoicon.html
blob: 6a6f760283709cff2c86c683a2f9c52227de650c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD><TITLE>Pbmtoicon User Manual</TITLE></HEAD>
<BODY>
<H1>pbmtoicon</H1>

<A HREF="#index">Table Of Contents</A>

<H2>NAME</H2>

pbmtoicon - convert a Sun icon image to PBM

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

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


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

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

<p><b>pbmtoicon</b> was obsoleted by <a
href="pbmtosunicon.html"><b>pbmtosunicon</b></a>, introduced with Netpbm 10.53
(December 2010).  <b>pbmtosunicon</b> is backward compatible with
<b>pbmtoicon</b>, plus adds additional functions, including the
ability to convert a Depth=8 Sun icon, producing a PGM image.

<p>Starting in Release 10.53, <b>pbmtoicon</b> is just an alias for
<b>pbmtosunicon</b>.

<p>The point of the name change is that there are many kinds of icons in the
world besides Sun icons, and in 2010, the Sun variety isn't even common.

<p>In releases before 10.53, you can use the <b>pbmtosunicon</b> documentation
for <b>pbmtoicon</b>, as long as you recognize that any change the
<b>pbmtosunicon</b> manual says happened in or after Netpbm 10.53 doesn't
apply to <b>pbmtoicon</b>.

</BODY>
</HTML>