-
-
Notifications
You must be signed in to change notification settings - Fork 437
Closed
Labels
Description
Magick.NET version
Magick.NET-Q16-HDRI-OpenMP-x64 13.5.0
Environment (Operating system, version and so on)
Windows 10
Description
Opening and saving multipage DDS (cubemap) producing one-page image
Steps to Reproduce
using (MagickImageCollection image = new MagickImageCollection("test.dds")) // Cubemap with six pages
{
image.Write("test_2.dds"); // Plain dds with one (first) image
}