Jump to content

[SOLVED] imageDDS error


photo

Recommended Posts

Posted

Image dds is not able to convert this file, it throws error. Dont know why, it seems OK.

post-714-0-99332900-1451168613_thumb.png

Posted

Hi Jirka,

It is indeed very strange behavior - I've created ticket in our internal bug tracker.

 

This texture can be compressed successfully if you put it into the uncompressed folder and assign to albedo texture slot in Material editor window.

 

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

  • 1 month later...
Posted

Hi Jirka,

 

DDS doesn't support RGB16 / RGB16F / RGB32F formats. You should specify output image format manually (imagedds.exe file.png -f DXT1 for example).

 

We've added small workaround for such textures in the upcoming 2.2 SDK update - they will be converted automatically to RGB16A / RGBA32 / RGBA32F formats if no other options specified.

 

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

×
×
  • Create New...