blob: 0898695448c593ddfc614fc5b4d2633da28fc173 [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">
cristycdbe2742010-02-07 19:30:44 +0000130 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201007010120 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">
cristy16ff93c2010-01-13 23:18:07 +0000139 <a href="http://www.goyax.de">Börse</a><!-- 201004010240 Gewiese digital-finance.de -->
cristyf3bb4782009-09-08 13:10:04 +0000140</div>
141<div class="sponsor">
cristy16ff93c2010-01-13 23:18:07 +0000142 <a href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
cristy3ed852e2009-09-05 21:47:34 +0000143</div>
cristy3ed852e2009-09-05 21:47:34 +0000144</div>
145</div>
cristyf3bb4782009-09-08 13:10:04 +0000146
147
148</div>
149
150<div class="main">
151
cristy3ed852e2009-09-05 21:47:34 +0000152<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>
153
154<p>ImageMagick includes a number of ready-made ImageMagick interfaces. This makes it possible to modify or create images automagically and dynamically.</p>
155
156<div style="margin: auto;">
157 <h2><a name="ada"></a>Ada</h2>
158</div>
159
cristy9c022972010-02-27 00:36:32 +0000160<p><a href="https://gna.org/projects/g2f/" target="697558219">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p>
cristy3ed852e2009-09-05 21:47:34 +0000161
162<div style="margin: auto;">
163 <h2><a name="c"></a>C</h2>
164</div>
165
166<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>
167
168<div style="margin: auto;">
169 <h2><a name="ch"></a>Ch</h2>
170</div>
171
cristy9c022972010-02-27 00:36:32 +0000172<p><a href="http://www.imagemagick.org/ChMagick" target="861862695">ChMagick</a> is a <a href="http://www.softintegration.com/" target="1203430792">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 +0000173
174<div style="margin: auto;">
175 <h2><a name="com+"></a>COM+</h2>
176</div>
177
178<p>Use <a href="../www/ImageMagickObject.html">ImageMagickObject</a> to convert, compose, and edit images from a Windows COM+ compatible component.</p>
179
180<div style="margin: auto;">
181 <h2><a name="c++"></a>C++</h2>
182</div>
183
cristy9c022972010-02-27 00:36:32 +0000184<p><a href="http://www.imagemagick.org/Magick++" target="934392442">Magick++</a> provides an object-oriented C++ interface to ImageMagick. See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="1004622279">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="242161833">source</a> if you want to correct, enhance, or expand the tutorial.</p>
cristy3ed852e2009-09-05 21:47:34 +0000185
186<div style="margin: auto;">
187 <h2><a name="java"></a>Java</h2>
188</div>
189
cristy9c022972010-02-27 00:36:32 +0000190<p><a href="http://www.jmagick.org" target="959806286">JMagick</a> provides an object-oriented Java interface to ImageMagick. <a href="http://im4java.sourceforge.net" target="172603080">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p>
cristy3ed852e2009-09-05 21:47:34 +0000191
192<div style="margin: auto;">
193 <h2><a name="labview"></a>LabVIEW</h2>
194</div>
195
cristy9c022972010-02-27 00:36:32 +0000196<p><a href="http://forums.lavag.org/downloads-file90.html" target="1903128638">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p>
cristy3ed852e2009-09-05 21:47:34 +0000197
198<div style="margin: auto;">
199 <h2><a name="lisp"></a>Lisp</h2>
200</div>
201
cristy9c022972010-02-27 00:36:32 +0000202<p><a href="http://common-lisp.net/project/cl-magick/" target="907372969">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p>
cristy3ed852e2009-09-05 21:47:34 +0000203
204<div style="margin: auto;">
205 <h2><a name="neko"></a>Neko</h2>
206</div>
207
cristy9c022972010-02-27 00:36:32 +0000208<p><a href="http://code.google.com/p/nmagick" target="1837713547">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 +0000209
210<div style="margin: auto;">
211 <h2><a name="dot-net"></a>.NET</h2>
212</div>
213
214<p>Use <a href="http://imagemagick.codeplex.com/">MagickNet</a> to convert, compose, and edit images from Windows .NET.</p>
215
216<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>
217
218<div style="margin: auto;">
219 <h2><a name="pascal"></a>Pascal</h2>
220</div>
221
cristy9c022972010-02-27 00:36:32 +0000222<p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target="1854126277">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 +0000223
224<div style="margin: auto;">
225 <h2><a name="perl"></a>Perl</h2>
226</div>
227
228<p>Use <a href="../www/perl-magick.html">PerlMagick</a> to convert, compose, and edit images from the Perl language.</p>
229
230<div style="margin: auto;">
231 <h2><a name="php"></a>PHP</h2>
232</div>
233
cristy9c022972010-02-27 00:36:32 +0000234<p><a href="http://www.magickwand.org/" target="177928242">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p>
cristy3ed852e2009-09-05 21:47:34 +0000235
cristy9c022972010-02-27 00:36:32 +0000236<p><a href="http://pecl.html.net/package/imagick" target="1356754181">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="880061937">here</a>.</p>
cristy3ed852e2009-09-05 21:47:34 +0000237
cristy9c022972010-02-27 00:36:32 +0000238<p><a href="http://www.francodacosta.com/phmagick" target="1705579205">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 +0000239
240<div style="margin: auto;">
241
242 <h2><a name="python"></a>Python</h2>
243</div>
244
cristy9c022972010-02-27 00:36:32 +0000245<p><a href="http://www.assembla.com/wiki/show/pythonmagickwand" target="1503394197">PythonMagickWand</a> is an object-oriented Python interface to MagickWand based on ctypes.</p>
cristy3ed852e2009-09-05 21:47:34 +0000246
cristy9c022972010-02-27 00:36:32 +0000247<p><a href="http://www.imagemagick.org/download/python/" target="34308707">PythonMagick</a> is an object-oriented Python interface to ImageMagick.</p>
cristy3ed852e2009-09-05 21:47:34 +0000248
249<div style="margin: auto;">
250 <h2><a name="realbasic"></a>REALbasic</h2>
251</div>
252
cristy9c022972010-02-27 00:36:32 +0000253<p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target="584691943">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 +0000254
255<div style="margin: auto;">
256 <h2><a name="ruby"></a>Ruby</h2>
257</div>
258
cristy9c022972010-02-27 00:36:32 +0000259<p><a href="http://rmagick.rubyforge.org/" target="375582602">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="1811746503">documentation</a>.</p>
cristy3ed852e2009-09-05 21:47:34 +0000260
cristy9c022972010-02-27 00:36:32 +0000261<p><a href="http://magickwand.rubyforge.org/" target="1088018358">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="926326853">documentation</a>.</p>
cristy3ed852e2009-09-05 21:47:34 +0000262
cristy9c022972010-02-27 00:36:32 +0000263<p><a href="http://rubyforge.org/projects/mini-magick" target="1707850236">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 +0000264
cristy9c022972010-02-27 00:36:32 +0000265<p><a href="http://quickmagick.rubyforge.org/quick_magick" target="350220258">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p>
cristy3ed852e2009-09-05 21:47:34 +0000266
267<div style="margin: auto;">
268 <h2><a name="tcl"></a>Tcl/Tk</h2>
269</div>
270
cristy9c022972010-02-27 00:36:32 +0000271<p><a href="http://tclmagick.sourceforge.net/" target="302290820">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p>
cristy3ed852e2009-09-05 21:47:34 +0000272
273<div style="margin: auto;">
274 <h2><a name="xml-rpc"></a>XML RPC</h2>
275</div>
276
cristy9c022972010-02-27 00:36:32 +0000277<p><a href="http://code.google.com/p/remotemagick/" target="1970799756">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p>
cristyf3bb4782009-09-08 13:10:04 +0000278
279</div>
280
281<div id="linkbar">
282 <!-- <span id="linkbar-west">&nbsp;</span> -->
283 <span id="linkbar-center">
284 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;
cristy9c022972010-02-27 00:36:32 +0000285 <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
cristyf3bb4782009-09-08 13:10:04 +0000286 </span>
287 <span id="linkbar-east">&nbsp;</span>
288 </div>
289 <div class="footer">
cristy16af1cb2009-12-11 21:38:29 +0000290 <span id="footer-west">&copy; 1999-2010 ImageMagick Studio LLC</span>
cristyf3bb4782009-09-08 13:10:04 +0000291 <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>
292 </div>
293 <div style="clear: both; margin: 0; width: 100%; "></div>
294</body>
295</html>