Terry Reedy wrote:
> "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.

:-)
Could your check_earlier_responses() gizmoid be made case-insensitive?
(-:

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to