The dds tag has no wiki summary.
3
votes
1answer
179 views
How to edit specific mipmap images in a DDS?
I am looking for a way to edit individual mipmaps within a DDS file. To my knowledge, the NVidia Plugin only lets you create the largest image and then computes the smaller ones automatically. ...
5
votes
1answer
271 views
How to flip a BC6/BC7 texture?
I have some code to load DDS image files into OpenGL textures, and I'd like to extend it to support the BC6 and BC7 compressed formats introduced in D3D11. Since DirectX and OpenGL disagree about ...
0
votes
1answer
132 views
Editing dds mip maps?
What free software can do this? There's the Nvidia plugin for photoshop but I don't have photoshop :/.
2
votes
2answers
232 views
Compressing textures and recompressing textures
Which tools are considered best-quality for compressing textures for use in OpenGL? Which can be used from the Linux commandline?
And which lossless compressors give good ratio/speed on compressed ...