2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pnmmargin {{[-c|-color]}} {{color}} {{size}} {{path/to/image.pnm}} > {{path/to/output.pnm}}`
|