mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
c249538169
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
380 B
380 B
pnmtorast
Convert a PNM file to a Sun rasterfile. More information: https://netpbm.sourceforge.net/doc/pnmtorast.html.
- Convert a PNM image to a RAST image:
pnmtorast {{path/to/input.pnm}} > {{path/to/output.rast}}
- Force either
RT_STANDARDorRT_BYTE_ENCODEDform for the output:
pnmtorast -{{standard|rle}} {{path/to/input.pnm}} > {{path/to/output.rast}}