On Wed, Apr 9, 2014 at 8:20 AM, Vincent Damoy < [email protected]> wrote:
> Hello, > > I'm working on Ubuntu 12.04, with Python 2.7 and Pyglet 1.1.4 (the ubuntu > repository version) > [snip] > The script works well with several image formats (JPG-> PNG, PNG->JPG...), > except if I want to transform pictures in DDS. > In this case, pyglet returns an exception : > > [snip] Ummm. pyglet 1.1.4 (from 2009) is not really supported at this time. Can you use the last from repository [0 ]? With the current pyglet, dds (or a subset of them) are supported and the relevant code lives at pyglet/images/dds.py ; at first look is not windows specific. I tested your script with the .dds files copied from tests/images and it worked right. Disclaimer: I'm on windows. [0] http://code.google.com/p/pyglet/source/checkout @Juan: maybe the docs are outdated ? Cheers, people, claudio -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
