← 返回命令列表

Linux command

pamstack 命令

文本

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

常用示例

Stack images as layers

pamstack [red.pgm] [green.pgm] [blue.pgm] > [rgb.pam]

Stack with alpha channel

pamstack [image.ppm] [alpha.pgm] > [rgba.pam]

说明

pamstack combines multiple single-plane images into a multi-plane PAM. Creates RGB from separate R, G, B files or adds alpha channel. Part of Netpbm toolkit.

参数

-tupletype _type_
Output tuple type.

FAQ

What is the pamstack command used for?

pamstack combines multiple single-plane images into a multi-plane PAM. Creates RGB from separate R, G, B files or adds alpha channel. Part of Netpbm toolkit.

How do I run a basic pamstack example?

Run `pamstack [red.pgm] [green.pgm] [blue.pgm] > [rgb.pam]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -tupletype _type_ do in pamstack?

Output tuple type.