Linux command
pbmreduce 命令
文本
Uses pipes, overwrite, or deletion. Check paths and options first.
命令示例
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.