pnmpad(1) | General Commands Manual | pnmpad(1) |
pnmpad - add borders to portable anymap
pnmpad [-verbose] [-white|-black]
[[[-width=width [-halign=ratio]] |
[-left=leftpad] [-right=rightpad]]]
[[[-height=height [-valign=ratio]] |
[-top=toppad] [-bottom=botpad]]]
[pnmfile]
All options can be abbreviated to their shortest unique prefix. You may use two hyphens instead of one to designate an option. You may use either white space or an equals sign between an option name and its value.
Reads a PNM image as input. Outputs a PNM image that is the input image plus black or white borders of the sizes specified.
If you just need to convert an image to a certain size regardless of the original dimensions, pnmcut with the -pad option may be a better choice.
-verbose
-white
-black (default)
-left leftpad
-right rightpad
-top toppad
-bottom bottompad
-width width
-height height
-halign ratio
Useful values:
-valign ratio
Useful values:
Copyright (C) 2002 by Martin van Beilen
Copyright (C) 1990 by Angus Duggan
Copyright (C) 1989 by Jef Poskanzer.
Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. This software is provided "as is" without express or implied warranty.
26 January 2002 |