pnmmargin, pnmmontage, pnmnlfilt, pnmnorm, pnmpad, pnmpaste: add pages (#12187)

* pnmmargin, pnmmontage, pnmnlfilt, pnmnorm, pnmpad, pnmpaste: add pages

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
This commit is contained in:
Juri Dispan
2024-02-09 14:53:54 +01:00
committed by GitHub
parent 2df868402a
commit 95e6753d3e
6 changed files with 106 additions and 0 deletions

12
pages/common/pnmmargin.md Normal file
View File

@@ -0,0 +1,12 @@
# pnmmargin
> Add a border to a PNM image.
> More information: <https://netpbm.sourceforge.net/doc/pnmmargin.html>.
- Add a border of the specified size to a PNM image:
`pnmmargin {{size}} {{path/to/image.pnm}} > {{path/to/output.pnm}}`
- Specify the color of the border:
`pnmmargin -color {{color}} {{size}} {{path/to/image.pnm}} > {{path/to/output.pnm}}`