Re: PIL cannot open TIFF image in Windows

2006-09-11 Thread Iain King
Michele Petrazzo wrote: > Rob Williscroft wrote: > > > I downloaded some test images from: > > > > http://www.remotesensing.org/libtiff/images.html> > > > > I do the same and modified your code for try FreeImagePy and the results > are: > > ok: 41 error: 20 total: 61 > > Better

Re: PIL cannot open TIFF image in Windows

2006-09-11 Thread Michele Petrazzo
Rob Williscroft wrote: > I downloaded some test images from: > > http://www.remotesensing.org/libtiff/images.html> > I do the same and modified your code for try FreeImagePy and the results are: ok: 41 error: 20 total: 61 Better than PIL, but a lot of problems with lower-rgb-pl

Re: PIL cannot open TIFF image in Windows

2006-09-09 Thread Rob Williscroft
Andres Corrada-Emmanuel wrote in news:[EMAIL PROTECTED] in comp.lang.python: > I have installed PIL 1.1.5 on Windows with Python 2.4. I'm unable to > open .tiff images that I can open and view using Windows Explorer. In > other words, this simple test fails: > > import Image > im = Image.open('s

PIL cannot open TIFF image in Windows

2006-09-09 Thread Andres Corrada-Emmanuel
Hello, I have installed PIL 1.1.5 on Windows with Python 2.4. I'm unable to open .tiff images that I can open and view using Windows Explorer. In other words, this simple test fails: import Image im = Image.open('small.tif') with an 'cannot identify image file' error message. I'm able to open .j