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

2009-11-16 Thread Russell E. Owen
In article , 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 run >python2.6 setup.py build > I get: running build > running build_py > runni

Re: [Image-SIG] Speeding up an image transformation in C

2009-11-16 Thread Fredrik Lundh
There's a brief note here: http://effbot.org/zone/pil-extending.htm You can simplify the dependencies by simply copying the Imaging definition to your own code -- the "im.id" attribute used in that article is guaranteed to give you a pointer to that structure (that is, if the structure ever c