返回命令列表

Linux command

pamnoraw 命令

文本

Uses pipes, overwrite, or deletion. Check paths and options first.

命令示例

Convert PNM image to

pamnoraw [input.ppm] > [output.ppm]

说明

pamnoraw converts binary (raw) PNM images to plain (ASCII) format. Plain format is human-readable but much larger. Equivalent to running `pamtopnm -plain`. Note that PAM images have no plain format, so this tool only operates on PBM, PGM, and PPM inputs. Part of the Netpbm toolkit.

FAQ

What is the pamnoraw command used for?

pamnoraw converts binary (raw) PNM images to plain (ASCII) format. Plain format is human-readable but much larger. Equivalent to running `pamtopnm -plain`. Note that PAM images have no plain format, so this tool only operates on PBM, PGM, and PPM inputs. Part of the Netpbm toolkit.

How do I run a basic pamnoraw example?

Run `pamnoraw [input.ppm] > [output.ppm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.