[C | Ch | C++ | Java | Lisp | Pascal | Perl | PHP | Python | Ruby | Tcl/TK ]
ImageMagick includes a number of ready-made ImageMagick interfaces. This makes it possible to modify or create images automatically and dynamically.
Use MagickWand to convert, compose, and edit images from the C language. There is also the low-level MagickCore library but is only recommended for wizard-level developers.
ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.
Magick++ provides an object-oriented C++ interface to ImageMagick.
JMagick provides an object-oriented Java interface to ImageMagick.
CL-Magick provides a Common Lisp interface to the ImageMagick library.
PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.
Use PerlMagick to convert, compose, and edit images from the Perl language.
MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.
PythonMagick an object-oriented Python interface to ImageMagick.
RMagick is an interface between the Ruby programming language and the ImageMagick image processing libraries. RMagick has a 2D drawing library add-on, RVG, based on the Scalable Vector Graphics specification.
TclMagick a native Tcl-extension to the ImageMagick MagickWand API.
|