DDS and DXT format

If you are working on a game chances are you will work with DDS (DirectDrawSurface) files. DDS file is a standard format by Microsoft to store image/textures. It can store single image, mip maps, cube maps, etc2 and can have standard DXT compression technique.

If you want to understand various DXT variants (DXT1, DXT1a, DXT3, DXT5), you can check out:

The following library/tools are proven to be useful:

If you ever need to write your own source code, the following links can be your starting point (don’t just copy and paste, some of them have bugs):

Sep07

Leave a Reply