i went into Pil a little bit. my version is
Pil 1.1.6
Python 2.5.1
running on windows XP sp2 (as you might've guessed already)

the pil module opens the file, but any operation results in this error,
meaning it doesn't have a decoder for this particular version of TIFF, i
assume.

which is strange, i guess. it's a standard TIFF.

HTH

------------------------------------------------

Traceback (most recent call last):
  File "<interactive input>", line 1, in <module>
  File "C:\programs\Python\Lib\site-packages\PIL\Image.py", line 1372, in save
    self.load()
  File "C:\programs\Python\Lib\site-packages\PIL\ImageFile.py", line 180, in 
load
    d = Image._getdecoder(self.mode, d, a, self.decoderconfig)
  File "C:\programs\Python\Lib\site-packages\PIL\Image.py", line 375, in 
_getdecoder
    raise IOError("decoder %s not available" % decoder_name)
IOError: decoder group4 not available

-- 
24bpp TIF: IOError: cannot identify image file
https://bugs.launchpad.net/bugs/234788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to