diff --git a/pages/common/pbmtogem.md b/pages/common/pbmtogem.md new file mode 100644 index 0000000000..f9c7a52c3e --- /dev/null +++ b/pages/common/pbmtogem.md @@ -0,0 +1,17 @@ +# pbmtogem + +> Read a PBM image as input and produce a compressed GEM .img file as output. +> `pbmtogem` cannot compress repeated lines. +> More information: . + +- Convert a PBM image into a GEM .img file: + +`pbmtogem {{path/to/file.pbm}} > {{path/to/file.img}}` + +- Suppress all informational messages: + +`pbmtogem -quiet` + +- Display version: + +`pbmtogem -version`