Linux command
pbmmake 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Create white bitmap
pbmmake -white [100] [100] > [white.pbm]
Create black bitmap
pbmmake -black [100] [100] > [black.pbm]
Create gray pattern
pbmmake -gray [100] [100] > [gray.pbm]
说明
pbmmake creates PBM images. Generates solid or pattern backgrounds. The tool makes blank bitmaps. Part of Netpbm.
参数
- -white
- White background.
- -black
- Black background.
- -gray
- Checkerboard pattern.
FAQ
What is the pbmmake command used for?
pbmmake creates PBM images. Generates solid or pattern backgrounds. The tool makes blank bitmaps. Part of Netpbm.
How do I run a basic pbmmake example?
Run `pbmmake -white [100] [100] > [white.pbm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -white do in pbmmake?
White background.