Magick.NET
Magick.NET copied to clipboard
"One or more errors occurred. (image type not supported `' @ error/dds.c/ReadDDSImage/2730)"
Description
Library throws an exception when trying to load DDS file Example file: https://s.sdev.ml/index.php/s/SDmZGmEJq9DL2w7
Steps to Reproduce
var image = new MagickImage("example.dds");
System Configuration
Magick.NET 8.5.0 Windows 10 x64
Can you please attach the file as a zip with the .dds inside it instead?
That image uses ATI2 compression and that is not yet supported by ImageMagick/Magick.NET.
Related issue: https://github.com/ImageMagick/ImageMagick/discussions/4728