How Can I Programmatically Build a Multi-Page TIFF out of Many Single Page TIFFs, Using Python?
Posted
by MetaHyperBolic
on Stack Overflow
See other posts from Stack Overflow
or by MetaHyperBolic
Published on 2010-05-26T21:00:54Z
Indexed on
2010/05/26
21:01 UTC
Read the original article
Hit count: 263
I've found, via Google, numerous people asking the same question, but no solutions. The Python Image Library (PIL) has tools for stepping through an already existing multi-page TIFF, but nothing about creating them.
Libraries would hopefully be available on Windows, for Python 2.6.
If there's some freeware out there which will do the trick, I wouldn't mind seeing it, but I was hoping I could accomplish this in Python.
© Stack Overflow or respective owner