LinuxCommandLibrary

icontopbm

converts a Sun icon file to PBM format

TLDR

Convert icon to PBM
$ icontopbm [file.icon] > [output.pbm]
copy
Convert from stdin
$ cat [file.icon] | icontopbm > [output.pbm]
copy

SYNOPSIS

icontopbm [iconfile]

DESCRIPTION

icontopbm converts a Sun icon file to PBM (Portable Bitmap) format. Part of the Netpbm package of graphics manipulation tools. Reads from stdin if no file is specified.

SEE ALSO

pbmtoicon(1), netpbm(1)

Copied to clipboard