{"id":35798337,"url":"https://github.com/0xc0000054/pdn-ddsfiletype-plus","last_synced_at":"2026-02-04T12:06:21.282Z","repository":{"id":52986219,"uuid":"102240139","full_name":"0xC0000054/pdn-ddsfiletype-plus","owner":"0xC0000054","description":"A Paint.NET filetype plugin that adds support for some of the DDS formats introduced in DirectX 10 and later.","archived":false,"fork":false,"pushed_at":"2025-04-13T05:43:30.000Z","size":2813,"stargazers_count":77,"open_issues_count":0,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-13T06:27:40.778Z","etag":null,"topics":["bc6","bc7","dds","directx-11","paint-net","paintdotnet","texture-compression","textures"],"latest_commit_sha":null,"homepage":"https://forums.getpaint.net/topic/111731-dds-filetype-plus/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xC0000054.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":"https://paypal.me/0xC0000054"}},"created_at":"2017-09-03T04:02:44.000Z","updated_at":"2025-04-13T05:43:35.000Z","dependencies_parsed_at":"2023-02-18T02:15:50.477Z","dependency_job_id":"bb0fb8e1-8b8c-4bf0-b112-f38c2664ede2","html_url":"https://github.com/0xC0000054/pdn-ddsfiletype-plus","commit_stats":null,"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"purl":"pkg:github/0xC0000054/pdn-ddsfiletype-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xC0000054%2Fpdn-ddsfiletype-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xC0000054%2Fpdn-ddsfiletype-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xC0000054%2Fpdn-ddsfiletype-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xC0000054%2Fpdn-ddsfiletype-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xC0000054","download_url":"https://codeload.github.com/0xC0000054/pdn-ddsfiletype-plus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xC0000054%2Fpdn-ddsfiletype-plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29084088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bc6","bc7","dds","directx-11","paint-net","paintdotnet","texture-compression","textures"],"created_at":"2026-01-07T10:56:20.379Z","updated_at":"2026-02-04T12:06:21.276Z","avatar_url":"https://github.com/0xC0000054.png","language":"C#","funding_links":["https://paypal.me/0xC0000054"],"categories":[],"sub_categories":[],"readme":"# pdn-ddsfiletype-plus\n\nA [Paint.NET](http://www.getpaint.net) filetype plugin that adds support for some of the DDS formats introduced in DirectX 10 and later.\n\n### This plugin is bundled with Paint.NET 4.2.2 and later.\n\nIf you need the features from a newer version you can still install the plugin into the FileTypes folder.   \nThe installed plugin will override the bundled version if it has higher version number.\n\nThe plugin supports loading and saving DDS files that contain single images and cube maps, texture arrays and volume maps are not supported.   \nIf the file contains mipmaps only the main image will be loaded, the plugin has the option to generate mipmaps when saving.\n\nCube maps are loaded and saved using a 'crossed image' layout, see [Creating and Editing Cube Maps](https://github.com/0xC0000054/pdn-ddsfiletype-plus/wiki/Cube-Maps) for more information.   \nAn overview of the save UI options is provided on [this](https://github.com/0xC0000054/pdn-ddsfiletype-plus/wiki/Save-UI) page.\n\n## Supported DDS Formats\n\nThe plugin can read most DDS formats, but only the following formats are supported when saving:\n\n### Compressed\n\n* BC1 (Linear and sRGB)\n* BC2 (Linear and sRGB)\n* BC3 (Linear and sRGB)\n* BC4 (Unsigned)\n* BC5 (Signed and Unsigned)\n* BC6H (Unsigned 16-bit Float)\n* BC7 (Linear and sRGB)\n\n### Uncompressed\n\n* R8G8B8A8 (Linear and sRGB)\n* R8 (Unsigned)\n* R8G8 (Signed and Unsigned)\n* R32 (Float)\n* B8G8R8A8 (Linear and sRGB)\n* B8G8R8X8 (Linear and sRGB)\n* B4G4R4A4\n* B5G5R5A1\n* B5G6R5\n\n### Legacy DirectX 9\n\n* R8G8B8X8\n* B8G8R8\n* ATI1 (BC4 Unsigned)\n* ATI2 (BC5 Unsigned)\n* RXGB (A BC3/DXT5 variant used for normal maps)\n\n## Installing the plugin\n\n1. Close Paint.NET.\n2. 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.\n\n  Paint.NET Version |  FileTypes Folder Location\n  --------|----------\n  Classic | C:\\Program Files\\Paint.NET\\FileTypes    \n  Microsoft Store | Documents\\paint.net App Files\\FileTypes\n  Portable | \u003cPaint.NET folder\u003e\\FileTypes\n\n3. Restart Paint.NET.\n\n## License\n\nThis project is licensed under the terms of the MIT License.   \nSee [License.txt](License.txt) for more information.\n\n***\n\n# Source code\n\n## Prerequsites\n\n* Visual Studio 2022\n* Paint.NET 5.0 or later\n\n## Building the plugin\n\n* Open the solution\n* Change the PaintDotNet references in the DDSFileTypePlus project to match your Paint.NET install location\n* Update the post build events to copy the build output to the Paint.NET FileTypes folder\n* Build the solution\n\n## 3rd Party Code\n\nThis project utilizes the following code (located under 3rdParty folder)\n\n* [DirectXTex](https://github.com/Microsoft/DirectXTex)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xc0000054%2Fpdn-ddsfiletype-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xc0000054%2Fpdn-ddsfiletype-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xc0000054%2Fpdn-ddsfiletype-plus/lists"}