DDS to TGA
- Step 1: Upload one or more DDS textures using the uploader on the right. Drag and drop or click to browse. You can add up to 20 files, and large textures are welcome.
- Step 2: We convert your DDS files to TGA quickly. Most jobs finish in seconds, while very large textures may take a moment. If you need a specific size, set a new width and/or height in the settings below to rescale during conversion.
- Step 3: Download your TGA image. If you uploaded multiple files, you will receive a single ZIP containing all results.
You can submit up to 20 images simultaneously.


What is a DDS file?
A DDS file (DirectDraw Surface) is a raster image file format primarily used in video game development and other computer graphics applications. The format was introduced by Microsoft as part of their DirectX technology, specifically for use with Direct3D.
DDS files store texture data and are particularly well-suited for GPU-based rendering. They support features such as mipmaps, which are a series of progressively lower-resolution versions of a texture used to optimize rendering performance and visual quality at varying distances from the viewer. DDS files also support various compression methods, including lossy and lossless compression, which can help reduce file size and improve rendering speed.
Some common uses for DDS files include storing textures for 3D models, environment maps, and other visual elements in video games and computer graphics software. Tools like Adobe Photoshop, GIMP, and NVIDIA Texture Tools can be used to create, edit, or convert DDS files.
What is a TGA file?
A TGA file, short for Truevision Graphics Adapter or TARGA (Truevision Advanced Raster Graphics Adapter), is a raster image file format developed by Truevision Inc. in the 1980s. TGA files are primarily used for storing high-quality images in the fields of video games, animation, and computer graphics.
TGA files support various color depths, such as 8-bit (256 colors), 16-bit (65,536 colors), 24-bit (16.7 million colors), and 32-bit (16.7 million colors with alpha channel for transparency). The format supports both lossless and lossy compression methods like run-length encoding (RLE), which can help reduce file sizes while preserving image quality.
The TGA format was widely used in the early days of computer graphics, but its popularity has waned over time due to the emergence of other image formats like PNG, JPEG, and TIFF. However, TGA files are still occasionally used in the computer graphics industry, particularly in video game development and 3D rendering, where their support for high color depths and alpha channel transparency can be advantageous.