Sybren Stuvel wrote:
> Jive Dadson enlightened us with:
>> I also found a reference to something called PIL. Maybe that's the
>> ticket. If so, where can I find it (with documentation)? Thanks.
>
> Just google for PIL and Python.
>
> Sybren
Thanks Brian and Sybren. PIL did the trick. Real e
Jive Dadson wrote:
> I also found a reference to something called PIL. Maybe that's the
> ticket. If so, where can I find it (with documentation)? Thanks.
The will likely do what you want. And you can find it the same way that
you would find anything online i.e. with google. But here is the l
I also found a reference to something called PIL. Maybe that's the
ticket. If so, where can I find it (with documentation)? Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
Hello folks. I know precisely zero about image processing. I want to
draw a grid of lines one or two pixels wide on a picture (.jpg, .png, or
whatever). [I want to transfer a sketch of the picture to a canvas (for
oil painting), using the "grid method."]
I figure this is probably a very easy