LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mgrtopbm

converts MGR window system bitmap format to PBM

TLDR

Convert MGR bitmap to PBM
$ mgrtopbm [input.mgr] > [output.pbm]
copy

SYNOPSIS

mgrtopbm [file]

DESCRIPTION

mgrtopbm converts MGR window system bitmap format to PBM. MGR was a windowing system developed at Bellcore in the late 1980s. 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