[Image-SIG] Does PIL not handle TIFFs created on Mac OS X?

Dinu Gherman gherman at darwin.in-berlin.de
Wed Sep 17 06:31:41 EDT 2003


Hi,

has anybody succeeded here in using PIL for loading TIFFs generated
on OS X, e.g. stuff like the attached little sample file? I'm using
PIL 1.1.4, but get errors like the following:

   >>> import Image
   >>> tiff = Image.open("test.tiff")
   Traceback (most recent call last):
     File "<stdin>", line 1, in ?
     File "/usr/lib/python2.2/site-packages/PIL/Image.py", line 1571, in 
open
       raise IOError("cannot identify image file")
   IOError: cannot identify image file

Thanks,

Dinu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.tiff
Type: image/tiff
Size: 9654 bytes
Desc: not available
Url : http://mail.python.org/pipermail/image-sig/attachments/20030917/33e8d2ca/test.tiff
-------------- next part --------------

--
Dinu C. Gherman
......................................................................
"The whole point of brainwashing, is that those being brainwashed
don't know it." (Graham Haley)


More information about the Image-SIG mailing list