LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gemtopnm

GEM IMG to PNM converter

TLDR

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

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
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