logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pad PNM Image - Add Borders | Online Free DevTools by Hexmos

Add borders to PNM image with pnmpad. Pad images to specified dimensions and control border colors for image editing. Free online tool, no registration required.

pnmpad

Add borders to a PNM image. See also: pnmmargin, pamcut, pamcomp. More information: https://netpbm.sourceforge.net/doc/pnmpad.html.

  • Add borders of the specified sizes to the image:

pnmpad {{[-l|-left]}} {{100}} {{[-ri|-right]}} {{150}} {{[-t|-top]}} {{123}} {{[-bo|-bottom]}} {{456}} {{path/to/image.pnm}} > {{path/to/output.pnm}}

  • Pad the image to the specified size:

pnmpad {{[-wi|-width]}} {{1000}} {{[-he|-height]}} {{500}} {{path/to/image.pnm}} > {{path/to/output.pnm}}

  • Pad the width of the image to the specified size, controlling the ratio between right and left padding:

pnmpad {{[-wi|-width]}} {{1000}} {{[-ha|-halign]}} {{0.7}} {{path/to/image.pnm}} > {{path/to/output.pnm}}

  • Pad the width of the image using the specified color:

pnmpad {{[-wi|-width]}} {{1000}} {{[-c|-color]}} {{red}} {{path/to/image.pnm}} > {{path/to/output.pnm}}

See Also