使用Python创建多页TIFF

Jor*_*ril 2 python linux tiff

这已经在这里被问过了,但我一直在寻找一种适用于Linux的解决方案.. tiffcp是唯一的方法吗?

Chr*_* B. 6

Looks like ImageMagick can do it. The solution is essentially the same; call it from the command line.

Specifically, you want the -adjoin option (which is on by default). The command will look something like:

convert *.tiff my_combined_file.tiff
Run Code Online (Sandbox Code Playgroud)