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

Re: [pygame] what does pygame.image.load do?



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.