wand icon indicating copy to clipboard operation
wand copied to clipboard

Supported format modes

Open OskarPersson opened this issue 5 years ago • 1 comments

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?

OskarPersson avatar Mar 13 '19 12:03 OskarPersson

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).

emcconville avatar Mar 13 '19 13:03 emcconville