Temporarily remove DDS format from compatible filetypes.
Due to FreeImage limitations, DDS still isn't a supported filetype, yet it is listed as one. Please make a note that this is currently not the case, and a new codec is being worked on. Thank you!
I haven't tested this but it is listed as supported on FreeImage site. Do you have a source for it not being supported?
https://github.com/GameFoundry/bsf/blob/28ca5177e99c55b68f529af9cdac56cf7d7fa3f1/Source/Plugins/bsfFreeImgImporter/BsFreeImgImporter.cpp#L48
Trying to load a dds file using bsf gives an unsupported type warning, and removing line 50 and 51 from the file above crashes bsf when trying to load a dds file.
Thanks, I'll need to double-check what's up with that.
Hi, Just checked and this format is not native from FreeImage but as a plugin. The source of the plugin is there