blob: fcae5ceea72bce0fa69ec8f798c26005a70fe338 [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: Install from Binary Distribution</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="install, from, binary, distribution, 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-->
cristycd1da082009-11-11 02:24:40 +0000128</div>
129<div class="sponsor">
cristycdbe2742010-02-07 19:30:44 +0000130 <a href="http://www.online-kredit-index.de">Kredit</a><!-- 201007010120 Buchhorn -->
cristy2744bd92009-11-08 22:57:52 +0000131</div>
132<div class="sponsor">
133 <a href="http://www.blumenversender.com">Blumenversand</a><!-- 201005010120 -->
cristyc1c61662009-09-30 14:04:37 +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
152
cristy3ed852e2009-09-05 21:47:34 +0000153<p class="navigation-index">[<a href="#unix">Unix Binary Release</a> &bull; <a href="#macosx">Mac OS X Binary Release</a> &bull; <a href="#windows">Windows Binary Release</a>]</p>
154
155<div class="doc-section">
156<p>You can install ImageMagick from <a href="../www/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="#unix">Unix</a> or <a href="#windows">Windows</a> executable. Before you download, you may want to review recent <a href="../www/changelog.html">changes</a> to the ImageMagick distribution.</p>
157</div>
158
159<h2><a name="unix"></a>Unix Binary Release</h2>
160<div class="doc-section">
161
162<p>These are the Unix variations that we support. If your system is not on the list, try installing from <a href="../www/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>
163
164<table class="doc">
165 <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
166 <tr>
167 <th>Version</th>
168 <th>HTTP</th>
169 <th>FTP</th>
170 <th>Description</th>
171 </tr>
172
173 <tr>
cristyb3ace7e2010-02-21 00:40:49 +0000174 <td valign="top">ImageMagick-6.5.9-9.i386.rpm</td>
175 <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/i386/ImageMagick-6.5.9-9.i386.rpm">download</a></td>
176 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/i386/ImageMagick-6.5.9-9.i386.rpm">download</a></td>
cristy3ed852e2009-09-05 21:47:34 +0000177 <td valign="top">Fedora Core 10 i386 RPM</td>
178 </tr>
179
180 <tr>
cristyb3ace7e2010-02-21 00:40:49 +0000181 <td valign="top">ImageMagick-6.5.9-9.x86_64.rpm</td>
182 <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/x86_64/ImageMagick-6.5.9-9.x86_64.rpm">download</a></td>
183 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/x86_64/ImageMagick-6.5.9-9.x86_64.rpm">download</a></td>
cristy3ed852e2009-09-05 21:47:34 +0000184 <td valign="top">Fedora Core 10 x86_64 RPM</td>
185 </tr>
186
187 <tr>
188 <td valign="top">ImageMagick-sparc-sun-solaris2.10.tar.gz</td>
189 <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-sparc-sun-solaris2.10.tar.gz">download</a></td>
190 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-sparc-sun-solaris2.10.tar.gz">download</a></td>
191 <td valign="top">Solaris Sparc 2.10</td>
192 </tr>
193
194 <tr>
195 <td valign="top">ImageMagick-i386-unknown-freebsd6.2.tar.gz</td>
196 <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-i386-unknown-freebsd6.2.tar.gz">download</a></td>
197 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i386-unknown-freebsd6.2.tar.gz">download</a></td>
198 <td valign="top">FreeBSD 6.2</td>
199 </tr>
200
201 <tr>
202 <td valign="top">ImageMagick-i686-pc-cygwin.tar.gz</td>
203 <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-i686-pc-cygwin.tar.gz">download</a></td>
204 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i686-pc-cygwin.tar.gz">download</a></td>
205 <td valign="top">Cygwin</td>
206 </tr>
207
208 <tr>
209 <td valign="top">ImageMagick-i686-pc-mingw32.tar.gz</td>
210 <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-i686-pc-mingw32.tar.gz">download</a></td>
211 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i686-pc-mingw32.tar.gz">download</a></td>
212 <td valign="top">MinGW</td>
213 </tr>
214</table>
215
216<p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p>
217
218<p>ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:</p>
219
cristyb3ace7e2010-02-21 00:40:49 +0000220<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.5.9-9.i386.rpm</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000221<p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
222
223<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd $HOME</span></p>
224<p>Next, extract the contents of the package. For example:</p>
225
226<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick.tar.gz</span></p>
227<p>Set the <kbd>MAGICK_HOME</kbd> environment variable to the path where you extracted the ImageMagick files. For example:</p>
228
cristy16ff93c2010-01-13 23:18:07 +0000229<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-6.5.9"</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000230<p>If the <kbd>bin</kbd> subdirectory of the extracted package is not already in your executable search path, add it to your <kbd>PATH</kbd> environment variable. For example:</p>
231
232<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export PATH="$MAGICK_HOME/bin:$PATH"</span></p>
233
234<p>On Linux and Solaris machines add <kbd>$MAGICK_HOME/lib</kbd> to the <kbd>LD_LIBRARY_PATH</kbd> environment variable:</p>
235
236<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$MAGICK_HOME/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export LD_LIBRARY_PATH</span></p>
237<p>Finally, to verify ImageMagick is working properly, type the following on the command line:</p>
238
239<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: logo.gif</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify logo.gif</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>display logo.gif</span></p>
240<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="../www/api.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
241
242</div>
243
244<h2><a name="macosx"></a>Mac OS X Binary Release</h2>
245<div class="doc-section">
246
cristye7f8fdd2009-09-20 14:43:12 +0000247<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 +0000248
249<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo port install ImageMagick</span></p>
cristye7f8fdd2009-09-20 14:43:12 +0000250<p>The <kbd>port</kbd> 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 +0000251
252<table class="doc">
253 <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
254 <tr>
255 <th>Version</th>
256 <th>HTTP</th>
257 <th>FTP</th>
258 <th>Description</th>
259 </tr>
260
261 <tr>
cristy76e378e2009-12-21 18:20:04 +0000262 <td valign="top">ImageMagick-x86_64-apple-darwin10.2.0.tar.gz</td>
263 <td valign="top"><a href="http://www.imagemagick.org/download/binaries/ImageMagick-x86_64-apple-darwin10.2.0.tar.gz">download</a></td>
264 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-x86_64-apple-darwin10.2.0.tar.gz">download</a></td>
cristye7f8fdd2009-09-20 14:43:12 +0000265 <td valign="top">Mac OS X Snow Leopard 10.6 (Intel)</td>
cristy3ed852e2009-09-05 21:47:34 +0000266 </tr>
267</table>
268
269<p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p>
270
271<p>Create (or choose) a directory to install the package into and change to that directory, for example:</p>
272
273<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd $HOME</span></p>
274<p>Next, extract the contents of the package. For example:</p>
275
cristy76e378e2009-12-21 18:20:04 +0000276<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick-x86_64-apple-darwin10.2.0.tar.gz</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000277<p>Set the <kbd>MAGICK_HOME</kbd> environment variable to the path where you extracted the ImageMagick files. For example:</p>
278
cristy16ff93c2010-01-13 23:18:07 +0000279<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-6.5.9"</span></p>
cristy3ed852e2009-09-05 21:47:34 +0000280<p>If the <kbd>bin</kbd> subdirectory of the extracted package is not already in your executable search path, add it to your <kbd>PATH</kbd> environment variable. For example:</p>
281
282<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export PATH="$MAGICK_HOME/bin:$PATH"</span></p>
283
284<p>Set the <kbd>DYLD_LIBRARY_PATH</kbd> environment variable:</p>
285
286<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib"</span></p>
287<p>Finally, to verify ImageMagick is working properly, type the following on the command line:</p>
288
289<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: logo.gif</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify logo.gif</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>display logo.gif</span></p>
290<p>Note, the <a href="../www/display.html">display</a> program requires the X11 server available on your Mac OS X installation DVD.</p>
291
292<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="../www/api.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
293
294</div>
295
296<h2><a name="windows"></a>Windows Binary Release</h2>
297<div class="doc-section">
298
299<p>ImageMagick runs on all recent Windows releases except Windows 95 / 98. We recommend its use on an NT-based version of Windows (NT4, 2000, 2003, XP, or Vista). Starting with ImageMagick 5.5.7, older versions such as Windows 95 / 98 are not supported anymore. The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 256 MB of RAM is recommended, but the more RAM the better. 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>
300
301<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>. If you are not sure which version is appropriate, choose
cristyb3ace7e2010-02-21 00:40:49 +0000302<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.5.9-9-Q16-windows-dll.exe' >ImageMagick-6.5.9-9-Q16-windows-dll.exe</a>.</p>
cristy3ed852e2009-09-05 21:47:34 +0000303
304<table class="doc">
305 <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
306 <tr>
307 <th>Version</th>
308 <th>HTTP</th>
309 <th>FTP</th>
310 <th>Description</th>
311 </tr>
312
313 <tr>
cristyb3ace7e2010-02-21 00:40:49 +0000314 <td valign="top">ImageMagick-6.5.9-9-Q16-windows-dll.exe</td>
315 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.9-9-Q16-windows-dll.exe">download</a></td>
316 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.9-9-Q16-windows-dll.exe">download</a></td>
cristy3ed852e2009-09-05 21:47:34 +0000317 <td valign="top">Win32 dynamic at 16 bits-per-pixel</td>
318 </tr>
319
320 <tr>
cristyb3ace7e2010-02-21 00:40:49 +0000321 <td valign="top">ImageMagick-6.5.9-9-Q16-windows-static.exe</td>
322 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.9-9-Q16-windows-static.exe">download</a></td>
323 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.9-9-Q16-windows-static.exe">download</a></td>
cristy3ed852e2009-09-05 21:47:34 +0000324 <td valign="top">Win32 static at 16 bits-per-pixel</td>
325 </tr>
326
327 <tr>
cristyb3ace7e2010-02-21 00:40:49 +0000328 <td valign="top">ImageMagick-6.5.9-9-Q16-windows-x64-static.exe</td>
329 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.9-9-Q16-windows-x64-static.exe">download</a></td>
330 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.9-9-Q16-windows-x64-static.exe">download</a></td>
cristy3ed852e2009-09-05 21:47:34 +0000331 <td valign="top">x64 static at 16 bits-per-pixel</td>
332 </tr>
333
334 <tr>
cristyb3ace7e2010-02-21 00:40:49 +0000335 <td valign="top">ImageMagick-6.5.9-9-Q8-windows-dll.exe</td>
336 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.9-9-Q8-windows-dll.exe">download</a></td>
337 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.9-9-Q8-windows-dll.exe">download</a></td>
cristy3ed852e2009-09-05 21:47:34 +0000338 <td valign="top">Win32 dynamic at 8 bits-per-pixel</td>
339 </tr>
340
341 <tr>
cristyb3ace7e2010-02-21 00:40:49 +0000342 <td valign="top">ImageMagick-6.5.9-9-Q8-windows-static.exe</td>
343 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.9-9-Q8-windows-static.exe">download</a></td>
344 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.9-9-Q8-windows-static.exe">download</a></td>
cristy3ed852e2009-09-05 21:47:34 +0000345 <td valign="top">Win32 static at 8 bits-per-pixel</td>
346 </tr>
347
348 <tr>
cristy16ff93c2010-01-13 23:18:07 +0000349 <td valign="top">ImageMagick-6.5.9-Q16-windows.zip</td>
350 <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.9-Q16-windows.zip">download</a></td>
351 <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.9-Q16-windows.zip">download</a></td>
cristy3ed852e2009-09-05 21:47:34 +0000352 <td valign="top">Portable Win32 static at 16 bits-per-pixel. This distribution does not include an installer and is most useful if you want to include ImageMagick in your own application distribution</td>
353 </tr>
354</table>
355
356<p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p>
357
358<p>To verify ImageMagick is working properly, type the following in an MS-DOS Command Prompt window:</p>
359
360<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert logo: logo.gif</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify logo.gif</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>imdisplay logo.gif</span></p>
361<p>If you have any problems, install the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2">Visual C++ 2008 Redistributable Package (x86)</a> or <a href="http://www.microsoft.com/downloads/details.aspx?familyid=BA9257CA-337F-4B40-8C14-157CFDFFEE4E">Visual C++ 2008 Redistributable Package (x64)</a>. 64-bit Windows requires both packages (x86 &amp; x64).</p>
362
363<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="../www/api.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
364
365</div>
cristyf3bb4782009-09-08 13:10:04 +0000366
367</div>
368
369<div id="linkbar">
370 <!-- <span id="linkbar-west">&nbsp;</span> -->
371 <span id="linkbar-center">
372 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;
cristy66920e82010-02-18 14:33:30 +0000373 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
cristyf3bb4782009-09-08 13:10:04 +0000374 </span>
375 <span id="linkbar-east">&nbsp;</span>
376 </div>
377 <div class="footer">
cristy16af1cb2009-12-11 21:38:29 +0000378 <span id="footer-west">&copy; 1999-2010 ImageMagick Studio LLC</span>
cristyf3bb4782009-09-08 13:10:04 +0000379 <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>
380 </div>
381 <div style="clear: both; margin: 0; width: 100%; "></div>
382</body>
383</html>