Linux command
sirtopnm 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert
sirtopnm [input.sir] > [output.pnm]
Convert
sirtopnm [input.sir] | pnmtopng > [output.png]
说明
sirtopnm reads a Solitaire Image Recorder file (`.sir`) as input and produces a PNM (Portable Any Map) image as output on standard output. The Solitaire Image Recorder was a high-resolution film recorder used for producing slides and transparencies from digital images. If no input file is specified, sirtopnm reads from standard input. The output format (PBM, PGM, or PPM) depends on the content of the input image. This tool is part of the Netpbm toolkit, a collection of image manipulation utilities for converting between various image formats.
FAQ
What is the sirtopnm command used for?
sirtopnm reads a Solitaire Image Recorder file (`.sir`) as input and produces a PNM (Portable Any Map) image as output on standard output. The Solitaire Image Recorder was a high-resolution film recorder used for producing slides and transparencies from digital images. If no input file is specified, sirtopnm reads from standard input. The output format (PBM, PGM, or PPM) depends on the content of the input image. This tool is part of the Netpbm toolkit, a collection of image manipulation utilities for converting between various image formats.
How do I run a basic sirtopnm example?
Run `sirtopnm [input.sir] > [output.pnm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more sirtopnm examples?
This page includes 2 examples for sirtopnm, plus related commands for nearby Linux tasks.