diff --git a/pages/common/macptopbm.md b/pages/common/macptopbm.md new file mode 100644 index 0000000000..d0b7869b51 --- /dev/null +++ b/pages/common/macptopbm.md @@ -0,0 +1,20 @@ +# macptopbm + +> Read a MacPaint file as input and produce a PBM image as output. +> More information: . + +- Convert a MacPaint file into a PGM image: + +`macptopbm {{path/to/file.mac}}` + +- Skip over a specified number of bytes when reading the file: + +`macptopbm -extraskip {{N}}` + +- Suppress all informational messages: + +`macptopbm -quiet` + +- Display version: + +`macptopbm -version`