A Paint.NET filetype plugin that adds support for some of the DDS formats introduced in DirectX 10 and later.
If you need the features from a newer version you can still install the plugin into the FileTypes folder.
The installed plugin will override the bundled version if it has higher version number.
The plugin supports loading and saving DDS files that contain single images and cube maps, texture arrays and volume maps are not supported.
If the file contains mipmaps only the main image will be loaded, the plugin has the option to generate mipmaps when saving.
Cube maps are loaded and saved using a 'crossed image' layout, see Creating and Editing Cube Maps for more information.
An overview of the save UI options is provided on this page.
The plugin can read most DDS formats, but only the following formats are supported when saving:
Close Paint.NET.
Place DdsFileTypePlus.dll, DdsFileTypePlusIO_ARM64.dll and DdsFileTypePlusIO_x64.dll in the Paint.NET FileTypes folder which is usually located in one the following locations depending on the Paint.NET version you have installed.
Paint.NET Version | FileTypes Folder Location |
---|---|
Classic | C:\Program Files\Paint.NET\FileTypes |
Microsoft Store | Documents\paint.net App Files\FileTypes |
Portable |
Restart Paint.NET.
This project is licensed under the terms of the MIT License.
See License.txt for more information.
This project utilizes the following code (located under 3rdParty folder)