Options (4)
booleanSpecify the dimensions of the output image in inches
Example:
pnmtops {{[-imagew|-imagewidth]}} {{imagewidth}} {{[-imageh|-imageheight]}} {{imageheight}} {{path/to/file.pnm}} > {{path/to/file.ps}}booleanSpecify the dimensions of the output image in inches
Example:
pnmtops {{[-imagew|-imagewidth]}} {{imagewidth}} {{[-imageh|-imageheight]}} {{imageheight}} {{path/to/file.pnm}} > {{path/to/file.ps}}-wbooleanSpecify the dimensions of the page the output image resides on in inches
Example:
pnmtops {{[-w|-width]}} {{width}} {{[-h|-height]}} {{height}} {{path/to/file.pnm}} > {{path/to/file.ps}}-hbooleanSpecify the dimensions of the page the output image resides on in inches
Example:
pnmtops {{[-w|-width]}} {{width}} {{[-h|-height]}} {{height}} {{path/to/file.pnm}} > {{path/to/file.ps}}Examples (3)
Convert a PNM image to a PS file
pnmtops path/to/file.pnm > path/to/file.psSpecify the dimensions of the output image in inches
pnmtops [-imagew|-imagewidth] imagewidth [-imageh|-imageheight] imageheight path/to/file.pnm > path/to/file.psSpecify 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.psmade by @shridhargupta | data from tldr-pages