blob: c6ced31e287d5ac7341f2bf56520df77a1064c11 [file] [log] [blame]
cristyf3bb4782009-09-08 13:10:04 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<head>
cristy1f9e1ed2009-11-18 04:09:38 +00005 <meta http-equiv="Content-Type" value="application/xhtml+xml" />
cristyf3bb4782009-09-08 13:10:04 +00006 <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U=" />
7 <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf" />
8 <style type="text/css" media="screen,projection"><!--
9 @import url("../www/magick.css");
10 --></style>
cristy3ed852e2009-09-05 21:47:34 +000011 <link rel="shortcut icon" href="../images/wand.ico" type="images/vnd.microsoft.icon"/>
12 <title>ImageMagick: Application Program Interfaces</title>
13 <meta http-equiv="Content-Language" content="en-US"/>
14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
15 <meta http-equiv="Reply-to" content="magick-users@imagemagick.org"/>
16 <meta name="Generator" content="PHP"/>
17 <meta name="Keywords" content="application, program, interfaces, ImageMagick, ImageMagic, MagickCore, MagickWand, PerlMagick, Magick++, RMagick, PythonMagick, JMagick, TclMagick, Image, Magick, Magic, Wand, ImageMagickObject, Swiss, Army, Knife, Image, Processing"/>
18 <meta name="Description" content="ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (about 100) including GIF, JPEG, JPEG-2000, PNG, PDF, PhotoCD, TIFF, and DPX. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you can freely use, copy, modify, and distribute. Its license is compatible with the GPL. It runs on all major operating systems. The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. Choose from these interfaces: MagickCore (C), MagickWand (C), ChMagick (Ch), Magick++ (C++), JMagick (Java), L-Magick (Lisp), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images automagically and dynamically."/>
19 <meta name="Rating" content="GENERAL"/>
20 <meta name="Robots" content="INDEX, FOLLOW"/>
21 <meta name="Generator" content="ImageMagick Studio LLC"/>
22 <meta name="Author" content="ImageMagick Studio LLC"/>
23 <meta name="Revisit-after" content="2 DAYS"/>
24 <meta name="Resource-type" content="document"/>
cristy16af1cb2009-12-11 21:38:29 +000025 <meta name="Copyright" content="Copyright (c) 1999-2010 ImageMagick Studio LLC"/>
cristy3ed852e2009-09-05 21:47:34 +000026 <meta name="Distribution" content="Global"/>
cristyf3bb4782009-09-08 13:10:04 +000027</head>
28
29<body id="www-imagemagick-org">
30<div class="titlebar">
31<a href="../index.html">
32 <img src="../images/script.png" alt="[ImageMagick]"
33 style="width: 350px; height: 60px; margin: 28px auto; float: left;" /></a>
34<a href="http://www.networkredux.com">
35 <img src="../images/networkredux.png" alt="[sponsor]"
36 style="margin: 45px auto; border: 0px; float: left;" /></a>
37<a href="http://www.imagemagick.org/discourse-server/">
38 <img src="../images/logo.jpg" alt=""
39 style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
40<a href="../index.html">
41 <img src="../images/sprite.jpg" alt=""
42 style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
43</div>
44
45<div class="eastbar">
46
cristy3ed852e2009-09-05 21:47:34 +000047<div class="menu">
48 <a href="../index.html">About ImageMagick</a>
49</div>
cristyf3bb4782009-09-08 13:10:04 +000050<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +000051<div class="menu">
52 <a href="../www/command-line-tools.html">Command-line Tools</a>
53</div>
54<div class="sub">
55 <a href="../www/command-line-processing.html">Processing</a>
56</div>
57<div class="sub">
58 <a href="../www/command-line-options.html">Options</a>
59</div>
60<div class="sub">
61 <a href="http://www.imagemagick.org/Usage/">Usage</a>
62</div>
63<div class="menu">
64 <a href="../www/api.html">Program Interfaces</a>
65</div>
66<div class="sub">
67 <a href="../www/magick-wand.html">MagickWand</a>
68</div>
69<div class="sub">
70 <a href="../www/magick-core.html">MagickCore</a>
71</div>
72<div class="sub">
73 <a href="../www/perl-magick.html">PerlMagick</a>
74</div>
75<div class="sub">
76 <a href="../Magick++/">Magick++</a>
77</div>
78<div class="menu">
79 <a href="../www/architecture.html">Architecture</a>
80</div>
cristyf3bb4782009-09-08 13:10:04 +000081<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +000082<div class="menu">
83 <a href="../www/install-source.html">Install from Source</a>
84</div>
85<div class="sub">
86 <a href="../www/install-source.html#unix">Unix</a>
87</div>
88<div class="sub">
89 <a href="../www/install-source.html#windows">Windows</a>
90 </div>
91<div class="menu">
92 <a href="../www/binary-releases.html">Binary Releases</a>
93</div>
94<div class="sub">
95 <a href="../www/binary-releases.html#unix">Unix</a>
96</div>
97<div class="sub">
98 <a href="../www/binary-releases.html#macosx">Mac OS X</a>
99</div>
100<div class="sub">
101 <a href="../www/binary-releases.html#windows">Windows</a>
102</div>
103<div class="menu">
104 <a href="../www/resources.html">Resources</a>
105</div>
cristyf3bb4782009-09-08 13:10:04 +0000106<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000107<div class="menu">
108 <a href="../www/download.html">Download</a>
109</div>
cristyf3bb4782009-09-08 13:10:04 +0000110<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000111<div class="menu">
112 <a href="http://www.imagemagick.org/script/search.php">Search</a>
113</div>
cristyf3bb4782009-09-08 13:10:04 +0000114<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000115<div class="menu">
116 <a href="../www/sitemap.html">Site Map</a>
117</div>
118<div class="sub">
119 <a href="../www/links.html">Links</a>
120</div>
cristyf3bb4782009-09-08 13:10:04 +0000121<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000122<div class="menu">
123 <a href="../www/sponsors.html">Sponsors:</a>
124
125<div class="sponsbox">
126<div class="sponsor">
cristy1f9e1ed2009-11-18 04:09:38 +0000127 <a href="http://www.tomsgutscheine.de">Tom's Gutscheine</a><!-- 201005010360 invendio.de-->
128</div>
129<div class="sponsor">
cristy0f61e612009-11-10 20:03:57 +0000130 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201004010120 Buchhorn -->
cristyb4c03bb2009-09-27 13:55:46 +0000131</div>
132<div class="sponsor">
cristy0f61e612009-11-10 20:03:57 +0000133 <a href="http://www.blumenversender.com">Blumenversand</a><!-- 201005010120 -->
cristy916e1922009-10-01 12:52:47 +0000134</div>
135<div class="sponsor">
cristyb4c03bb2009-09-27 13:55:46 +0000136 <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 -->
137</div>
138<div class="sponsor">
cristyf3bb4782009-09-08 13:10:04 +0000139 <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de -->
140</div>
141<div class="sponsor">
cristy3ed852e2009-09-05 21:47:34 +0000142 <a href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012001200 allesdruck.de-->
143</div>
144<div class="sponsor">
cristy3ed852e2009-09-05 21:47:34 +0000145 <a href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 201002010000 -->
146</div>
cristy3ed852e2009-09-05 21:47:34 +0000147</div>
148</div>
cristyf3bb4782009-09-08 13:10:04 +0000149
150
151</div>
152
153<div class="main">
154
cristy3ed852e2009-09-05 21:47:34 +0000155<p class="navigation-index">[<a href="#ada">Ada</a> &bull; <a href="#c">C</a> &bull; <a href="#ch">Ch</a> &bull; <a href="#com+">COM+</a> &bull; <a href="#c++">C++</a> &bull; <a href="#java">Java</a> &bull; <a href="#labview">LabVIEW</a> &bull; <a href="#lisp">Lisp</a> &bull; <a href="#neko">Neko</a> &bull; <a href="#dot-net">.NET</a> &bull; <a href="#pascal">Pascal</a> &bull; <a href="#perl">Perl</a> &bull; <a href="#php">PHP</a> &bull; <a href="#python">Python</a> &bull; <a href="#realbasic">Realbasic</a> &bull; <a href="#ruby">Ruby</a> &bull; <a href="#tcl">Tcl/TK</a> &bull; <a href="#xml-rpc">XML RPC</a>]</p>
156
157<p>ImageMagick includes a number of ready-made ImageMagick interfaces. This makes it possible to modify or create images automagically and dynamically.</p>
158
159<div style="margin: auto;">
160 <h2><a name="ada"></a>Ada</h2>
161</div>
162
cristydc0f0892009-12-29 02:21:55 +0000163<p><a href="https://gna.org/projects/g2f/" target="2018503993">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p>
cristy3ed852e2009-09-05 21:47:34 +0000164
165<div style="margin: auto;">
166 <h2><a name="c"></a>C</h2>
167</div>
168
169<p>Use <a href="../www/magick-wand.html">MagickWand</a> to convert, compose, and edit images from the C language. There is also the low-level <a href="../www/magick-core.html">MagickCore</a> library for wizard-level developers.</p>
170
171<div style="margin: auto;">
172 <h2><a name="ch"></a>Ch</h2>
173</div>
174
cristydc0f0892009-12-29 02:21:55 +0000175<p><a href="http://www.imagemagick.org/ChMagick" target="1485790560">ChMagick</a> is a <a href="http://www.softintegration.com/" target="1676651429">Ch</a> binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p>
cristy3ed852e2009-09-05 21:47:34 +0000176
177<div style="margin: auto;">
178 <h2><a name="com+"></a>COM+</h2>
179</div>
180
181<p>Use <a href="../www/ImageMagickObject.html">ImageMagickObject</a> to convert, compose, and edit images from a Windows COM+ compatible component.</p>
182
183<div style="margin: auto;">
184 <h2><a name="c++"></a>C++</h2>
185</div>
186
cristydc0f0892009-12-29 02:21:55 +0000187<p><a href="http://www.imagemagick.org/Magick++" target="1138154228">Magick++</a> provides an object-oriented C++ interface to ImageMagick. See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="2069324249">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" target="1354578509">source</a> if you want to correct, enhance, or expand the tutorial.</p>
cristy3ed852e2009-09-05 21:47:34 +0000188
189<div style="margin: auto;">
190 <h2><a name="java"></a>Java</h2>
191</div>
192
cristydc0f0892009-12-29 02:21:55 +0000193<p><a href="http://www.jmagick.org" target="212285881">JMagick</a> provides an object-oriented Java interface to ImageMagick. <a href="http://im4java.sourceforge.net" target="1315497108">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p>
cristy3ed852e2009-09-05 21:47:34 +0000194
195<div style="margin: auto;">
196 <h2><a name="labview"></a>LabVIEW</h2>
197</div>
198
cristydc0f0892009-12-29 02:21:55 +0000199<p><a href="http://forums.lavag.org/downloads-file90.html" target="840525898">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p>
cristy3ed852e2009-09-05 21:47:34 +0000200
201<div style="margin: auto;">
202 <h2><a name="lisp"></a>Lisp</h2>
203</div>
204
cristydc0f0892009-12-29 02:21:55 +0000205<p><a href="http://common-lisp.net/project/cl-magick/" target="1497331476">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p>
cristy3ed852e2009-09-05 21:47:34 +0000206
207<div style="margin: auto;">
208 <h2><a name="neko"></a>Neko</h2>
209</div>
210
cristydc0f0892009-12-29 02:21:55 +0000211<p><a href="http://code.google.com/p/nmagick" target="1116854511">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.</p>
cristy3ed852e2009-09-05 21:47:34 +0000212
213<div style="margin: auto;">
214 <h2><a name="dot-net"></a>.NET</h2>
215</div>
216
217<p>Use <a href="http://imagemagick.codeplex.com/">MagickNet</a> to convert, compose, and edit images from Windows .NET.</p>
218
219<p><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.</p>
220
221<div style="margin: auto;">
222 <h2><a name="pascal"></a>Pascal</h2>
223</div>
224
cristydc0f0892009-12-29 02:21:55 +0000225<p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target="1511665086">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</p>
cristy3ed852e2009-09-05 21:47:34 +0000226
227<div style="margin: auto;">
228 <h2><a name="perl"></a>Perl</h2>
229</div>
230
231<p>Use <a href="../www/perl-magick.html">PerlMagick</a> to convert, compose, and edit images from the Perl language.</p>
232
233<div style="margin: auto;">
234 <h2><a name="php"></a>PHP</h2>
235</div>
236
cristydc0f0892009-12-29 02:21:55 +0000237<p><a href="http://www.magickwand.org/" target="1092946345">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p>
cristy3ed852e2009-09-05 21:47:34 +0000238
cristydc0f0892009-12-29 02:21:55 +0000239<p><a href="http://pecl.html.net/package/imagick" target="1117944519">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" target="1162922719">here</a>.</p>
cristy3ed852e2009-09-05 21:47:34 +0000240
cristydc0f0892009-12-29 02:21:55 +0000241<p><a href="http://www.francodacosta.com/phmagick" target="1028423737">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.</p>
cristy3ed852e2009-09-05 21:47:34 +0000242
243<div style="margin: auto;">
244
245 <h2><a name="python"></a>Python</h2>
246</div>
247
cristydc0f0892009-12-29 02:21:55 +0000248<p><a href="http://www.assembla.com/wiki/show/pythonmagickwand" target="434164687">PythonMagickWand</a> is an object-oriented Python interface to MagickWand based on ctypes.</p>
cristy3ed852e2009-09-05 21:47:34 +0000249
cristydc0f0892009-12-29 02:21:55 +0000250<p><a href="http://www.imagemagick.org/download/python/" target="459957818">PythonMagick</a> is an object-oriented Python interface to ImageMagick.</p>
cristy3ed852e2009-09-05 21:47:34 +0000251
252<div style="margin: auto;">
253 <h2><a name="realbasic"></a>REALbasic</h2>
254</div>
255
cristydc0f0892009-12-29 02:21:55 +0000256<p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target="676394806">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p>
cristy3ed852e2009-09-05 21:47:34 +0000257
258<div style="margin: auto;">
259 <h2><a name="ruby"></a>Ruby</h2>
260</div>
261
cristydc0f0892009-12-29 02:21:55 +0000262<p><a href="http://rmagick.rubyforge.org/" target="371151680">RMagick</a> is an interface between the Ruby programming language and the <a href="../www/magick-core.html">MagickCore</a> image processing libraries. Get started with RMagick by perusing the <a href="http://www.imagemagick.org/RMagick/doc/" target="2111991371">documentation</a>.</p>
cristy3ed852e2009-09-05 21:47:34 +0000263
cristydc0f0892009-12-29 02:21:55 +0000264<p><a href="http://magickwand.rubyforge.org/" target="1217405203">MagickWand for Ruby</a> is an interface between the Ruby programming language and the <a href="../www/magick-wand.html">MagickWand</a> image processing libraries. Get started with MagickWand for PHP by perusing the <a href="http://magickwand.rubyforge.org/" target="114763700">documentation</a>.</p>
cristy3ed852e2009-09-05 21:47:34 +0000265
cristydc0f0892009-12-29 02:21:55 +0000266<p><a href="http://rubyforge.org/projects/mini-magick" target="311304209">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</p>
cristy3ed852e2009-09-05 21:47:34 +0000267
cristydc0f0892009-12-29 02:21:55 +0000268<p><a href="http://quickmagick.rubyforge.org/quick_magick" target="1504881184">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p>
cristy3ed852e2009-09-05 21:47:34 +0000269
270<div style="margin: auto;">
271 <h2><a name="tcl"></a>Tcl/Tk</h2>
272</div>
273
cristydc0f0892009-12-29 02:21:55 +0000274<p><a href="http://tclmagick.sourceforge.net/" target="2132581781">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p>
cristy3ed852e2009-09-05 21:47:34 +0000275
276<div style="margin: auto;">
277 <h2><a name="xml-rpc"></a>XML RPC</h2>
278</div>
279
cristydc0f0892009-12-29 02:21:55 +0000280<p><a href="http://code.google.com/p/remotemagick/" target="1503105560">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p>
cristyf3bb4782009-09-08 13:10:04 +0000281
282</div>
283
284<div id="linkbar">
285 <!-- <span id="linkbar-west">&nbsp;</span> -->
286 <span id="linkbar-center">
287 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;
288 <a href="../www/mailing-list.html">Mailing Lists</a> &bull;
cristy0c72d802009-12-28 13:48:31 +0000289 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
cristyf3bb4782009-09-08 13:10:04 +0000290 </span>
291 <span id="linkbar-east">&nbsp;</span>
292 </div>
293 <div class="footer">
cristy16af1cb2009-12-11 21:38:29 +0000294 <span id="footer-west">&copy; 1999-2010 ImageMagick Studio LLC</span>
cristyf3bb4782009-09-08 13:10:04 +0000295 <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>
296 </div>
297 <div style="clear: both; margin: 0; width: 100%; "></div>
298</body>
299</html>