[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Comparing the image on two Surface objects.



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