Linux command
pnmalias 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Anti-alias image edges
pnmalias [input.pnm] > [output.pnm]
Specify background color
pnmalias -bgcolor [white] [input.pnm] > [output.pnm]
说明
pnmalias anti-aliases edges in PNM images by smoothing transitions between foreground and background colors. Part of Netpbm toolkit.
参数
- -bgcolor _color_
- Background color for anti-aliasing.
- -fgcolor _color_
- Foreground color.
FAQ
What is the pnmalias command used for?
pnmalias anti-aliases edges in PNM images by smoothing transitions between foreground and background colors. Part of Netpbm toolkit.
How do I run a basic pnmalias example?
Run `pnmalias [input.pnm] > [output.pnm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -bgcolor _color_ do in pnmalias?
Background color for anti-aliasing.