Is there any way I can check if the images on two pygame.Surface objects
are identical? Or will I have to write a function that gets PixelArray
objects from these surfaces and then compares them pixel-by-pixel?

-Al

Reply via email to