LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pbmtoicon

converts PBM bitmaps to Sun icon format used by older Sun workstations

TLDR

Convert PBM to Sun icon format
$ pbmtoicon [input.pbm] > [output.icon]
copy

SYNOPSIS

pbmtoicon [file]

DESCRIPTION

pbmtoicon converts PBM bitmaps to Sun icon format used by older Sun workstations. Part of Netpbm toolkit.

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

SEE ALSO

Copied to clipboard
Kai