Hi, I am new to pyglet, and was trying to display an image following the instructions at "Writing a pyglet application" in the Programming Guide. Since my image was too big, the program aborted, raising a GLException. Reading through the archives of this mailing-group, I learned that this is a hardware limitation. Smaller images did work indeed.
However, I can't find a way to resize the images in pyglet natively, before blitting them onto the window! How do I scale an image loaded through pyglet.image.load(file)? Alternatively, how would I pass a resized image from PIL, without having to save it to a file first? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
