← 返回命令列表

Linux command

pbmreduce 命令

文本

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

常用示例

Reduce bitmap by factor

pbmreduce [4] [input.pbm] > [output.pbm]

Reduce with Floyd-Steinberg dithering

pbmreduce -floyd [4] [input.pbm] > [output.pbm]

说明

pbmreduce reduces PBM bitmap size by an integer factor. Can use threshold or dithering for the reduction. Part of Netpbm toolkit.

参数

-floyd
Use Floyd-Steinberg dithering.
-threshold
Use simple threshold (default).

FAQ

What is the pbmreduce command used for?

pbmreduce reduces PBM bitmap size by an integer factor. Can use threshold or dithering for the reduction. Part of Netpbm toolkit.

How do I run a basic pbmreduce example?

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

What does -floyd do in pbmreduce?

Use Floyd-Steinberg dithering.