Linux command
pamcomp 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Composite images
pamcomp [overlay.pam] [base.pam] > [output.pam]
With transparency
pamcomp -alpha=[mask.pgm] [overlay.pam] [base.pam] > [output.pam]
Specify position
pamcomp -xoff=[100] -yoff=[50] [overlay.pam] [base.pam] > [output.pam]
说明
pamcomp composites two images. Overlays with transparency support. The tool combines PAM/PNM images. Part of Netpbm.
参数
- -alpha _FILE_
- Alpha mask file.
- -xoff _PIXELS_
- X offset.
- -yoff _PIXELS_
- Y offset.
- -align _POS_
- Alignment position.
FAQ
What is the pamcomp command used for?
pamcomp composites two images. Overlays with transparency support. The tool combines PAM/PNM images. Part of Netpbm.
How do I run a basic pamcomp example?
Run `pamcomp [overlay.pam] [base.pam] > [output.pam]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -alpha _FILE_ do in pamcomp?
Alpha mask file.