blob: 1f7b9ab20382922203eaa69c08f9a1d702279f42 [file] [log] [blame]
cristyad41c0c2012-10-31 00:49:28 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3<html version="-//W3C//DTD XHTML 1.1//EN"
4 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 xsi:schemaLocation="http://www.w3.org/1999/xhtml
7 http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
8<head>
9 <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
cristy8ee7f242013-06-20 16:08:44 +000010 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
cristyffb69ed2010-12-25 00:06:48 +000011 <title>ImageMagick: Application Program Interfaces</title>
cristy751980d2012-06-03 23:18:35 +000012 <meta http-equiv="content-language" content="en-US"/>
13 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
14 <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
15 <meta name="application-name" content="ImageMagick"/>
cristy8ee7f242013-06-20 16:08:44 +000016 <meta name="description" content="Use ImageMagick to convert, edit, or compose bitmap images in a variety of formats. In addition, resize, rotate, shear, distort or transform images automagically."/>
cristy751980d2012-06-03 23:18:35 +000017 <meta name="application-url" content="http://www.imagemagick.org"/>
18 <meta name="generator" content="PHP"/>
19 <meta name="keywords" content="application, program, interfaces, ImageMagick, PerlMagick, image processing, OpenMP, software development library, image, photo, software, Magick++, MagickWand"/>
20 <meta name="rating" content="GENERAL"/>
21 <meta name="robots" content="INDEX, FOLLOW"/>
22 <meta name="generator" content="ImageMagick Studio LLC"/>
23 <meta name="author" content="ImageMagick Studio LLC"/>
24 <meta name="revisit-after" content="2 DAYS"/>
25 <meta name="resource-type" content="document"/>
cristy8ee7f242013-06-20 16:08:44 +000026 <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
cristy751980d2012-06-03 23:18:35 +000027 <meta name="distribution" content="Global"/>
cristydcca3fa2010-12-29 21:50:07 +000028 <link rel="icon" href="../images/wand.png"/>
cristy3c98a4f2010-08-13 20:09:41 +000029 <link rel="shortcut icon" href="../images/wand.ico" type="images/x-icon"/>
cristyad41c0c2012-10-31 00:49:28 +000030 <link rel="canonical" href="http://www.imagemagick.org" />
31 <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>
cristy8ee7f242013-06-20 16:08:44 +000032
cristyad41c0c2012-10-31 00:49:28 +000033 <!-- Add jQuery library -->
cristy8ee7f242013-06-20 16:08:44 +000034 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
cristyad41c0c2012-10-31 00:49:28 +000035
cristy8ee7f242013-06-20 16:08:44 +000036 <!-- Add mousewheel plugin (this is optional) -->
37 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
cristyad41c0c2012-10-31 00:49:28 +000038
39 <!-- Add fancyBox -->
cristy8ee7f242013-06-20 16:08:44 +000040 <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" />
41 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.0.6"></script>
cristyad41c0c2012-10-31 00:49:28 +000042
cristy8ee7f242013-06-20 16:08:44 +000043 <!-- Optionally add helpers - button, thumbnail and/or media -->
44 <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.2" type="text/css" media="screen" />
45 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.2"></script>
46 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.0"></script>
cristyad41c0c2012-10-31 00:49:28 +000047
cristy8ee7f242013-06-20 16:08:44 +000048 <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.6" type="text/css" media="screen" />
49 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.6"></script>
50
cristyad41c0c2012-10-31 00:49:28 +000051 <script type="text/javascript">
52 $(document).ready(function() {
53 $(".fancybox").fancybox();
54 });
55 </script>
cristy8ee7f242013-06-20 16:08:44 +000056
cristyad41c0c2012-10-31 00:49:28 +000057 <!-- ImageMagick style -->
cristyad41c0c2012-10-31 00:49:28 +000058 <style type="text/css" media="all">
59 @import url("../www/magick.css");
60 </style>
61</head>
62
63<body id="www-imagemagick-org">
cristy8ee7f242013-06-20 16:08:44 +000064
65<script>
66 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
67 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
68 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
69 })(window,document,'offline-script','//127.0.0.1/analytics.js','ga');
70
71 ga('create', 'UA-40133312-1', 'imagemagick.org');
72 ga('send', 'pageview');
73</script>
74
cristyad41c0c2012-10-31 00:49:28 +000075<div class="titlebar">
76<div style="margin: 17px auto; float: left;">
77 <script type="text/javascript">
78 <!--
79 google_ad_client = "pub-3129977114552745";
80 google_ad_slot = "5439289906";
81 google_ad_width = 728;
82 google_ad_height = 90;
83 //-->
84 </script>
85 <script type="text/javascript"
cristy8ee7f242013-06-20 16:08:44 +000086 src="http://127.0.0.1/pagead/show_ads.js">
cristyad41c0c2012-10-31 00:49:28 +000087 </script>
88</div>
cristy8ee7f242013-06-20 16:08:44 +000089<a href="http://www.imagemagick.org/discourse-server/">
cristyad41c0c2012-10-31 00:49:28 +000090 <img src="../images/logo.jpg"
91 alt="ImageMagick Logo"
92 style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
93<a href="../index.html">
94 <img src="../images/sprite.jpg"
95 alt="ImageMagick Sprite"
96 style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
97</div>
98
99<div class="westbar">
100
cristy3ed852e2009-09-05 21:47:34 +0000101<div class="menu">
cristy83a272e2010-05-07 20:40:35 +0000102 <a title="About ImageMagick" href="../index.html">About ImageMagick</a>
cristy3ed852e2009-09-05 21:47:34 +0000103</div>
cristy3ed852e2009-09-05 21:47:34 +0000104<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000105 <a title="Binary Releases" href="binary-releases.html">Binary Releases</a>
cristybb503372010-05-27 20:51:26 +0000106</div>
107<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000108 <a title="Binary Release: Unix" href="binary-releases.html#unix">Unix</a>
cristybb503372010-05-27 20:51:26 +0000109</div>
110<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000111 <a title="Binary Release: MacOS X" href="binary-releases.html#macosx">Mac OS X</a>
cristybb503372010-05-27 20:51:26 +0000112</div>
113<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000114 <a title="Binary Release: iOS" href="binary-releases.html#iOS">iOS</a>
cristyda16f162011-02-19 23:52:17 +0000115</div>
116<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000117 <a title="Binary Release: Windows" href="binary-releases.html#windows">Windows</a>
cristybb503372010-05-27 20:51:26 +0000118</div>
cristyad41c0c2012-10-31 00:49:28 +0000119<div class="sep"></div>
cristybb503372010-05-27 20:51:26 +0000120<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000121 <a title="Command-line Tools" href="command-line-tools.html">Command-line Tools</a>
cristy3ed852e2009-09-05 21:47:34 +0000122</div>
123<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000124 <a title="Command-line Tools: Processing" href="command-line-processing.html">Processing</a>
cristy3ed852e2009-09-05 21:47:34 +0000125</div>
126<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000127 <a title="Command-line Tools: Options" href="command-line-options.html">Options</a>
cristy3ed852e2009-09-05 21:47:34 +0000128</div>
129<div class="sub">
cristy83a272e2010-05-07 20:40:35 +0000130 <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a>
cristy3ed852e2009-09-05 21:47:34 +0000131</div>
132<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000133 <a title="Program Interfaces" href="api.html">Program Interfaces</a>
cristy3ed852e2009-09-05 21:47:34 +0000134</div>
135<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000136 <a title="Program Interface: MagickWand" href="magick-wand.html">MagickWand</a>
cristy3ed852e2009-09-05 21:47:34 +0000137</div>
138<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000139 <a title="Program Interface: MagickCore" href="magick-core.html">MagickCore</a>
cristy3ed852e2009-09-05 21:47:34 +0000140</div>
141<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000142 <a title="Program Interface: PerlMagick" href="perl-magick.html">PerlMagick</a>
cristy3ed852e2009-09-05 21:47:34 +0000143</div>
144<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000145 <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
cristy3ed852e2009-09-05 21:47:34 +0000146</div>
cristyad41c0c2012-10-31 00:49:28 +0000147<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000148<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000149 <a title="Install from Source" href="install-source.html">Install from Source</a>
cristy3ed852e2009-09-05 21:47:34 +0000150</div>
151<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000152 <a title="Install from Source: Unix" href="install-source.html#unix">Unix</a>
cristy3ed852e2009-09-05 21:47:34 +0000153</div>
154<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000155 <a title="Install from Source: Windows" href="install-source.html#windows">Windows</a>
cristy3ed852e2009-09-05 21:47:34 +0000156 </div>
157<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000158 <a title="Resources" href="resources.html">Resources</a>
cristy3ed852e2009-09-05 21:47:34 +0000159</div>
cristybb503372010-05-27 20:51:26 +0000160<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000161 <a title="Architecture" href="architecture.html">Architecture</a>
cristybb503372010-05-27 20:51:26 +0000162</div>
cristy3ed852e2009-09-05 21:47:34 +0000163<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000164 <a title="Download" href="download.html">Download</a>
cristy3ed852e2009-09-05 21:47:34 +0000165</div>
cristyad41c0c2012-10-31 00:49:28 +0000166<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000167<div class="menu">
cristy8ee7f242013-06-20 16:08:44 +0000168 <a title="Search" href="search.html">Search</a>
cristy3ed852e2009-09-05 21:47:34 +0000169</div>
cristyad41c0c2012-10-31 00:49:28 +0000170<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000171<div class="menu">
cristy751980d2012-06-03 23:18:35 +0000172 <a title="Site Map" href="sitemap.html">Site Map</a>
cristy3ed852e2009-09-05 21:47:34 +0000173</div>
174<div class="sub">
cristy751980d2012-06-03 23:18:35 +0000175 <a title="Site Map: Links" href="links.html">Links</a>
cristy3ed852e2009-09-05 21:47:34 +0000176</div>
cristyad41c0c2012-10-31 00:49:28 +0000177<div class="sep"></div>
cristyeed6cb62012-01-28 19:38:34 +0000178<div class="menu">
cristy8ee7f242013-06-20 16:08:44 +0000179 <a title="Support ImageMagick Development" href="support.html">Support ImageMagick Development</a>
cristy3ed852e2009-09-05 21:47:34 +0000180</div>
cristyad41c0c2012-10-31 00:49:28 +0000181</div>
182
183<div class="eastbar">
cristyad41c0c2012-10-31 00:49:28 +0000184 <script type="text/javascript">
cristy8ee7f242013-06-20 16:08:44 +0000185 /* <![CDATA[ */
cristyad41c0c2012-10-31 00:49:28 +0000186 (function() {
cristy8ee7f242013-06-20 16:08:44 +0000187 var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
188 po.type = 'text/javascript';
189 po.async = true;
190 po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
191 var script = document.getElementsByTagName('offline-script')[0];
192 script.parentNode.insertBefore(po, script);
cristyad41c0c2012-10-31 00:49:28 +0000193 })();
cristy8ee7f242013-06-20 16:08:44 +0000194 /* ]]> */
cristyad41c0c2012-10-31 00:49:28 +0000195 </script>
cristy8ee7f242013-06-20 16:08:44 +0000196 <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></a></div>
197 <noscript>
198 <a href="http://flattr.com/thing/947300/Convert-Edit-And-Compose-Images" target="_blank">
199 <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
200 </noscript>
201 <div class="g-plusone" id="gplusone"></div>
202 <script type="text/javascript">
203 /* <![CDATA[ */
204 window.___gcfg = {
205 lang: 'en-US'
206 };
207
208 (function() {
209 var po = document.createElement('offline-script');
210 po.type = 'text/javascript';
211 po.async = true;
212 po.src = 'https://127.0.0.1/js/plusone.js';
213 var script = document.getElementsByTagName('offline-script')[0];
214 script.parentNode.insertBefore(po, script);
215 })();
216 var gplusone = document.getElementById("gplusone");
217 gplusone.setAttribute("data-size","medium");
218 gplusone.setAttribute("data-count","true");
219 /* ]]> */
220 </script>
cristyad41c0c2012-10-31 00:49:28 +0000221</div>
222
223<div class="main">
224
cristy8ee7f242013-06-20 16:08:44 +0000225<h1>Convert, Edit, or Compose Images With Your Favorite Programming Language</h1>
cristyffb69ed2010-12-25 00:06:48 +0000226
cristy8ee7f242013-06-20 16:08:44 +0000227<p class="navigation-index">[<a href="api.html#ada">Ada</a> &bull; <a href="api.html#c">C</a> &bull; <a href="api.html#ch">Ch</a> &bull; <a href="api.html#com_">COM+</a> &bull; <a href="api.html#c__">C++</a> &bull; <a href="api.html#go">Go</a> &bull; <a href="api.html#java">Java</a> &bull; <a href="api.html#labview">LabVIEW</a> &bull; <a href="api.html#lisp">Lisp</a> &bull; <a href="api.html#lua">Lua</a> &bull; <a href="api.html#neko">Neko</a> &bull; <a href="api.html#dot-net">.NET</a> &bull; <a href="api.html#pascal">Pascal</a> &bull; <a href="api.html#perl">Perl</a> &bull; <a href="api.html#php">PHP</a> &bull; <a href="api.html#python">Python</a> &bull; <a href="api.html#realbasic">Realbasic</a> &bull; <a href="api.html#ruby">Ruby</a> &bull; <a href="api.html#rust">Rust</a> &bull; <a href="api.html#tcl">Tcl/TK</a> &bull; <a href="api.html#xml-rpc">XML RPC</a>]</p>
cristydcca3fa2010-12-29 21:50:07 +0000228
229
230<div class="doc-section">
cristy3ed852e2009-09-05 21:47:34 +0000231
232<p>ImageMagick includes a number of ready-made ImageMagick interfaces. This makes it possible to modify or create images automagically and dynamically.</p>
233
cristydcca3fa2010-12-29 21:50:07 +0000234<dl>
235 <dt><a id="ada"></a>Ada</dt>
236
cristy361f4662010-12-31 23:02:52 +0000237<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 +0000238
239 <dt><a id="c"></a>C</dt>
240
cristy751980d2012-06-03 23:18:35 +0000241<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 +0000242
243 <dt><a id="ch"></a>Ch</dt>
244
cristy8ee7f242013-06-20 16:08:44 +0000245<dd><a href="http://www.imagemagick.org/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 +0000246
cristy2bd2a982011-02-15 00:52:58 +0000247 <dt><a id="com_"></a>COM+</dt>
cristydcca3fa2010-12-29 21:50:07 +0000248
cristy751980d2012-06-03 23:18:35 +0000249<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 +0000250
cristy2bd2a982011-02-15 00:52:58 +0000251 <dt><a id="c__"></a>C++</dt>
cristydcca3fa2010-12-29 21:50:07 +0000252
cristy8ee7f242013-06-20 16:08:44 +0000253<dd><a href="http://www.imagemagick.org/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>
254
255 <dt><a id="go"></a>GO</dt>
256 <dd><a href="https://github.com/gobinds/imagick">GoImagick</a> is a set of Go bindings to ImageMagick's MagickWand and MagickCore C APIs.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000257
258 <dt><a id="java"></a>Java</dt>
259
cristy361f4662010-12-31 23:02:52 +0000260<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 +0000261
262 <dt><a id="labview"></a>LabVIEW</dt>
263
cristy361f4662010-12-31 23:02:52 +0000264<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 +0000265
266 <dt><a id="lisp"></a>Lisp</dt>
267
cristy361f4662010-12-31 23:02:52 +0000268<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 +0000269
cristy8ee7f242013-06-20 16:08:44 +0000270 <dt><a id="lua"></a>Lua</dt>
271
272<dd><a href="https://github.com/leafo/magick">Lua</a> bindings to ImageMagick for LuaJIT using FFI.</dd>
273
cristydcca3fa2010-12-29 21:50:07 +0000274 <dt><a id="neko"></a>Neko</dt>
275
cristy8ee7f242013-06-20 16:08:44 +0000276<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 +0000277
278 <dt><a id="dot-net"></a>.NET</dt>
279
cristy8ee7f242013-06-20 16:08:44 +0000280<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 +0000281
282<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>
283
284 <dt><a id="pascal"></a>Pascal</dt>
285
cristy6bcf48e2011-02-15 19:09:04 +0000286<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 +0000287
288 <dt><a id="perl"></a>Perl</dt>
289
cristy751980d2012-06-03 23:18:35 +0000290<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 +0000291
292 <dt><a id="php"></a>PHP</dt>
293
cristy361f4662010-12-31 23:02:52 +0000294<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 +0000295
cristy6ad765e2013-02-24 22:14:01 +0000296<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 +0000297
cristy361f4662010-12-31 23:02:52 +0000298<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 +0000299
300
301 <dt><a id="python"></a>Python</dt>
302
cristy361f4662010-12-31 23:02:52 +0000303<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 +0000304
cristy361f4662010-12-31 23:02:52 +0000305<dd><a href="http://www.imagemagick.org/download/python/">PythonMagick</a> is an object-oriented Python interface to ImageMagick.</dd>
cristy8ee7f242013-06-20 16:08:44 +0000306<dd><a href=" http://dahlia.github.com/wand/">Wand</a> is a ctypes-based ImagedMagick binding library for Python.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000307
308 <dt><a id="realbasic"></a>REALbasic</dt>
309
cristy361f4662010-12-31 23:02:52 +0000310<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 +0000311
312 <dt><a id="ruby"></a>Ruby</dt>
313
cristy751980d2012-06-03 23:18:35 +0000314<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 +0000315
cristy751980d2012-06-03 23:18:35 +0000316<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 +0000317
cristy361f4662010-12-31 23:02:52 +0000318<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 +0000319
cristy361f4662010-12-31 23:02:52 +0000320<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 +0000321
cristy8ee7f242013-06-20 16:08:44 +0000322 <dt><a id="rust"></a>Rust</dt>
323
324<dd><a href="https://github.com/influenza/wand-of-rust">RustWand</a> is a MagickWand bindings for the Rust language.</dd>
325
326<dt><a id="tcl"></a>Tcl/Tk</dt>
cristydcca3fa2010-12-29 21:50:07 +0000327
cristy361f4662010-12-31 23:02:52 +0000328<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 +0000329
330 <dt><a id="xml-rpc"></a>XML RPC</dt>
331
cristy8ee7f242013-06-20 16:08:44 +0000332<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 +0000333</dl>
cristy3ed852e2009-09-05 21:47:34 +0000334</div>
cristyad41c0c2012-10-31 00:49:28 +0000335
336</div>
337
338<div id="linkbar">
339 <span id="linkbar-west">&nbsp;</span>
cristy8ee7f242013-06-20 16:08:44 +0000340
cristyad41c0c2012-10-31 00:49:28 +0000341 <span id="linkbar-center">
cristy8ee7f242013-06-20 16:08:44 +0000342 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;
343 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> &bull;
344 <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
cristyad41c0c2012-10-31 00:49:28 +0000345 </span>
346 <span id="linkbar-east">&nbsp;</span>
347 </div>
348 <div class="footer">
cristy45ef08f2012-12-07 13:13:34 +0000349 <span id="footer-west">&copy; 1999-2013 ImageMagick Studio LLC</span>
cristyad41c0c2012-10-31 00:49:28 +0000350 <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
351 </div>
352 <div style="clear: both; margin: 0; width: 100%; "></div>
cristyad41c0c2012-10-31 00:49:28 +0000353</body>
354</html>