macptopbm, pbmtoxbm: edit pages; mdatopbm, mgrtopbm, pbmtomacp, pbmtomda, pbmtomgr, pbmtonokia: add pages (#12225)
This commit is contained in:
17
pages/common/pbmtomda.md
Normal file
17
pages/common/pbmtomda.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# pbmtomda
|
||||
|
||||
> Convert a PBM image to a Microdesign MDA file.
|
||||
> See also: `mdatopbm`.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/pbmtomda.html>.
|
||||
|
||||
- Convert a PBM image to a MDA file:
|
||||
|
||||
`pbmtomda {{path/to/image.pbm}} > {{path/to/output.mda}}`
|
||||
|
||||
- Invert the colors in the input image:
|
||||
|
||||
`pbmtomda -i {{path/to/image.pbm}} > {{path/to/output.mda}}`
|
||||
|
||||
- Halve the input image's height:
|
||||
|
||||
`pbmtomda -d {{path/to/image.pbm}} > {{path/to/output.mda}}`
|
Reference in New Issue
Block a user