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 FreeImagePy as FIPY
 >>> lst_names = ("/tmp/f1.png","/tmp/f2.jpg")
 >>> F = FIPY.freeimage()
 >>> F.convertToMultiPage(lst_names, "out.tif", FIPY.FIF_TIFF)



Michele
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to