I'm trying to figure out how to compare im1 to im2 and recognize the difference. I dont care what the difference is... <br><br>something like<br><br>if im1 is not im2:<br>&nbsp;&nbsp;&nbsp;&nbsp; print &quot;Not same&quot;<br><br>I've tried im.tostring
() but that doesn't ever enter the loop either. <br><br>*******************************************************************************************<br>Second question is this:<br>Is there a way to divide the screen so I only grab maybe the lower right 200x200 pixels or some such?
<br>Or possibly a way to seperate the image into a grid so I could just take the grid I wanted?<br>Thanks!<br>