blob: f9cf01652f02be49fc5a4ca197384d0d5d98180c [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: Install from Binary Distribution</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="install, from, binary, distribution, 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
225
cristydcca3fa2010-12-29 21:50:07 +0000226<h1>Download Binary Releases</h1>
cristy751980d2012-06-03 23:18:35 +0000227<p class="navigation-index">[<a href="binary-releases.html#unix">Unix Binary Release</a> &bull; <a href="binary-releases.html#macosx">Mac OS X Binary Release</a> &bull; <a href="binary-releases.html#iOS">iOS Binary Release</a> &bull; <a href="binary-releases.html#windows">Windows Binary Release</a>]</p>
cristy3ed852e2009-09-05 21:47:34 +0000228
229<div class="doc-section">
cristy751980d2012-06-03 23:18:35 +0000230<p>You can install ImageMagick from <a href="install-source.html">source</a>. However, if don't have a proper development environment or if you're anxious to get started, download a ready-to-run <a href="binary-releases.html#unix">Unix</a> or <a href="binary-releases.html#windows">Windows</a> executable. Before you download, you may want to review recent <a href="changelog.html">changes</a> to the ImageMagick distribution.</p>
cristy3ed852e2009-09-05 21:47:34 +0000231</div>
232
cristydcca3fa2010-12-29 21:50:07 +0000233<h2><a id="unix"></a>Unix Binary Release</h2>
cristy3ed852e2009-09-05 21:47:34 +0000234<div class="doc-section">
235
cristy751980d2012-06-03 23:18:35 +0000236<p>These are the Unix variations that we support. If your system is not on the list, try installing from <a href="install-source.html">source</a>. Although ImageMagick runs fine on a single core computer, it automagically runs in parallel on dual and quad-core systems reducing run times considerably.</p>
cristy3ed852e2009-09-05 21:47:34 +0000237
238<table class="doc">
239 <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
240 <tr>
241 <th>Version</th>
242 <th>HTTP</th>
243 <th>FTP</th>
244 <th>Description</th>
245 </tr>
246
247 <tr>
cristy8ee7f242013-06-20 16:08:44 +0000248 <td valign="top">ImageMagick-7.0.0-0.i386.rpm</td>
249 <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-7.0.0-0.i386.rpm">download</a></td>
250 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-7.0.0-0.i386.rpm">download</a></td>
cristy751980d2012-06-03 23:18:35 +0000251 <td valign="top">Redhat / CentOS 5.8 i386 RPM</td>
cristy3ed852e2009-09-05 21:47:34 +0000252 </tr>
253
254 <tr>
cristy8ee7f242013-06-20 16:08:44 +0000255 <td valign="top">ImageMagick-7.0.0-0.x86_64.rpm</td>
256 <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.0-0.x86_64.rpm">download</a></td>
257 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.0-0.x86_64.rpm">download</a></td>
cristy751980d2012-06-03 23:18:35 +0000258 <td valign="top">Redhat / CentOS 5.8 x86_64 RPM</td>
cristy3ed852e2009-09-05 21:47:34 +0000259 </tr>
260
261 <tr>
cristybe3c5be2011-03-05 17:35:07 +0000262 <td valign="top">ImageMagick RPM's</td>
263 <td valign="top"><a href="http://www.imagemagick.org/download/linux/CentOS">download</a></td>
264 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS">download</a></td>
265 <td valign="top">Development, Perl, C++, and documentation RPM's.</td>
266 </tr>
267
268 <tr>
cristy3ed852e2009-09-05 21:47:34 +0000269 <td valign="top">ImageMagick-sparc-sun-solaris2.10.tar.gz</td>
270 <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-sparc-sun-solaris2.10.tar.gz">download</a></td>
271 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-sparc-sun-solaris2.10.tar.gz">download</a></td>
272 <td valign="top">Solaris Sparc 2.10</td>
273 </tr>
274
275 <tr>
cristy3ed852e2009-09-05 21:47:34 +0000276 <td valign="top">ImageMagick-i686-pc-cygwin.tar.gz</td>
277 <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-i686-pc-cygwin.tar.gz">download</a></td>
278 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i686-pc-cygwin.tar.gz">download</a></td>
279 <td valign="top">Cygwin</td>
280 </tr>
281
282 <tr>
283 <td valign="top">ImageMagick-i686-pc-mingw32.tar.gz</td>
284 <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-i686-pc-mingw32.tar.gz">download</a></td>
285 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i686-pc-mingw32.tar.gz">download</a></td>
286 <td valign="top">MinGW</td>
287 </tr>
288</table>
289
290<p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p>
291
292<p>ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:</p>
293
cristy8ee7f242013-06-20 16:08:44 +0000294<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>rpm -Uvh ImageMagick-7.0.0-0.i386.rpm</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000295<p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
296
cristyeed6cb62012-01-28 19:38:34 +0000297<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>cd $HOME</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000298<p>Next, extract the contents of the package. For example:</p>
299
cristyeed6cb62012-01-28 19:38:34 +0000300<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar xvfz ImageMagick.tar.gz</span></p>
cristy8ee7f242013-06-20 16:08:44 +0000301<p>Set the <code>MAGICK_HOME</code> environment variable to the path where you extracted the ImageMagick files. For example:</p>
cristy3ed852e2009-09-05 21:47:34 +0000302
cristy8ee7f242013-06-20 16:08:44 +0000303<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.0"</span></p>
304<p>If the <code>bin</code> subdirectory of the extracted package is not already in your executable search path, add it to your <code>PATH</code> environment variable. For example:</p>
cristy3ed852e2009-09-05 21:47:34 +0000305
cristyeed6cb62012-01-28 19:38:34 +0000306<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>export PATH="$MAGICK_HOME/bin:$PATH"</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000307
cristy8ee7f242013-06-20 16:08:44 +0000308<p>On Linux and Solaris machines add <code>$MAGICK_HOME/lib</code> to the <code>LD_LIBRARY_PATH</code> environment variable:</p>
cristy3ed852e2009-09-05 21:47:34 +0000309
cristyeed6cb62012-01-28 19:38:34 +0000310<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$MAGICK_HOME/lib"</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>export LD_LIBRARY_PATH</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000311<p>Finally, to verify ImageMagick is working properly, type the following on the command line:</p>
312
cristyeed6cb62012-01-28 19:38:34 +0000313<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>convert logo: logo.gif</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>identify logo.gif</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>display logo.gif</span></p>
cristy751980d2012-06-03 23:18:35 +0000314<p>Congratulations, you have a working ImageMagick distribution under Unix or Linux and you are ready to use ImageMagick to <a href="http://www.imagemagick.org/Usage/">convert, compose, or edit</a> your images or perhaps you'll want to use one of the <a href="api.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
cristy3ed852e2009-09-05 21:47:34 +0000315
316</div>
317
cristydcca3fa2010-12-29 21:50:07 +0000318<h2><a id="macosx"></a>Mac OS X Binary Release</h2>
cristy3ed852e2009-09-05 21:47:34 +0000319<div class="doc-section">
320
cristye7f8fdd2009-09-20 14:43:12 +0000321<p>We recommend <a href="http://www.macports.org">MacPorts</a> which custom builds ImageMagick in your environment. Download MacPorts and type:</p>
cristy3ed852e2009-09-05 21:47:34 +0000322
cristyeed6cb62012-01-28 19:38:34 +0000323<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>sudo port install ImageMagick</span></p>
cristy8ee7f242013-06-20 16:08:44 +0000324<p>The <code>port</code> command downloads ImageMagick and many of its delegate libraries (e.g. JPEG, PNG, Freetype, etc.) and configures, builds, and installs ImageMagick automagically. Alternatively, you can download the ImageMagick Mac OS X distribution we provide:</p>
cristy3ed852e2009-09-05 21:47:34 +0000325
326<table class="doc">
327 <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
328 <tr>
329 <th>Version</th>
330 <th>HTTP</th>
331 <th>FTP</th>
332 <th>Description</th>
333 </tr>
334
335 <tr>
cristy8ee7f242013-06-20 16:08:44 +0000336 <td valign="top">ImageMagick-x86_64-apple-darwin12.3.0.tar.gz</td>
337 <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-x86_64-apple-darwin12.3.0.tar.gz">download</a></td>
338 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-x86_64-apple-darwin12.3.0.tar.gz">download</a></td>
339 <td valign="top">Mac OS X Mountain Lion</td>
cristy3ed852e2009-09-05 21:47:34 +0000340 </tr>
341</table>
342
343<p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p>
344
345<p>Create (or choose) a directory to install the package into and change to that directory, for example:</p>
346
cristyeed6cb62012-01-28 19:38:34 +0000347<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>cd $HOME</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000348<p>Next, extract the contents of the package. For example:</p>
349
cristy8ee7f242013-06-20 16:08:44 +0000350<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar xvfz ImageMagick-x86_64-apple-darwin12.3.0.tar.gz</span></p>
351<p>Set the <code>MAGICK_HOME</code> environment variable to the path where you extracted the ImageMagick files. For example:</p>
cristy3ed852e2009-09-05 21:47:34 +0000352
cristy8ee7f242013-06-20 16:08:44 +0000353<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.0"</span></p>
354<p>If the <code>bin</code> subdirectory of the extracted package is not already in your executable search path, add it to your <code>PATH</code> environment variable. For example:</p>
cristy3ed852e2009-09-05 21:47:34 +0000355
cristyeed6cb62012-01-28 19:38:34 +0000356<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>export PATH="$MAGICK_HOME/bin:$PATH"</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000357
cristy8ee7f242013-06-20 16:08:44 +0000358<p>Set the <code>DYLD_LIBRARY_PATH</code> environment variable:</p>
cristy3ed852e2009-09-05 21:47:34 +0000359
cristyeed6cb62012-01-28 19:38:34 +0000360<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib/"</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000361<p>Finally, to verify ImageMagick is working properly, type the following on the command line:</p>
362
cristyeed6cb62012-01-28 19:38:34 +0000363<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>convert logo: logo.gif</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>identify logo.gif</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>display logo.gif</span></p>
cristy751980d2012-06-03 23:18:35 +0000364<p><b>Note</b>, the <a href="display.html">display</a> program requires the X11 server available on your Mac OS X installation DVD. Once that is installed, you will also need to "export DISPLAY=:0".</p>
cristyeed6cb62012-01-28 19:38:34 +0000365
366<p>The best way to deal with all the exports is to put them at the end of your .profile file</p>
cristy3ed852e2009-09-05 21:47:34 +0000367
cristy751980d2012-06-03 23:18:35 +0000368<p>Congratulations, you have a working ImageMagick distribution under Mac OS X and you are ready to use ImageMagick to <a href="http://www.imagemagick.org/Usage/">convert, compose, or edit</a> your images or perhaps you'll want to use one of the <a href="api.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
cristy3ed852e2009-09-05 21:47:34 +0000369
370</div>
371
cristye6e84152011-06-06 14:16:49 +0000372<h2><a id="iOS"></a>iOS Binary Release</h2>
cristyda16f162011-02-19 23:52:17 +0000373<div class="doc-section">
374
cristye6e84152011-06-06 14:16:49 +0000375<p><a href="http://www.cloudgoessocial.net/2011/03/21/im-xcode4-ios4-3/">~Claudio</a> provides iOS builds of ImageMagick.</p>
cristyda16f162011-02-19 23:52:17 +0000376
cristye6e84152011-06-06 14:16:49 +0000377<h4>Download iOS Distribution</h4>
cristyda16f162011-02-19 23:52:17 +0000378
cristy29c5c992011-06-25 13:58:49 +0000379<p>You can download the iOS distribution directly from ImageMagick's <a href="http://www.imagemagick.org/download/iOS">repository</a>.</p>
cristyda16f162011-02-19 23:52:17 +0000380
381<p>There are always 2 packages for the compiled ImageMagick:</p>
382
383<ul>
cristye6e84152011-06-06 14:16:49 +0000384<li>iOSMagick-VERSION-libs.zip</li>
385<li>iOSMagick-VERSION.zip</li>
cristyda16f162011-02-19 23:52:17 +0000386</ul>
387
388<p>The first one includes headers and compiled libraries that have been used to compile ImageMagick. Most users would need this one.</p>
389
cristye6e84152011-06-06 14:16:49 +0000390<h4>ImageMagick compiling script for iOS OS and iOS Simulator</h4>
cristyda16f162011-02-19 23:52:17 +0000391
392<p>To run the script:</p>
393<pre class="text">
394 ./imagemagick_compile.sh <em>VERSION</em>
395</pre>
cristy8ee7f242013-06-20 16:08:44 +0000396<p>where <em>VERSION</em> is the version of ImageMagick you want to compile (i.e.: 7.0.0-0, svn, ...)</p>
cristyda16f162011-02-19 23:52:17 +0000397
cristye6e84152011-06-06 14:16:49 +0000398<p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p>
cristyda16f162011-02-19 23:52:17 +0000399<ul>
400<li>png</li>
401<li>jpeg</li>
402<li>tiff</li>
403</ul>
404
cristy8ee7f242013-06-20 16:08:44 +0000405<p>Upon successful compilation a folder called <code>IMPORT_ME</code> is created on your <code>~/Desktop</code>. You can import it into your XCode project.</p>
cristyda16f162011-02-19 23:52:17 +0000406
407<h5>XCode project settings</h5>
408
409<p>After including everything into XCode please also make sure to have these settings (Build tab of the project information):</p>
410<ul>
cristy8ee7f242013-06-20 16:08:44 +0000411<li>Other Linker Flags: -lMagickCore-Q16 -lMagickWand-Q16 -ljpeg -lpng -lbz2 -lz</li>
cristyda16f162011-02-19 23:52:17 +0000412<li>Header Search Paths: $(SRCROOT) - make it Recursive</li>
413<li>Library Search Paths: $(SRCROOT) - make it Recursive</li>
414</ul>
415
416<p>On the lower left click on the small-wheel and select: Add User-Defined Setting</p>
417<ul>
418<li>Key: OTHER_CFLAGS</li>
cristye6e84152011-06-06 14:16:49 +0000419<li>Value: -Dmacintosh=1</li>
cristyda16f162011-02-19 23:52:17 +0000420</ul>
421
422<h5>Sample project</h5>
423
cristye6e84152011-06-06 14:16:49 +0000424<p>A <a href="http://www.cloudgoessocial.net/im_iphone/IM_Test.zip">sample project </a> is available for download. It is not updated too often, but it does give an idea of all the settings and some ways to play around with ImageMagick in an iOS application.</p>
cristyda16f162011-02-19 23:52:17 +0000425</div>
426
cristydcca3fa2010-12-29 21:50:07 +0000427<h2><a id="windows"></a>Windows Binary Release</h2>
cristy3ed852e2009-09-05 21:47:34 +0000428<div class="doc-section">
429
cristy8ee7f242013-06-20 16:08:44 +0000430<p>ImageMagick runs on Windows 8 (x86 &amp; x64), Windows 7 (x86 &amp; x64), Windows XP (x86) with Service Pack 3, Windows Vista (x86 &amp; x64) with Service Pack 2, Windows Server 2003 (x86 &amp; x64) with Service Pack 2 (verify MSXML6 is present), Windows Server 2003 R2 (x86 &amp; x64), Windows Server 2008 (x86 &amp; x64) with Service Pack 2, and Windows Server 2008 R2 (x64).</p>
cristy24fc1fe2010-10-23 21:13:01 +0000431
432<p>The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 512 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs well on a single core computer, it automagically runs in parallel on multi-core systems reducing run times considerably.</p>
cristy3ed852e2009-09-05 21:47:34 +0000433
cristy8ee7f242013-06-20 16:08:44 +0000434<p>The Windows version of ImageMagick is self-installing. Simply click on the appropriate version below and it will launch itself and ask you a few installation questions. Versions with <em>Q8</em> in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas, <em>Q16</em> in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version. Versions with <em>dll</em> in the filename include ImageMagick libraries as <a href="http://www.answers.com/topic/dll">dynamic link libraries</a>. Unless you have specific requirements, we recommend this version of ImageMagick for 32-bit Windows:</p>
cristy3ed852e2009-09-05 21:47:34 +0000435
436<table class="doc">
437 <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
438 <tr>
439 <th>Version</th>
440 <th>HTTP</th>
441 <th>FTP</th>
442 <th>Description</th>
443 </tr>
444
445 <tr>
cristy8ee7f242013-06-20 16:08:44 +0000446 <td valign="top">ImageMagick-7.0.0-0-Q16-x86-dll.exe</td>
447 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.0-0-Q16-x86-dll.exe">download</a></td>
448 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.0-0-Q16-x86-dll.exe">download</a></td>
cristy8030a5b2010-09-17 18:31:49 +0000449 <td valign="top">Win32 dynamic at 16 bits-per-pixel</td>
450 </tr>
cristyeed6cb62012-01-28 19:38:34 +0000451</table>
452
453<p>Or choose from these alternate Windows binary configurations:</p>
454
455<table class="doc">
456 <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
457 <tr>
458 <th>Version</th>
459 <th>HTTP</th>
460 <th>FTP</th>
461 <th>Description</th>
462 </tr>
cristy8030a5b2010-09-17 18:31:49 +0000463
464 <tr>
cristy8ee7f242013-06-20 16:08:44 +0000465 <td valign="top">ImageMagick-7.0.0-0-Q16-x86-static.exe</td>
466 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.0-0-Q16-x86-static.exe">download</a></td>
467 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.0-0-Q16-x86-static.exe">download</a></td>
cristy5c4585b2010-11-11 00:13:57 +0000468 <td valign="top">Win32 static at 16 bits-per-pixel</td>
469 </tr>
470
471 <tr>
cristy8ee7f242013-06-20 16:08:44 +0000472 <td valign="top">ImageMagick-7.0.0-0-Q8-x86-dll.exe</td>
473 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.0-0-Q8-x86-dll.exe">download</a></td>
474 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.0-0-Q8-x86-dll.exe">download</a></td>
cristyc7a6e3e2011-01-26 16:54:03 +0000475 <td valign="top">Win32 dynamic at 8 bits-per-pixel</td>
cristy3ed852e2009-09-05 21:47:34 +0000476 </tr>
477
478 <tr>
cristy8ee7f242013-06-20 16:08:44 +0000479 <td valign="top">ImageMagick-7.0.0-0-Q8-x86-static.exe</td>
480 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.0-0-Q8-x86-static.exe">download</a></td>
481 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.0-0-Q8-x86-static.exe">download</a></td>
cristy5c4585b2010-11-11 00:13:57 +0000482 <td valign="top">Win32 static at 8 bits-per-pixel</td>
cristy3ed852e2009-09-05 21:47:34 +0000483 </tr>
484
485 <tr>
cristy8ee7f242013-06-20 16:08:44 +0000486 <td valign="top">ImageMagick-7.0.0-0-Q16-x64-dll.exe</td>
487 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.0-0-Q16-x64-dll.exe">download</a></td>
488 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.0-0-Q16-x64-dll.exe">download</a></td>
cristyc7a6e3e2011-01-26 16:54:03 +0000489 <td valign="top">Win64 dynamic at 16 bits-per-pixel</td>
490 </tr>
491
492 <tr>
cristy8ee7f242013-06-20 16:08:44 +0000493 <td valign="top">ImageMagick-7.0.0-0-Q16-x64-static.exe</td>
494 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.0-0-Q16-x64-static.exe">download</a></td>
495 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.0-0-Q16-x64-static.exe">download</a></td>
cristyc7a6e3e2011-01-26 16:54:03 +0000496 <td valign="top">Win64 static at 16 bits-per-pixel</td>
497 </tr>
498
499 <tr>
cristy8ee7f242013-06-20 16:08:44 +0000500 <td valign="top">ImageMagick-7.0.0-0-Q16-x86-windows.zip</td>
501 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.0-0-Q16-x86-windows.zip">download</a></td>
502 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.0-0-Q16-x86-windows.zip">download</a></td>
cristyd0bda5e2010-09-21 16:22:45 +0000503 <td valign="top">Portable Win32 static at 16 bits-per-pixel. Just copy to your host and run (no installer, no Windows registry entries).</td>
cristy3ed852e2009-09-05 21:47:34 +0000504 </tr>
cristyd4d64ed2010-08-22 22:19:33 +0000505
cristy3ed852e2009-09-05 21:47:34 +0000506</table>
507
508<p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p>
509
cristy751980d2012-06-03 23:18:35 +0000510<p>To verify ImageMagick is working properly, type the following in an Command Prompt window:</p>
cristy3ed852e2009-09-05 21:47:34 +0000511
cristyeed6cb62012-01-28 19:38:34 +0000512<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>convert logo: logo.gif</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>identify logo.gif</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>imdisplay</span></p>
cristyd4d64ed2010-08-22 22:19:33 +0000513<p>If you have any problems, install the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84">Visual C++ 2010 Redistributable Package (x86)</a> or <a href="http://www.microsoft.com/downloads/details.aspx?familyid=BD512D9E-43C8-4655-81BF-9350143D5867">Visual C++ 2010 Redistributable Package (x64)</a>. 64-bit Windows requires both packages (x86 &amp; x64).</p>
cristy3ed852e2009-09-05 21:47:34 +0000514
cristy751980d2012-06-03 23:18:35 +0000515<p>Congratulations, you have a working ImageMagick distribution under Windows and you are ready to use ImageMagick to <a href="http://www.imagemagick.org/Usage/">convert, compose, or edit</a> your images or perhaps you'll want to use one of the <a href="api.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
cristy3ed852e2009-09-05 21:47:34 +0000516
517</div>
cristyad41c0c2012-10-31 00:49:28 +0000518
519</div>
520
521<div id="linkbar">
522 <span id="linkbar-west">&nbsp;</span>
cristy8ee7f242013-06-20 16:08:44 +0000523
cristyad41c0c2012-10-31 00:49:28 +0000524 <span id="linkbar-center">
cristy8ee7f242013-06-20 16:08:44 +0000525 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;
526 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> &bull;
527 <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
cristyad41c0c2012-10-31 00:49:28 +0000528 </span>
529 <span id="linkbar-east">&nbsp;</span>
530 </div>
531 <div class="footer">
cristy45ef08f2012-12-07 13:13:34 +0000532 <span id="footer-west">&copy; 1999-2013 ImageMagick Studio LLC</span>
cristyad41c0c2012-10-31 00:49:28 +0000533 <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
534 </div>
535 <div style="clear: both; margin: 0; width: 100%; "></div>
cristyad41c0c2012-10-31 00:49:28 +0000536</body>
537</html>