Re: pytiff for windows

2006-04-27 Thread Michele Petrazzo
Michele Petrazzo wrote: > import FreeImagePy as FIPY lst_names = ("/tmp/f1.png", "/tmp/f2.jpg") F = FIPY.freeimage() F.convertToMultiPage(lst_names, "out.tif", FIPY.FIF_TIFF) > (0, 'All ok!! File saved on out.tif') > Sorry for this bad copy/paste/thunderbird :) >>> import FreeI

Re: pytiff for windows

2006-04-27 Thread Michele Petrazzo
Iain King wrote: <-cut pytiff-> > (or alternatively tell me how to get PIL to save a multipage tiff). > PIL can't. If you need to work with multi-page images (tiff and others), you can use freeimagepy (freeimagepy.sf.net) >>> import FreeImagePy as FIPY lst_names = ("/tmp/f1.png", >>> "/tmp/f2