Faster3ck / Converseen

Converseen is a batch image converter and resizer
https://converseen.fasterland.net/
GNU General Public License v3.0
423 stars 32 forks source link

Doesn't generate mipmaps for DDS at certain resolutions #150

Open Astalavista1655 opened 11 months ago

Astalavista1655 commented 11 months ago

The program does not generate mipmaps for textures not divisible by 2, i.e. for example, mipmaps will be generated for a 4096x2048 texture, but not for a 3072x1536 texture Screenshot_8 Screenshot_9

Faster3ck commented 11 months ago

Hello and thank you very much for reporting the problem.

Also, would it be possible to have a sample mipmap file so we can better investigate the problem?

Astalavista1655 commented 11 months ago

Hello and thank you very much for reporting the problem.

  • What version of Converseen are you using?
  • What version of Windows are you running the program on?

Also, would it be possible to have a sample mipmap file so we can better investigate the problem?

I am using the latest version 0.11.0.1 Windows 10 LTSC 21H2 textures.zip

Faster3ck commented 11 months ago

Great, thank you very much for the files. I will investigate the cause of the problem to try to solve it!