Linux command
pbmtoescp2 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert PBM to Epson ESC/P2 format
pbmtoescp2 [input.pbm] > [output.escp2]
Specify resolution
pbmtoescp2 -resolution [360] [input.pbm] > [output.escp2]
说明
pbmtoescp2 converts PBM bitmaps to Epson ESC/P2 printer format. ESC/P2 is used by modern inkjet printers. Part of Netpbm toolkit.
参数
- -resolution _n_
- Print resolution (180, 360, 720).
- -compress
- Enable compression.
FAQ
What is the pbmtoescp2 command used for?
pbmtoescp2 converts PBM bitmaps to Epson ESC/P2 printer format. ESC/P2 is used by modern inkjet printers. Part of Netpbm toolkit.
How do I run a basic pbmtoescp2 example?
Run `pbmtoescp2 [input.pbm] > [output.escp2]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -resolution _n_ do in pbmtoescp2?
Print resolution (180, 360, 720).