Linux command
hipstopgm 命令
网络
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert HIPS file to PGM
hipstopgm [file.hip] > [output.pgm]
Convert from stdin
cat [file.hip] | hipstopgm > [output.pgm]
说明
hipstopgm converts a HIPS (Human Information Processing Laboratory, NYU) image file to PGM (Portable Graymap) format. Part of the Netpbm package of graphics manipulation tools. If the HIPS file contains multiple frames, they are concatenated vertically in the output. The tool has no command-specific options beyond standard Netpbm options.
FAQ
What is the hipstopgm command used for?
hipstopgm converts a HIPS (Human Information Processing Laboratory, NYU) image file to PGM (Portable Graymap) format. Part of the Netpbm package of graphics manipulation tools. If the HIPS file contains multiple frames, they are concatenated vertically in the output. The tool has no command-specific options beyond standard Netpbm options.
How do I run a basic hipstopgm example?
Run `hipstopgm [file.hip] > [output.pgm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more hipstopgm examples?
This page includes 2 examples for hipstopgm, plus related commands for nearby Linux tasks.