macptopbm, pbmtoxbm: edit pages; mdatopbm, mgrtopbm, pbmtomacp, pbmtomda, pbmtomgr, pbmtonokia: add pages (#12225)

This commit is contained in:
Juri Dispan
2024-02-09 15:28:23 +01:00
committed by GitHub
parent 9c497a9133
commit cd0b74ed2c
8 changed files with 98 additions and 4 deletions

17
pages/common/mdatopbm.md Normal file
View File

@@ -0,0 +1,17 @@
# mdatopbm
> Convert a Microdesign MDA file to a PBM image.
> See also: `pbmtomda`.
> More information: <https://netpbm.sourceforge.net/doc/mdatopbm.html>.
- Convert a MDA file to a PBM image:
`mdatopbm {{path/to/image.mda}} > {{path/to/output.pbm}}`
- Invert the colors in the input image:
`mdatopbm -i {{path/to/image.mda}} > {{path/to/output.pbm}}`
- Double the input image's height:
`mdatopbm -d {{path/to/image.mda}} > {{path/to/output.pbm}}`