Magick.NET icon indicating copy to clipboard operation
Magick.NET copied to clipboard

"One or more errors occurred. (image type not supported `' @ error/dds.c/ReadDDSImage/2730)"

Open prophetl33t opened this issue 4 years ago • 4 comments

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

prophetl33t avatar Jan 14 '22 10:01 prophetl33t

Can you please attach the file as a zip with the .dds inside it instead?

dlemstra avatar Jan 14 '22 10:01 dlemstra

example.zip

prophetl33t avatar Jan 14 '22 10:01 prophetl33t

That image uses ATI2 compression and that is not yet supported by ImageMagick/Magick.NET.

dlemstra avatar Jan 15 '22 20:01 dlemstra

Related issue: https://github.com/ImageMagick/ImageMagick/discussions/4728

dlemstra avatar Feb 05 '22 10:02 dlemstra