Closed NickNaso closed 7 years ago
The MagickWandCLI is available only for ImageMagick version 7
Only the ImageMagick version 7 has the MaigWand Command LIne Interface so the version 6 is not compatible and it will not supported by this module library.
Here the documentation for ImageMagick ImageMagick includes a number of ready-made interfaces. This makes it possible to modify or create images automagically and dynamically utilizing your favorite development platform. https://www.imagemagick.org/script/develop.php Magick++ API is the object-oriented C++ API to the ImageMagick image-processing library. https://www.imagemagick.org/script/magick++.php MagickCore https://www.imagemagick.org/api/MagickCore/index.html MagickCLI https://www.imagemagick.org/api/MagickWand/struct__MagickCLI.html Examples use of MagickCLI https://github.com/ImageMagick/ImageMagick/tree/master/api_examples
Start from these documentations to create the module.