Scobalula / GameImageUtil

A tool to work with Call of Duty images for Mod Tools
GNU General Public License v3.0
59 stars 11 forks source link

Darking On Conversion DDS #11

Closed D3fa1t1 closed 1 year ago

D3fa1t1 commented 1 year ago

I have done a bit of research:

when the DDS Compression type is xxx_SRGB (DXT5 and DXT1) it converts the texture like it is a linear texture. you can recreate this by: 1st Exporting a DXT5/DXT1 SRGB DDS from something like paint.net 2nd convert it into any format in the mode Direct Convert.

Scobalula commented 1 year ago

The format written is not SRGB, if you need it to write SRGB, you can modify the source code.

D3fa1t1 commented 1 year ago

Thanks for the very helpful answer.

D3fa1t1 commented 1 year ago

i dont know how to thats why i opened this issue in the first place

Scobalula commented 1 year ago

I cannot assist further.