Linux command
psidtopgm 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert PostScript image to PGM
psidtopgm [width] [height] [bits] [input.ps] > [output.pgm]
说明
psidtopgm extracts a grayscale image from a PostScript image data operator output and converts to PGM. Part of Netpbm toolkit.
FAQ
What is the psidtopgm command used for?
psidtopgm extracts a grayscale image from a PostScript image data operator output and converts to PGM. Part of Netpbm toolkit.
How do I run a basic psidtopgm example?
Run `psidtopgm [width] [height] [bits] [input.ps] > [output.pgm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.