Attempted to resize 5 direct draw surface images from 1-16k down to half a k (512x512)
Seems to work but the "resized" files are identical to the originals. Not sure what I'm doing wrong.
Flexxi can resize jpg, gif and png images, all other formats (e.g. .dds) are treated as "other files" and just copied (or ignored; see settings) to the target location. Since the Bitmap Class of C# (used for resizing) does not support .dds, there are also no plans to extend the supported file formats to *.dds.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Flexxi can resize jpg, gif and png images, all other formats (e.g. .dds) are treated as "other files" and just copied (or ignored; see settings) to the target location. Since the Bitmap Class of C# (used for resizing) does not support .dds, there are also no plans to extend the supported file formats to *.dds.