http://www.imagemagick.org/script/api.php
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.
Ada
implements an Ada 95 binding to a subset of the low-level MagickCore library.
C
Use
MagickWand to convert, compose, and edit images from the C language. There is also the low-level
MagickCore library for wizard-level developers.
Ch
ChMagick is a binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.
COM+
Use
ImageMagickObject to convert, compose, and edit images from a Windows COM+ compatible component.
C++
Magick++ provides an object-oriented C++ interface to ImageMagick. See
A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the
source if you want to correct, enhance, or expand the tutorial.
GO
is a set of Go bindings to ImageMagick's MagickWand and MagickCore C APIs.
Java
provides an object-oriented Java interface to ImageMagick. is a pure-java interface to the ImageMagick command-line.
LabVIEW
is an object-oriented LabVIEW interface to ImageMagick.
Lisp
provides a Common Lisp interface to the ImageMagick library.
Lua
bindings to ImageMagick for LuaJIT using FFI.
Neko
is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.
.NET
Use to convert, compose, and edit images from Windows .NET.
ImageMagickApp is a .NET application written in C# that utilizes the ImageMagick command-line to allow conversion of multiple image formats to different formats.
Pascal
a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.
Perl
Use
PerlMagick to convert, compose, and edit images from the Perl language.
PHP
a native PHP-extension to the ImageMagick MagickWand API.
is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available .
is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.
Python
is a ctypes-based ImagedMagick binding library for Python.
PythonMagick is an object-oriented Python interface to ImageMagick.
is an object-oriented Python interface to MagickWand based on ctypes.
REALbasic
The
MBS Realbasic ImageMagick is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.
Ruby
is an interface between the Ruby programming language and the
MagickCore image processing libraries. Get started with RMagick by perusing the
documentation.
is an interface between the Ruby programming language and the
MagickWand image processing libraries. Get started with MagickWand for PHP by perusing the
documentation.
is a Ruby wrapper for ImageMagick command-line. MiniMagick gives you convenient access to all the command-line options ImageMagick supports.
is a gem for easily accessing ImageMagick command-line tools from Ruby programs.
Rust
is a MagickWand bindings for the Rust language.
Tcl/Tk
a native Tcl-extension to the ImageMagick MagickWand API.
XML RPC
is an XML-RPC web service that creates image thumbnails.
阅读(920) | 评论(0) | 转发(0) |