Astan Documentation for pygame.image.load and pygame.image.tostring can be found here: http://www.pygame.org/docs/ref/image.html
If you want to manipulate images without PyGame, you might find the PIL add-on library useful: http://www.pythonware.com/products/pil/ Also, Python's standard library includes some image functions. Documentation of the imageop, colorsys, and imghdr modules can be found here: http://docs.python.org/lib/mmedia.html If you decide that PyGame is not the correct tool for task you are trying to accomplish and you still need help, get help from the Image-SIG mailing list: http://mail.python.org/mailman/listinfo/image-sig Jason --- Astan Chee <[EMAIL PROTECTED]> wrote: > Hi, > I was just wondering what does the function > pygame.image.load and > pygame.image.tostring do? What arguments do they > take? What do they return? > Also was wondering if I didnt have pygame and didnt > want to use pygame > (no offense) but I want to use these two functions > how would I do it? > What other modules do I need? I tried google abit > but mostly the stuff > there no longer exists. > Thanks for any help. > Astan > > -- > "Formulations of number theory: Complete, > Consistent, Non-trivial. Choose two." > > > Animal Logic > http://www.animallogic.com > > Please think of the environment before printing this > email. > > This email and any attachments may be confidential > and/or privileged. If you are not the intended > recipient of this email, you must not disclose or > use the information contained in it. Please notify > the sender immediately and delete this document if > you have received it in error. We do not guarantee > this email is error or virus free. > > > > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
