| Problem | Likely Cause | Solution | |---------|--------------|----------| | Plugin not showing | Wrong plugin folder | Check GIMP’s plug-ins path in Edit → Preferences → Folders → Plug-ins | | Export fails with “not a DDS” | Non-power-of-two dimensions | Scale image to 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048… | | Alpha turns black | Wrong BC format (e.g., BC1 discards alpha) | Use BC3 (DXT5) for alpha | | No mipmaps in game | Mipmap generation disabled | Re-export with “Generate mipmaps” checked |
For images with an alpha channel (transparency), such as hair or glass.
Since GIMP version , basic DDS (Direct Draw Surface) support has been built directly into the software, meaning you often do not need a separate plugin for standard tasks. However, specific power-user plugins remain essential for game developers and modders who need advanced compression or specialized formats like BC7 . Current GIMP DDS Status (2026) gimp plugins dds
Before exporting to DDS, ensure your image is set to Image > Precision > 8-bit integer and the color profile is sRGB. Game engines are notoriously picky about gamma correction, and handing them a linear DDS file often results in double-gamma correction (making your darks look like grays).
If you are a game developer, a modder, or a 3D artist working on a budget, you have likely faced the "DDS Wall." You’ve spent hours texturing a asset in GIMP, perfecting the lighting and the seams, only to realize your game engine (be it Unity, Unreal, or a Source engine modification) requires a file. | Problem | Likely Cause | Solution |
This is the most critical choice. You are telling the computer how to throw away data to save space.
For years, the standard was the plugin hosted on SourceForge/GitHub by Shawn Kirst. It allowed for loading and saving DDS files with control over mipmaps and compression formats. Current GIMP DDS Status (2026) Before exporting to
GIMP is a powerful open-source raster graphics editor, but its default format support excludes DDS—a proprietary Microsoft format for textures. Game artists and modders need DDS support to create mipmapped, compressed textures without leaving GIMP. Plugins bridge this gap by adding DDS import/export capabilities.