diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2011-01-31 00:29:38 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2011-01-31 00:29:38 +0000 |
commit | 7a9f6fff2106842bc75588da54468d7f2e7fbb5a (patch) | |
tree | 18e560dee91312844721ee34fb0d8b28f10ed893 /pbmtoicon.html | |
parent | e5f6a9287c73ca7f9c6c74ec524011e3b7772af6 (diff) | |
download | netpbm-mirror-7a9f6fff2106842bc75588da54468d7f2e7fbb5a.tar.gz netpbm-mirror-7a9f6fff2106842bc75588da54468d7f2e7fbb5a.tar.xz netpbm-mirror-7a9f6fff2106842bc75588da54468d7f2e7fbb5a.zip |
Add new pbmtoicon.html
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1401 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pbmtoicon.html')
-rw-r--r-- | pbmtoicon.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/pbmtoicon.html b/pbmtoicon.html new file mode 100644 index 00000000..88f752d6 --- /dev/null +++ b/pbmtoicon.html @@ -0,0 +1,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 Neptbm 10.53 doesn't +apply to <b>pbmtoicon</b>. + +</BODY> +</HTML> + + + + |