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