Linux command
imgtoppm 命令
文件
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
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.