← 返回命令列表

Linux command

pamundice 命令

文件

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

常用示例

Reassemble tiled images

pamundice -across=[4] -down=[3] -listfile=[tiles.txt] > [output.pam]

With naming pattern

pamundice -across=[4] -down=[3] tile%02d_%02d.pam > [output.pam]

说明

pamundice reassembles tiled images. Reverse of pamdice operation. The tool combines image tiles. Part of Netpbm.

参数

-across _N_
Tiles across.
-down _N_
Tiles down.
-listfile _FILE_
File listing tile names.
-hoverlap _PIXELS_
Horizontal overlap.
-voverlap _PIXELS_
Vertical overlap.

FAQ

What is the pamundice command used for?

pamundice reassembles tiled images. Reverse of pamdice operation. The tool combines image tiles. Part of Netpbm.

How do I run a basic pamundice example?

Run `pamundice -across=[4] -down=[3] -listfile=[tiles.txt] > [output.pam]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -across _N_ do in pamundice?

Tiles across.