Jump to content

[SOLVED] ImageDDS -e extension


photo

Recommended Posts

Posted

Hello.

 

When I run;

imagedds_x86.exe -e PNG -d file.dds

I get the error;

unknow extension "PNG"

 

I have also tried using ".PNG", "png", ".png"... and none work, you get given the same error.

Documentation says "-e EXT — output file format (DDS, JPG, TGA, PNG, PSD).". So is the documentation incorrect here? How do I use the -e option or is it broken?

 

Thanks

Posted

Hello,

Sorry, but -e key is seems to work correctly.

The following line should work with no mistakes:
  

 imagedds_x86.exe -e png file.dds

    
What version of SDK do you use?

 

Thanks!

Posted

Hi sebastian,

 

I must have only tried "PNG", ".PNG" and ".png". I must have missed out testing "png" (lower case with no '.') as a value as it magically works now! The documentation should reflect that these options should be in lower case as currently they are written in upper case which was the cause of the confusion.

 

Thanks

Posted

imagedds will be insensitive to the character's case.

×
×
  • Create New...