You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use ImageMagick on the command line this file also contains a single layer. You might want to reach out to GhostScript who's program we use to read this file and ask why we only get one layer? Maybe the other layers are invisible?
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);
}
The text was updated successfully, but these errors were encountered: