blob: 113a8c4da99eb01a5d04f5265cb11bf6994a2077 [file] [log] [blame]
cristy29dc8652015-05-12 16:26:21 +00001<!DOCTYPE html>
cristyd2432012015-05-04 23:15:15 +00002<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">
cristy2f563d42015-05-06 23:36:51 +000022 <meta name="copyright" content="Copyright (c) 1999-2015 ImageMagick Studio LLC">
cristyd2432012015-05-04 23:15:15 +000023 <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">
cristycecc9492015-06-09 16:53:50 +000028 <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>
cristyea2793e2015-05-31 16:52:26 +000047 <a class="magick-nav-item " href="binary-releases.html">Download</a>
cristyd2432012015-05-04 23:15:15 +000048 <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>
cristyea2793e2015-05-31 16:52:26 +000050 <a class="magick-nav-item " href="resources.html">Resources</a>
51 <a class="magick-nav-item active" href="api.html">Develop</a>
cristy5b8fe762015-06-09 16:24:03 +000052 <a class="magick-nav-item " href="http://nextgen.imagemagick.org/script/search.php">Search</a>
cristya1890f02015-05-15 23:32:44 +000053 <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
cristyd2432012015-05-04 23:15:15 +000054 </nav>
55 </div>
56</div>
57<div class="container">
58<div class="magick-header">
cristyad41c0c2012-10-31 00:49:28 +000059
cristy6e51a242015-06-07 14:41:36 +000060<p class="lead magick-description">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.</p>
cristyffb69ed2010-12-25 00:06:48 +000061
cristyd2432012015-05-04 23:15:15 +000062<dl class="dl-horizontal">
cristydcca3fa2010-12-29 21:50:07 +000063 <dt><a id="ada"></a>Ada</dt>
64
cristy361f4662010-12-31 23:02:52 +000065<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 +000066
67 <dt><a id="c"></a>C</dt>
68
cristy751980d2012-06-03 23:18:35 +000069<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 +000070
71 <dt><a id="ch"></a>Ch</dt>
72
cristy5b8fe762015-06-09 16:24:03 +000073<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 +000074
cristy2bd2a982011-02-15 00:52:58 +000075 <dt><a id="com_"></a>COM+</dt>
cristydcca3fa2010-12-29 21:50:07 +000076
cristy751980d2012-06-03 23:18:35 +000077<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 +000078
cristy2bd2a982011-02-15 00:52:58 +000079 <dt><a id="c__"></a>C++</dt>
cristydcca3fa2010-12-29 21:50:07 +000080
cristy5b8fe762015-06-09 16:24:03 +000081<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>
cristy8ee7f242013-06-20 16:08:44 +000082
83 <dt><a id="go"></a>GO</dt>
cristy91469932014-07-25 11:00:25 +000084 <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 +000085
86 <dt><a id="java"></a>Java</dt>
87
cristy361f4662010-12-31 23:02:52 +000088<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 +000089
90 <dt><a id="labview"></a>LabVIEW</dt>
91
cristy361f4662010-12-31 23:02:52 +000092<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 +000093
94 <dt><a id="lisp"></a>Lisp</dt>
95
cristy361f4662010-12-31 23:02:52 +000096<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 +000097
cristy8ee7f242013-06-20 16:08:44 +000098 <dt><a id="lua"></a>Lua</dt>
99
100<dd><a href="https://github.com/leafo/magick">Lua</a> bindings to ImageMagick for LuaJIT using FFI.</dd>
101
cristydcca3fa2010-12-29 21:50:07 +0000102 <dt><a id="neko"></a>Neko</dt>
103
cristy8ee7f242013-06-20 16:08:44 +0000104<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 +0000105
106 <dt><a id="dot-net"></a>.NET</dt>
107
cristy149d58c2013-08-07 19:44:54 +0000108<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 +0000109
110<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>
111
112 <dt><a id="pascal"></a>Pascal</dt>
113
cristy6bcf48e2011-02-15 19:09:04 +0000114<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 +0000115
116 <dt><a id="perl"></a>Perl</dt>
117
cristy751980d2012-06-03 23:18:35 +0000118<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 +0000119
120 <dt><a id="php"></a>PHP</dt>
121
cristy361f4662010-12-31 23:02:52 +0000122<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 +0000123
cristy6ad765e2013-02-24 22:14:01 +0000124<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 +0000125
cristy361f4662010-12-31 23:02:52 +0000126<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 +0000127
128
129 <dt><a id="python"></a>Python</dt>
130
cristy361f4662010-12-31 23:02:52 +0000131<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 +0000132
cristy361f4662010-12-31 23:02:52 +0000133<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 +0000134<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 +0000135
136 <dt><a id="realbasic"></a>REALbasic</dt>
137
cristy361f4662010-12-31 23:02:52 +0000138<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 +0000139
140 <dt><a id="ruby"></a>Ruby</dt>
141
cristy6e51a242015-06-07 14:41:36 +0000142<dd><a href="https://rmagick.github.io/">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="https://rmagick.github.io/">documentation</a>.</dd>
cristydcca3fa2010-12-29 21:50:07 +0000143
cristy751980d2012-06-03 23:18:35 +0000144<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 +0000145
cristy361f4662010-12-31 23:02:52 +0000146<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 +0000147
cristy361f4662010-12-31 23:02:52 +0000148<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 +0000149
cristy8ee7f242013-06-20 16:08:44 +0000150 <dt><a id="rust"></a>Rust</dt>
151
152<dd><a href="https://github.com/influenza/wand-of-rust">RustWand</a> is a MagickWand bindings for the Rust language.</dd>
153
154<dt><a id="tcl"></a>Tcl/Tk</dt>
cristydcca3fa2010-12-29 21:50:07 +0000155
cristy361f4662010-12-31 23:02:52 +0000156<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 +0000157
158 <dt><a id="xml-rpc"></a>XML RPC</dt>
159
cristy8ee7f242013-06-20 16:08:44 +0000160<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 +0000161</dl>
cristy3ed852e2009-09-05 21:47:34 +0000162</div>
cristyd2432012015-05-04 23:15:15 +0000163 <footer class="magick-footer">
cristy82a2ff22015-05-12 16:41:32 +0000164 <div class="magick-nav-item pull-left">
cristy85893d32015-05-06 13:44:09 +0000165 <a href="support.html">Donate</a>
cristyd2432012015-05-04 23:15:15 +0000166 </div>
cristyd2432012015-05-04 23:15:15 +0000167 <p><a href="sitemap.html">Sitemap</a>
168 <a href="links.html">Related</a>
169 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Image Studio</a>
cristyea2793e2015-05-31 16:52:26 +0000170 <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
cristyd2432012015-05-04 23:15:15 +0000171</p>
172 <p><a href="api.html#">Back to top</a>
cristyea2793e2015-05-31 16:52:26 +0000173 <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
cristy5b8fe762015-06-09 16:24:03 +0000174 <a href="http://nextgen.imagemagick.org/script/contact.php">Contact Us</a></p>
cristya1890f02015-05-15 23:32:44 +0000175 <p><small>© 1999-2015 ImageMagick Studio LLC</small></p>
cristyd2432012015-05-04 23:15:15 +0000176 </footer>
177</div><!-- /.container -->
cristyad41c0c2012-10-31 00:49:28 +0000178
cristyd2432012015-05-04 23:15:15 +0000179 <script src="https://localhost/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
180 <script src="../js/bootstrap.min.js"></script>
181 <script type="text/javascript">
cristy82a2ff22015-05-12 16:41:32 +0000182 /* <![CDATA[ */
cristyd2432012015-05-04 23:15:15 +0000183 (function() {
184 var s = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
185 s.type = 'text/javascript';
186 s.async = true;
187 s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
188 t.parentNode.insertBefore(s, t);
189 })();
cristy82a2ff22015-05-12 16:41:32 +0000190 /* ]]> */
cristyd2432012015-05-04 23:15:15 +0000191 </script>
cristyad41c0c2012-10-31 00:49:28 +0000192</div>
cristyad41c0c2012-10-31 00:49:28 +0000193</body>
cristy5a367e42015-05-05 12:39:18 +0000194</html>