Re: [Image-SIG] Can't install PIL 1.1.7 on Windows 7

2012-12-22 Thread Alex Clark
On 2012-12-18 20:04:26 +, Bob Weil said: Hi,   I tried installing the package “Python Imaging Library 1.1.7 for Python 2.7 (Windows only)” on my Windows 7 laptop.   It complained that it could not find my Python 2.7 installation in my registry.  But, when I type “python” in a command wind

Re: [Image-SIG] problem installing pillow on windows7

2012-12-22 Thread Alex Clark
On 2012-11-02 17:36:22 +, John Hinely said: My long term goal is to run mezzanine using virtualenv on a windows7 box.  I'm able to get mezzanine up an running but I receive a "decoder jpeg not available" error when I try to add images.  It appears that libjpeg did not get installed. I used

Re: [Image-SIG] Current libraries for image processing?

2012-12-22 Thread jcupitt
Other libraries have Python bindings, for example my library, vips: http://www.vips.ecs.soton.ac.uk/index.php?title=Speed_and_Memory_Use vips aims to be fast and to be able to handle large images, so it may not fit your needs very well. In scope it's somewhere between PIL and NumPy. The Ruby bin