LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pbmtonokia

converts PBM bitmaps to various Nokia phone formats for logos and graphics

TLDR

Convert PBM to Nokia format
$ pbmtonokia [input.pbm] > [output.nok]
copy
Specify output format
$ pbmtonokia -fmt [ngg] [input.pbm] > [output.ngg]
copy

SYNOPSIS

pbmtonokia [options] [file]

DESCRIPTION

pbmtonokia converts PBM bitmaps to various Nokia phone formats for logos and graphics. Part of Netpbm toolkit.

PARAMETERS

-fmt type

Output format (nol, ngg, npm, hx).

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