[Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-13 Thread Christoph Gohlke
There's a Windows binary of PIL 1.1.7c1 for Python 2.4 build with VS2003 at Christoph ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-13 Thread Bill Janssen
Need more details. What version of OS X, what version of Python, what version of Xcode? Bill Jack Uretsky wrote: > Hi- > Perhaps you can answer, at least, the second question. In > what file do I find the gcc? > >>> > 1. What is my Xcode problem? When I

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-13 Thread Fredrik Lundh
I'm not using Mac myself, so I don't know exactly what you need to install to build Python extensions, but there are plenty of Mac hackers here that might be able to point you in the right direction. You could also ping the nice folks over at the pythonmac-sig mailing list. On Fri, Nov 13, 2009

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-13 Thread Jack Uretsky
Hi- Perhaps you can answer, at least, the second question. In what file do I find the gcc? 1. What is my Xcode problem? When I run >python2.6 setup.py build I get: running build running build_py running build_ext --- using frameworks at /System/Library/Frameworks building '_imaging' extens

Re: [Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-13 Thread Fredrik Lundh
The release candidate is only built for 2.5 and 2.6. I'll build more versions when I cut the final release (sunday, unless something weird happens). (the library supports 1.5.2 through 2.6, with support for 3.x coming up later; not sure I'll provide binaries for all the old versions, though :)

Re: [Image-SIG] Image1 is Sub-Set of Image2 (Pythone)

2009-11-13 Thread Fredrik Lundh
On Fri, Nov 13, 2009 at 2:56 PM, Pratap Zapada wrote: > Let us consider that we have two images say Image1 & Image2. > > Can you please, Guide me to write code in Pythone to verify that Image1 is > sub-set of Image2 or not. How do you define subset?

[Image-SIG] Image1 is Sub-Set of Image2 (Pythone)

2009-11-13 Thread Pratap Zapada
Dear Sir, Let us consider that we have two images say Image1 & Image2. Can you please, Guide me to write code in Pythone to verify that Image1 is sub-set of Image2 or not. Regards, Pratap Zapada ___ Image-SIG maillist -

[Image-SIG] PIL 1.1.7 binary for python 2.4

2009-11-13 Thread Paul
Hi Fredrik, I'm using PIL to do some quick image manipulation and I'm very happy with it. I would like to use the chroma subsampling that is present in PIL 1.1.7, but I'm restricted to use Python 2.4... Could you point me out where I can find a Windows binary of PIL 1.1.7 for Python 2.4? Thanks!