carl.sutton Posted July 25, 2013 Posted July 25, 2013 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
sebastianbah Posted July 25, 2013 Posted July 25, 2013 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!
carl.sutton Posted July 25, 2013 Author Posted July 25, 2013 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
frustum Posted July 28, 2013 Posted July 28, 2013 imagedds will be insensitive to the character's case.
Recommended Posts