Linux command
pbmtoepsi 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert PBM to EPSI format
pbmtoepsi [input.pbm] > [output.epsi]
Output only bounding box comments
pbmtoepsi -bbonly [input.pbm] > [output.epsi]
Specify output resolution
pbmtoepsi -dpi [300] [input.pbm] > [output.epsi]
说明
pbmtoepsi converts PBM bitmaps to Encapsulated PostScript Interchange (EPSI) format. EPSI includes a low-resolution preview bitmap that non-PostScript applications can display while keeping a full-resolution PostScript representation for printing. Part of the Netpbm toolkit.
参数
- -bbonly
- Create only a bounding box comment; do not include the image preview.
- -dpi _NxN_
- Output device resolution in dots per inch (default 72). Use "NxM" to specify horizontal and vertical resolutions separately.
- -quiet
- Suppress informational messages (common libnetpbm option).
FAQ
What is the pbmtoepsi command used for?
pbmtoepsi converts PBM bitmaps to Encapsulated PostScript Interchange (EPSI) format. EPSI includes a low-resolution preview bitmap that non-PostScript applications can display while keeping a full-resolution PostScript representation for printing. Part of the Netpbm toolkit.
How do I run a basic pbmtoepsi example?
Run `pbmtoepsi [input.pbm] > [output.epsi]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -bbonly do in pbmtoepsi?
Create only a bounding box comment; do not include the image preview.