On 1/26/08, Adam Bark <[EMAIL PROTECTED]> wrote: > Hi can someone tell me what the requirements are for the png decoder under > linux?
No requirements; pyglet has a PNG decoder written in Python (see pyglet/image/codecs/pypng.py). This is a fallback decoder; pyglet will preferentially try to use gdk-pixbuf 2.0 if it's available, which is much faster (and supports many additional file types). Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
