sunicontopnm

Updated: 23 October 2010
Table Of Contents

NAME

sunicontopnm - convert a Sun icon into a Netpbm image

SYNOPSIS

sunicontopnm [iconfile]

DESCRIPTION

This program is part of Netpbm.

sunicontopnm reads a Sun icon as input and produces a PBM or PGM image as output.

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.

SEE ALSO

pbmtoicon, winicontoppm, xpmtoppm, infotopam, pbm pbm

HISTORY

Jef Poskanzer wrote the program under the name icontopbm in 1988.

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

Netpbm 10.53 (December 2010) renamed the program to sunicontopnm. 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).

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.


Table Of Contents