dds-format

How can I convert a .dds file to a .png in python?

How can I convert a .dds file to a .png in python? Question: I am trying to create some images by manipulating image pieces stored in .dds files, and then write the finished image as a .png. I see that there is a dds python module in Direct Python 11, which seems possibly sufficient except …

Total answers: 2