Linux command
pbmtoplot 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert a PBM image to Unix plot format
pbmtoplot [input.pbm] > [output.plot]
Convert from stdin
cat [input.pbm] | pbmtoplot > [output.plot]
说明
pbmtoplot reads a PBM image as input and produces a Unix plot(5) format file as output. The plot format was a device-independent vector graphics format used for output to plotters and other graphics devices. If no input file is specified, the program reads from standard input. The output is always written to standard output. There is no reverse conversion tool (plottopbm does not exist). Part of the Netpbm toolkit.
FAQ
What is the pbmtoplot command used for?
pbmtoplot reads a PBM image as input and produces a Unix plot(5) format file as output. The plot format was a device-independent vector graphics format used for output to plotters and other graphics devices. If no input file is specified, the program reads from standard input. The output is always written to standard output. There is no reverse conversion tool (plottopbm does not exist). Part of the Netpbm toolkit.
How do I run a basic pbmtoplot example?
Run `pbmtoplot [input.pbm] > [output.plot]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more pbmtoplot examples?
This page includes 2 examples for pbmtoplot, plus related commands for nearby Linux tasks.