Re: PIL, and Parts of tuples

2009-04-13 Thread Vistro
Actually, I screwed up. See 60, 30? That's actually the range. The tuple to be checked will look like (40, 25, 51) So yeah. Sorry for the bad info. For a good time, go to Start:Run and type in format C On Mon, Apr 13, 2009 at 3:41 PM,

Re: PIL, and Parts of tuples

2009-04-13 Thread Chris Rebert
On Mon, Apr 13, 2009 at 1:34 PM, Vistro wrote: > I have two problems, and I can't find anything about either of them. > The first is that PIL does not seem to have any way to search each and every > pixel for a value, like > for pixel in img: >     if pixel = ((60, 30), (58, 23), (87 57)): > see

PIL, and Parts of tuples

2009-04-13 Thread Vistro
I have two problems, and I can't find anything about either of them. The first is that PIL does not seem to have any way to search each and every pixel for a value, like for pixel in img: if pixel = ((60, 30), (58, 23), (87 57)): # Get out of the for loop # Also, save the pixel