View Single Post
05/01/14, 08:40 AM   #13
klaro00
 
klaro00's Avatar
Join Date: Apr 2014
Posts: 31
Originally Posted by Seerah View Post
If I recall correctly, Paint.NET supports .dds
Yep, I can confirm that Paint.NET is capable of handling DDS files. I found out that image sizes should have a width and height which are a power of two (2, 4, 8, 16, 32, 64, ...), not only a multiple of 8. This constraint should only be nessacary if you save DDS files with a "mipmap" included, but it seems that even if I uncheck the mipmap option the images would not show unless the sizes are a power of two (don't know if this is only for ESO).

In Paint.NET, I use these settings when saving a DDS file (sorry, I just have the german option labels): "DXT5", Kompressortyp: "Range-Anpassung", Fehlermetrik: "Einheitlich", Keine MipMaps generieren.

HTH,
Klaro
  Reply With Quote