"Chaos" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> > As my first attempt to loop through every pixel of an image, I used >> > >> > for thisY in range(0, thisHeight): >> > for thisX in range(0, thisWidth): >> > #Actions here for Pixel thisX, thisY
Besides other suggestions, you might also take a look at Pygame which both wraps a C graphics library and has an interface to numeric. -- http://mail.python.org/mailman/listinfo/python-list