LinuxCommandLibrary

gemtopnm

Convert a GEM image file into a PNM image.

TLDR

Convert a GEM image file to a PNM image

$ gemtopbm [path/to/file.img] > [path/to/output.pbm]
copy


Describe the contents of the specified GEM image
$ gemtopbm -d [path/to/file.img]
copy


Display version
$ gemtopbm -version
copy

Copied to clipboard