Difference between revisions of "Texture File"
Jump to navigation
Jump to search
imported>Qazaaq (Created page with "Category:Editor Reference Category:Game Files '''File Extension:''' <code>.dds</code> The texture files are a Microsoft format called DirectDraw Surface which are ima...") |
imported>Qazaaq |
||
Line 7: | Line 7: | ||
==Tooling== | ==Tooling== | ||
*GIMP | *[[PaintDotNet|Paint.Net]] | ||
*Adobe Photoshop | *[[GIMP]] | ||
*[[Adobe Photoshop]] | |||
*There are other software projects that provide tooling for working texture files. | *There are other software projects that provide tooling for working texture files. | ||
Revision as of 23:44, 17 July 2016
File Extension: .dds
The texture files are a Microsoft format called DirectDraw Surface which are images that can be rendered with a Mesh File or as is. The texture file DDS format is used for storing data compressed with the proprietary S3 Texture Compression (S3TC) algorithm which can be decompressed in hardware by GPUs.
Tooling
- Paint.Net
- GIMP
- Adobe Photoshop
- There are other software projects that provide tooling for working texture files.