← Back to team overview

phatch-dev team mailing list archive

[Bug 234788] Re: Phatch doesn't support decoder group4 TIF

 

** Changed in: phatch
       Status: Fix Committed => Fix Released

** Changed in: phatch
    Milestone: None => 0.2.1

-- 
Phatch doesn't support decoder group4 TIF
https://bugs.launchpad.net/bugs/234788
You received this bug notification because you are a member of Phatch
Developers, which is subscribed to Phatch.

Status in Phatch = Photo & Batch!: Fix Released
Status in “python-imaging” package in Ubuntu: New

Bug description:
Binary package hint: phatch

Tried to work with 24bpp TIF images (converted from Canon RAW 2 format with UfRaw to 48bpp and with The GIMP to 24bpp). With the "Check images first" checkbox set, all I got was a dialog with a list of all the images that it could not work with, saying they were invalid (no output in the log dialog). Unchecking that option resulted in the following messages in Tools > Show log...:

Error 0: Unable to open file: /home/jeghegy/unsorted/Temp/csevi/valogatott/_MG_1090.tif:
cannot identify image file

Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/phatch/core/api.py", line 234, in get_photo
    photo   = pil.Photo(image_file,image_index,save_metadata,folder)
  File "/var/lib/python-support/python2.5/phatch/core/pil.py", line 293, in __init__
    layer                           = Layer(image_open(filename))
  File "/var/lib/python-support/python2.5/phatch/core/pil.py", line 75, in image_open
    return Image.open(x)
  File "/usr/lib/python2.5/site-packages/PIL/Image.py", line 1917, in open
    raise IOError("cannot identify image file")
IOError: cannot identify image file
*