Problem :
I am trying to use the PyGame for Python, and I have been receiving the below warning while trying to load .png images with pygame.image.load
:
Libpng warning: Interlace handling should be turned on when using png_read_image
It is not affecting the program, but it has become very annoying. I have tried researching the web for the answer to no avail.
Please Note: I am currently using 32 bit Python 3.3 with the PyGame 1.9.2
Any pointers as to how can I fix the warning?