Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported format modes #401

Open
OskarPersson opened this issue Mar 13, 2019 · 1 comment
Open

Supported format modes #401

OskarPersson opened this issue Mar 13, 2019 · 1 comment

Comments

@OskarPersson
Copy link

I can get the supported formats using wand.version.formats, but how do I also get the supported mode for each format similar to the output from identify -list format?

@emcconville
Copy link
Owner

The wand library wraps ImageMagick's MagickWand library through C-API. The information you would like is only available in MagickCore library through GetMagickInfoList method, and not currently extended to MagickWand (as far as I know).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants