Skip to content

How can I read the number of layers in an .ai file? #1530

Closed
@WangZiXiao-ChenDu

Description

@WangZiXiao-ChenDu

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions