I'm trying to figure out how to compare im1 to im2 and recognize the difference. I dont care what the difference is...

something like

if im1 is not im2:
     print "Not same"

I've tried im.tostring () but that doesn't ever enter the loop either.

*******************************************************************************************
Second question is this:
Is there a way to divide the screen so I only grab maybe the lower right 200x200 pixels or some such?
Or possibly a way to seperate the image into a grid so I could just take the grid I wanted?
Thanks!
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to