[Image-SIG] Group4 Tiff Decoder?

Michele Petrazzo - Unipex michele.petrazzo at unipex.it
Wed May 20 12:46:31 CEST 2009


Glenn Linderman wrote:
>> but can anyone enlighten me to what the situation is currently with
>>  Group4 Tiff decoding? I'd love to be able to use PIL for some 
>> mission critical stuff at work, but this is a show-stopper due to 
>> our setup.
> 

Some times ago I develop freeimagepy due to this PIL "limitation" for a
my fax python project and release it, so you can use it for load
transform it into a pil image:

import FreeImagePy as FIPY
F = FIPY.Image()
F.load(imagePath)
  pil =F.convertToPil()

It's not so well developed as I would, but do its work!

Michele


More information about the Image-SIG mailing list