as has been said here, pygame.image.load() returns a pygame surface.
 pygame.image.tostring() is for converting a surface to saveable data.  You
can also use this to make PyOpenGL texture data, as I do.

Reply via email to