Closed
Description
Magick.NET version
13.5.0
Environment (Operating system, version and so on)
C#
Description
How can I read the number of layers in an .ai file?
001.zip
Steps to Reproduce
using ImageMagick;
using (MagickImageCollection images = new MagickImageCollection())
{
images.Read(inputFilePath);
}
Metadata
Metadata
Assignees
Labels
No labels