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

597 B

pnmtops

Convert a PNM image to a PostScript file. More information: https://netpbm.sourceforge.net/doc/pnmtops.html.

  • Convert a PNM image to a PS file:

pnmtops {{path/to/file.pnm}} > {{path/to/file.ps}}

  • Specify the dimensions of the output image in inches:

pnmtops {{[-imagew|-imagewidth]}} {{imagewidth}} {{[-imageh|-imageheight]}} {{imageheight}} {{path/to/file.pnm}} > {{path/to/file.ps}}

  • Specify the dimensions of the page the output image resides on in inches:

pnmtops {{[-w|-width]}} {{width}} {{[-h|-height]}} {{height}} {{path/to/file.pnm}} > {{path/to/file.ps}}