I am having similar problems, only with tiff files ( peg files work just fine) .
Operating system is Ubuntu 8.10,version 0.1.5 for linux installed using Ubuntu /gnome application installer.
error listed as "decoder group4 not available"
I can't find any info that explains this,
Any help would be greatly appreciated.
log follows
Error 0: Can not apply action Save on image '7601005.tif' in folder:
/media/Local Disk/ham-radio-magazine/1976/1
decoder group4 not available
Action: {'fields': {'As': '<type>',
'Filename': u'<filename>',
'In': u'<folder>_phatch/<subfolder>',
'JPG Quality': u'85',
'JPG Size Maximum': '0kb',
'JPG Size Tolerance': '5%',
'PNG Optimize': u'false',
'Resolution': u'<dpi>',
'enabled': u'true'},
'label': 'Save'}
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/phatch/core/api.py", line 277, in apply_action
photo = action.apply(photo,setting,cache)
File "/var/lib/python-support/python2.5/phatch/actions/save.py", line 97, in apply
photo.save(filename, options)
File "/var/lib/python-support/python2.5/phatch/core/pil.py", line 342, in save
layer.image.save(filename,*args,keyw)
File "/usr/lib/python2.5/site-packages/PIL/Image.py", line 1373, in save
self.load()
File "/usr/lib/python2.5/site-packages/PIL/ImageFile.py", line 180, in load
d = Image._getdecoder(self.mode, d, a, self.decoderconfig)
File "/usr/lib/python2.5/site-packages/PIL/Image.py", line 376, in _getdecoder
raise IOError("decoder %s not available" % decoder_name)
IOError: decoder group4 not available