x = 0
y = 0
for x in xrange(1,1024,1):
   for y in xrange(1,768,1):
       rgb = image.getpixel((10, 12))



Luke said there is a faster way to do  image.getpixel((10, 12))

so i am still waiting on that,

the above has been improved many times and it's a lot faster than while, I
am trying to find out if there are any more new ways.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to