Search code examples
pythonlinuxtiff

Creating a multi-page TIFF with Python


This has already been asked here, but I was looking for a solution that would work on Linux.. Is tiffcp the only way?


Solution

  • 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