1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages/common/pnmmargin.md
Antti Savolainen e1d44b5166 batch3
2025-03-28 18:12:09 +02:00

371 B

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 {{[-c|-color]}} {{color}} {{size}} {{path/to/image.pnm}} > {{path/to/output.pnm}}