gemtopnm

GEM IMG to PNM converter

TLDR

Convert GEM IMG to PNM
$ gemtopnm [input.img] > [output.pnm]

SYNOPSIS

gemtopnm [input]

DESCRIPTION

gemtopnm converts GEM IMG format images to PNM (Portable Any Map) format. Handles both monochrome and color GEM images.

INSTALL

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

SEE ALSO

gemtopbm(1)