NickNaso / magick-cli

Native ImageMagick CLI for Node.js
http://www.nacios.it
Apache License 2.0
14 stars 2 forks source link

ImageMagick documentation #1

Closed NickNaso closed 7 years ago

NickNaso commented 7 years ago

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.

NickNaso commented 7 years ago

The MagickWandCLI is available only for ImageMagick version 7

NickNaso commented 7 years ago

Ref. https://github.com/ImageMagick/ImageMagick/issues/388#issuecomment-282376588

NickNaso commented 7 years ago

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.