← 返回命令列表

Linux command

brushtopbm 命令

文件

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Convert a deskjet brush file

brushtopbm [brushfile] > [output.pbm]

Convert from stdin

cat [brushfile] | brushtopbm > [output.pbm]

Convert brush to PNG

brushtopbm [brushfile] | pnmtopng > [output.png]

说明

brushtopbm reads a deskjet brush file and produces a PBM (Portable BitMap) image as output. This is part of the Netpbm package of image manipulation utilities. Brush files were used by certain HP DeskJet printer utilities for custom brush patterns. This converter allows extracting these patterns as standard bitmap images. If no file is specified, the program reads from standard input. Output is written to standard output.

FAQ

What is the brushtopbm command used for?

brushtopbm reads a deskjet brush file and produces a PBM (Portable BitMap) image as output. This is part of the Netpbm package of image manipulation utilities. Brush files were used by certain HP DeskJet printer utilities for custom brush patterns. This converter allows extracting these patterns as standard bitmap images. If no file is specified, the program reads from standard input. Output is written to standard output.

How do I run a basic brushtopbm example?

Run `brushtopbm [brushfile] > [output.pbm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more brushtopbm examples?

This page includes 3 examples for brushtopbm, plus related commands for nearby Linux tasks.