LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

sunicontopnm

Convert Sun icon images to PNM format

TLDR

Convert Sun icon to PNM (writes to stdout)
$ sunicontopnm [input.icon] > [output.pnm]
copy
Convert from stdin
$ sunicontopnm < [input.icon] > [output.pnm]
copy

SYNOPSIS

sunicontopnm [iconfile]

DESCRIPTION

sunicontopnm reads a Sun icon-format image (the monochrome icon format used historically on SunOS workstations) and writes a corresponding PBM (or PNM) image to standard output. If no input file is given, the icon is read from standard input.The output is always monochrome since Sun icons store only black-and-white pixels. This program is part of the Netpbm toolkit, which provides building blocks for image-format conversion pipelines.

INSTALL

sudo apt install netpbm
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

CAVEATS

Sun icon files are an obsolete format. The tool is mainly useful for archival conversions. The complementary tool, pbmtosunicon, performs the reverse conversion from PBM to Sun icon format.

HISTORY

Part of the Netpbm package. The Sun icon format dates from the SunView/NeWS era of SunOS in the 1980s; the converter has been part of pbmplus / Netpbm since the early 1990s.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid