[Image-SIG] Tif Handling routines

Fredrik Lundh fredrik at pythonware.com
Fri May 13 22:06:43 CEST 2005


"Aman" <eachand at gmail.com> wrote:

> Am new to python and trying to put up a prototype Tiff image splitter and
> merger could i get some one to help me start it off or if you have source
> codes it will be most welcomed.Pressed for time

if you're pressed for time, I suggest using the tiffsplit and tiffcp
utilities included in the libtiff package:

    http://www.libtiff.org/

you can use Python's subprocess module to run the commands
from Python.

</F>





More information about the Image-SIG mailing list