mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* 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>
12 lines
362 B
Markdown
12 lines
362 B
Markdown
# 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}}`
|