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
_______________________________________________
Image-SIG maillist - Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig