返回命令列表

Linux command

imgtoppm 命令

文件

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

命令示例

Convert IMG to PPM

imgtoppm [file.img] > [output.ppm]

Convert from stdin

cat [file.img] | imgtoppm > [output.ppm]

说明

imgtoppm converts an Img-whatnot image file to PPM (Portable Pixmap) format. Part of the Netpbm package of graphics manipulation tools. Reads from stdin if no file is specified.

FAQ

What is the imgtoppm command used for?

imgtoppm converts an Img-whatnot image file to PPM (Portable Pixmap) format. Part of the Netpbm package of graphics manipulation tools. Reads from stdin if no file is specified.

How do I run a basic imgtoppm example?

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

Where can I find more imgtoppm examples?

This page includes 2 examples for imgtoppm, plus related commands for nearby Linux tasks.