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

Re: [pygame] write gif animation?



I used to make movies from my PyGame applications by using pygame.image.save(...)--or sometimes the OpenGL equivalent--to save to a file.  I then imported these into Animation Shop Pro (an old version ~1999) and saved as a .gif or .avi.  I definitely think a .gif animation file creator would be an excellent addition to PyGame...