Jump to content
How to Install Plugins ×

DDS FileType Plus (7-03-2024)


null54

Recommended Posts

  • null54 changed the title to DDS FileType Plus (10-04-2023)

Release version 1.12.8.

Changes:

 

Added support for loading a legacy DDS variant used by S.T.A.L.K.E.R.: Shadow of Chernobyl.

  • Like 1

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

  • 5 weeks later...
12 minutes ago, disgusting said:

what gives

 

That video was made for a very old version of Paint.NET, the DDS plugin that it used was replaced with this one in Paint.NET 4.2.2.

Not all of the settings shown in the old plugin are present in this plugin, the two plugin use different code for DXT compression and mipmap resizing.

Mapping the common options shown in your screenshot:

 

DXT5 (Interpolated Alpha) is the same as BC3 (Linear, DXT5).

The Error Metric section should be identical between the two plugins.

The SuperSampling resampling mode has been replaced by Cubic.

  • You're a Smart Cookie! 1

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

16 minutes ago, null54 said:

 

That video was made for a very old version of Paint.NET, the DDS plugin that it used was replaced with this one in Paint.NET 4.2.2.

Not all of the settings shown in the old plugin are present in this plugin, the two plugin use different code for DXT compression and mipmap resizing.

Mapping the common options shown in your screenshot:

 

DXT5 (Interpolated Alpha) is the same as BC3 (Linear, DXT5).

The Error Metric section should be identical between the two plugins.

The SuperSampling resampling mode has been replaced by Cubic.

awesome, thanks for the help

pasted your message into the comments section (credited of course) for others who'll run into the issue

  • Thanks 1
Link to comment
Share on other sites

  • 6 months later...
1 hour ago, muermo said:

I am working with texture in .btx file compressed in bc7, is there any way to work with this file in paint.net?

 

You would need to use another tool to convert the .btx files to DDS before loading them into Paint.NET.

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

  • 3 weeks later...
On 12/4/2022 at 3:04 AM, null54 said:

There currently is no easy way to support multiple layers in this plugin.

I plan to eventually support loading mipmaps and cube maps as layers, once the Paint.NET plugin API adds the features that I need for it.

Hi, I was wondering if the Paint.NET plugin API has received support for having plugins create their own layers recently.

Link to comment
Share on other sites

27 minutes ago, Shakes4cc said:

Hi, I was wondering if the Paint.NET plugin API has received support for having plugins create their own layers recently.

No, it has not yet received the features I need.

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

On 5/25/2024 at 4:01 AM, null54 said:

No, it has not yet received the features I need.

 

FileType plugins have always been able to read/create multiple layers. What other functionality are you waiting on?

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

29 minutes ago, Rick Brewster said:

What other functionality are you waiting on?

 

The ability to configure the save UI based on the document.

  • Upvote 1

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

  • null54 changed the title to DDS FileType Plus (7-03-2024)

Release version 1.12.9, which adds support for reading files that have fewer mipmaps than the header specifies.

  • Like 1
  • Upvote 1

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...