0xC0000054 / pdn-ddsfiletype-plus

A Paint.NET filetype plugin that adds support for some of the DDS formats introduced in DirectX 10 and later.
https://forums.getpaint.net/topic/111731-dds-filetype-plus/
MIT License
69 stars 5 forks source link
bc6 bc7 dds directx-11 paint-net paintdotnet texture-compression textures

pdn-ddsfiletype-plus

A Paint.NET filetype plugin that adds support for some of the DDS formats introduced in DirectX 10 and later.

This plugin is bundled with Paint.NET 4.2.2 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.

Supported DDS Formats

The plugin can read most DDS formats, but only the following formats are supported when saving:

Compressed

Uncompressed

Legacy DirectX 9

Installing the plugin

  1. Close Paint.NET.

  2. 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 \FileTypes
  3. Restart Paint.NET.

License

This project is licensed under the terms of the MIT License.
See License.txt for more information.


Source code

Prerequsites

Building the plugin

3rd Party Code

This project utilizes the following code (located under 3rdParty folder)