← 返回命令列表

Linux command

pbmmask 命令

文本

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

常用示例

Create mask from bitmap edges

pbmmask [input.pbm] > [output.pbm]

Expand mask by pixels

pbmmask -expand [2] [input.pbm] > [output.pbm]

说明

pbmmask creates a mask bitmap from the outline of shapes in a PBM image. Useful for creating selection masks or outlines. Part of Netpbm toolkit.

参数

-expand _n_
Expand mask by n pixels.

FAQ

What is the pbmmask command used for?

pbmmask creates a mask bitmap from the outline of shapes in a PBM image. Useful for creating selection masks or outlines. Part of Netpbm toolkit.

How do I run a basic pbmmask example?

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

What does -expand _n_ do in pbmmask?

Expand mask by n pixels.