blob: 1bc78da48568eef63a41f561a5406045cade0920 [file] [log] [blame]
cristyd2432012015-05-04 23:15:15 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2<html lang="en">
cristyad41c0c2012-10-31 00:49:28 +00003<head>
cristyd2432012015-05-04 23:15:15 +00004 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
cristyffb69ed2010-12-25 00:06:48 +00007 <title>ImageMagick: Application Program Interfaces</title>
cristyd2432012015-05-04 23:15:15 +00008 <meta http-equiv="content-language" content="en-US">
9 <meta http-equiv="content-type" content="text/html; charset=utf-8">
10 <meta http-equiv="reply-to" content="magick-users@imagemagick.org">
11 <meta name="application-name" content="ImageMagick">
12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.">
13 <meta name="application-url" content="http://www.imagemagick.org">
14 <meta name="generator" content="PHP">
15 <meta name="keywords" content="application, program, interfaces, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert">
16 <meta name="rating" content="GENERAL">
17 <meta name="robots" content="INDEX, FOLLOW">
18 <meta name="generator" content="ImageMagick Studio LLC">
19 <meta name="author" content="ImageMagick Studio LLC">
20 <meta name="revisit-after" content="2 DAYS">
21 <meta name="resource-type" content="document">
22 <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC">
23 <meta name="distribution" content="Global">
cristy44443b92015-05-05 00:06:07 +000024 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1">
cristyd2432012015-05-04 23:15:15 +000025 <link rel="icon" href="../images/wand.png">
26 <link rel="shortcut icon" href="../images/wand.ico" type="images/x-icon">
cristy44443b92015-05-05 00:06:07 +000027 <link rel="stylesheet" href="css/bootstrap.min.css">
28 <link rel="stylesheet" href="css/magick.css">
cristyad41c0c2012-10-31 00:49:28 +000029</head>
30
cristyd2432012015-05-04 23:15:15 +000031<body>
cristyad41c0c2012-10-31 00:49:28 +000032<div class="main">
cristyd2432012015-05-04 23:15:15 +000033<div class="magick-masthead">
34 <div class="container">
35 <script type="text/javascript">
36 <!--
37 google_ad_client = "pub-3129977114552745";
38 google_ad_slot = "5439289906";
39 google_ad_width = 728;
40 google_ad_height = 90;
41 //-->
42 </script>
43 <center><script type="text/javascript" src="http://localhost/pagead/show_ads.js">
44 </script></center>
45 <nav class="magick-nav">
cristy44443b92015-05-05 00:06:07 +000046 <a class="magick-nav-item " href="../index.html">Home</a>
cristyd2432012015-05-04 23:15:15 +000047 <a class="magick-nav-item " href="binary-releases.html">Downloads</a>
48 <a class="magick-nav-item " href="command-line-tools.html">Tools</a>
49 <a class="magick-nav-item " href="command-line-options.html">Options</a>
50 <a class="magick-nav-item active" href="api.html">Development</a>
cristy44443b92015-05-05 00:06:07 +000051 <a class="magick-nav-item" href="http://www.imagemagick.org/discourse-server/">Community</a>
cristyd2432012015-05-04 23:15:15 +000052 <a class="magick-nav-item navbar-right " href="search.html">Search</a>
53 </nav>
54 </div>
55</div>
56<div class="container">
57<div class="magick-header">
cristyad41c0c2012-10-31 00:49:28 +000058
cristyd2432012015-05-04 23:15:15 +000059<p class="lead magick-description">ImageMagick includes a number of ready-made ImageMagick interfaces. This makes it possible to modify or create images automagically and dynamically.</p>
cristyffb69ed2010-12-25 00:06:48 +000060
cristyd2432012015-05-04 23:15:15 +000061<dl class="dl-horizontal">
cristydcca3fa2010-12-29 21:50:07 +000062 <dt><a id="ada"></a>Ada</dt>
63
cristy361f4662010-12-31 23:02:52 +000064<dd><a href="https://gna.org/projects/g2f/">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd>
cristydcca3fa2010-12-29 21:50:07 +000065
66 <dt><a id="c"></a>C</dt>
67
cristy751980d2012-06-03 23:18:35 +000068<dd>Use <a href="magick-wand.html">MagickWand</a> to convert, compose, and edit images from the C language. There is also the low-level <a href="magick-core.html">MagickCore</a> library for wizard-level developers.</dd>
cristydcca3fa2010-12-29 21:50:07 +000069
70 <dt><a id="ch"></a>Ch</dt>
71
cristy149d58c2013-08-07 19:44:54 +000072<dd><a href="../ChMagick">ChMagick</a> is a <a href="http://www.softintegration.com/">Ch</a> binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.</dd>
cristydcca3fa2010-12-29 21:50:07 +000073
cristy2bd2a982011-02-15 00:52:58 +000074 <dt><a id="com_"></a>COM+</dt>
cristydcca3fa2010-12-29 21:50:07 +000075
cristy751980d2012-06-03 23:18:35 +000076<dd>Use <a href="ImageMagickObject.html">ImageMagickObject</a> to convert, compose, and edit images from a Windows COM+ compatible component.</dd>
cristydcca3fa2010-12-29 21:50:07 +000077
cristy2bd2a982011-02-15 00:52:58 +000078 <dt><a id="c__"></a>C++</dt>
cristydcca3fa2010-12-29 21:50:07 +000079
cristy44443b92015-05-05 00:06:07 +000080<dd><a href="../Magick++">Magick++</a> provides an object-oriented C++ interface to ImageMagick. See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf">A Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++. We include the <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.odt">source</a> if you want to correct, enhance, or expand the tutorial.</dd>
cristy8ee7f242013-06-20 16:08:44 +000081
82 <dt><a id="go"></a>GO</dt>
cristy91469932014-07-25 11:00:25 +000083 <dd><a href="https://github.com/gographics/imagick">GoImagick</a> is a set of Go bindings to ImageMagick's MagickWand and MagickCore C APIs.</dd>
cristydcca3fa2010-12-29 21:50:07 +000084
85 <dt><a id="java"></a>Java</dt>
86
cristy361f4662010-12-31 23:02:52 +000087<dd><a href="http://www.jmagick.org">JMagick</a> provides an object-oriented Java interface to ImageMagick. <a href="http://im4java.sourceforge.net">Im4java</a> is a pure-java interface to the ImageMagick command-line.</dd>
cristydcca3fa2010-12-29 21:50:07 +000088
89 <dt><a id="labview"></a>LabVIEW</dt>
90
cristy361f4662010-12-31 23:02:52 +000091<dd><a href="http://forums.lavag.org/downloads-file90.html">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</dd>
cristydcca3fa2010-12-29 21:50:07 +000092
93 <dt><a id="lisp"></a>Lisp</dt>
94
cristy361f4662010-12-31 23:02:52 +000095<dd><a href="http://common-lisp.net/project/cl-magick/">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</dd>
cristydcca3fa2010-12-29 21:50:07 +000096
cristy8ee7f242013-06-20 16:08:44 +000097 <dt><a id="lua"></a>Lua</dt>
98
99<dd><a href="https://github.com/leafo/magick">Lua</a> bindings to ImageMagick for LuaJIT using FFI.</dd>
100
cristydcca3fa2010-12-29 21:50:07 +0000101 <dt><a id="neko"></a>Neko</dt>
102
cristy8ee7f242013-06-20 16:08:44 +0000103<dd><a href="http://code.google.com/p/nmagick">NMagick</a> 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.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000104
105 <dt><a id="dot-net"></a>.NET</dt>
106
cristy149d58c2013-08-07 19:44:54 +0000107<dd>Use <a href="http://magick.codeplex.com/">Magick.NET</a> to convert, compose, and edit images from Windows .NET.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000108
109<dd><a href="http://sourceforge.net/projects/imagemagickapp/">ImageMagickApp</a> is a .NET application written in C# that utilizes the ImageMagick command line to allow conversion of multiple image formats to different formats.</dd>
110
111 <dt><a id="pascal"></a>Pascal</dt>
112
cristy6bcf48e2011-02-15 19:09:04 +0000113<dd><a href="http://wiki.freepascal.org/PascalMagick">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000114
115 <dt><a id="perl"></a>Perl</dt>
116
cristy751980d2012-06-03 23:18:35 +0000117<dd>Use <a href="perl-magick.html">PerlMagick</a> to convert, compose, and edit images from the Perl language.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000118
119 <dt><a id="php"></a>PHP</dt>
120
cristy361f4662010-12-31 23:02:52 +0000121<dd><a href="http://www.magickwand.org/">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000122
cristy6ad765e2013-02-24 22:14:01 +0000123<dd><a href="http://pecl.html.net/package/imagick">IMagick</a> is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available <a href="http://php.net/imagick">here</a>.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000124
cristy361f4662010-12-31 23:02:52 +0000125<dd><a href="http://www.francodacosta.com/phmagick">phMagick</a> 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.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000126
127
128 <dt><a id="python"></a>Python</dt>
129
cristy361f4662010-12-31 23:02:52 +0000130<dd><a href="http://www.assembla.com/wiki/show/pythonmagickwand">PythonMagickWand</a> is an object-oriented Python interface to MagickWand based on ctypes.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000131
cristy361f4662010-12-31 23:02:52 +0000132<dd><a href="http://www.imagemagick.org/download/python/">PythonMagick</a> is an object-oriented Python interface to ImageMagick.</dd>
cristy149d58c2013-08-07 19:44:54 +0000133<dd><a href="http://wand-py.org/">Wand</a> is a ctypes-based ImagedMagick binding library for Python.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000134
135 <dt><a id="realbasic"></a>REALbasic</dt>
136
cristy361f4662010-12-31 23:02:52 +0000137<dd>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000138
139 <dt><a id="ruby"></a>Ruby</dt>
140
cristy751980d2012-06-03 23:18:35 +0000141<dd><a href="http://rmagick.rubyforge.org/">RMagick</a> is an interface between the Ruby programming language and the <a href="magick-core.html">MagickCore</a> image processing libraries. Get started with RMagick by perusing the <a href="http://www.imagemagick.org/RMagick/doc/">documentation</a>.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000142
cristy751980d2012-06-03 23:18:35 +0000143<dd><a href="http://magickwand.rubyforge.org/">MagickWand for Ruby</a> is an interface between the Ruby programming language and the <a href="magick-wand.html">MagickWand</a> image processing libraries. Get started with MagickWand for PHP by perusing the <a href="http://magickwand.rubyforge.org/">documentation</a>.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000144
cristy361f4662010-12-31 23:02:52 +0000145<dd><a href="http://rubyforge.org/projects/mini-magick">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000146
cristy361f4662010-12-31 23:02:52 +0000147<dd><a href="http://quickmagick.rubyforge.org/quick_magick">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000148
cristy8ee7f242013-06-20 16:08:44 +0000149 <dt><a id="rust"></a>Rust</dt>
150
151<dd><a href="https://github.com/influenza/wand-of-rust">RustWand</a> is a MagickWand bindings for the Rust language.</dd>
152
153<dt><a id="tcl"></a>Tcl/Tk</dt>
cristydcca3fa2010-12-29 21:50:07 +0000154
cristy361f4662010-12-31 23:02:52 +0000155<dd><a href="http://tclmagick.sourceforge.net/">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000156
157 <dt><a id="xml-rpc"></a>XML RPC</dt>
158
cristy8ee7f242013-06-20 16:08:44 +0000159<dd><a href="http://code.google.com/p/remotemagick/">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000160</dl>
cristy3ed852e2009-09-05 21:47:34 +0000161</div>
cristyd2432012015-05-04 23:15:15 +0000162 <footer class="magick-footer">
163 <div class="magick-nav-item navbar-left">
164 <a href="support.html">Donations</a>
165 </div>
166 <div class="magick-nav-item navbar-right">
cristy44443b92015-05-05 00:06:07 +0000167 <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="../index.html"></a>
cristyd2432012015-05-04 23:15:15 +0000168 <noscript>
169 <a href="http://flattr.com/thing/947300/Convert-Edit-And-Compose-Images" target="_blank">
170 <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></a>
171 </noscript>
172 </div>
173 <p><a href="sitemap.html">Sitemap</a>
174 <a href="links.html">Related</a>
175 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Image Studio</a>
176 <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
177 <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
178</p>
179 <p><a href="api.html#">Back to top</a>
180 <a href="contact.html">Contact Us</a></p>
181 </footer>
182</div><!-- /.container -->
cristyad41c0c2012-10-31 00:49:28 +0000183
cristyd2432012015-05-04 23:15:15 +0000184 <script src="https://localhost/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
185 <script src="../js/bootstrap.min.js"></script>
186 <script type="text/javascript">
187 /* */
188 (function() {
189 var s = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
190 s.type = 'text/javascript';
191 s.async = true;
192 s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
193 t.parentNode.insertBefore(s, t);
194 })();
195 /* */
196 </script>
cristyad41c0c2012-10-31 00:49:28 +0000197</div>
cristyad41c0c2012-10-31 00:49:28 +0000198</body>
cristy44443b92015-05-05 00:06:07 +0000199</html><!-- Magick Cache 4th May 2015 17:58 -->