Linux command
rletopnm 命令
文本
Uses pipes, overwrite, or deletion. Check paths and options first.
命令示例
Convert Utah RLE to PNM
rletopnm [input.rle] > [output.pnm]
Verbose output
rletopnm -verbose [input.rle] > [output.pnm]
说明
rletopnm converts Utah RLE (Run Length Encoded) images to PNM format. Utah RLE is part of the Utah Raster Toolkit. Part of Netpbm toolkit.
参数
- -verbose
- Print image information.
- -headerdump
- Dump RLE header information.
FAQ
What is the rletopnm command used for?
rletopnm converts Utah RLE (Run Length Encoded) images to PNM format. Utah RLE is part of the Utah Raster Toolkit. Part of Netpbm toolkit.
How do I run a basic rletopnm example?
Run `rletopnm [input.rle] > [output.pnm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -verbose do in rletopnm?
Print image information.