a long time ago, Marcin Szkudlarek wrote:
> Is there a faster way to do it? For example using getdata() method of Image
> class? And later how I can convert above array into Image without using slow
> putpixel method?
this article might help:
http://effbot.org/zone/pil-numpy.htm
</F>