LinuxCommandLibrary

pbmtogem

Read a PBM image as input and produce a compressed GEM .img file as output.

TLDR

Convert a PBM image into a GEM .img file

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


Suppress all informational messages
$ pbmtogem -quiet
copy


Display version
$ pbmtogem -version
copy

Copied to clipboard