1 2 3 4 5 <!DOCTYPE html> 6 <html lang="en"> 7 <head> 8 <title>ImageMagick: Install from Binary Distribution</title> 9 <meta charset="utf-8" /> 10 <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 11 <meta name="viewport" content="width=device-width, initial-scale=1" /> 12 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> 13 <meta name="application-name" content="ImageMagick"/> 14 <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 Bzier curves."/> 15 <meta name="application-url" content="http://www.imagemagick.org"/> 16 <meta name="generator" content="PHP"/> 17 <meta name="keywords" content="install, from, binary, distribution, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/> 18 <meta name="rating" content="GENERAL"/> 19 <meta name="robots" content="INDEX, FOLLOW"/> 20 <meta name="generator" content="ImageMagick Studio LLC"/> 21 <meta name="author" content="ImageMagick Studio LLC"/> 22 <meta name="revisit-after" content="2 DAYS"/> 23 <meta name="resource-type" content="document"/> 24 <meta name="copyright" content="Copyright (c) 1999-2016 ImageMagick Studio LLC"/> 25 <meta name="distribution" content="Global"/> 26 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/> 27 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> 28 <link rel="icon" href="../images/wand.png"/> 29 <link rel="shortcut icon" href="../images/wand.ico"/> 30 <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto:900,400,400italic,700,700italic,300,300italic|Open+Sans:300italic,400italic,700italic,300,400,600,700"> 31 <link rel="stylesheet" href="css/magick.css"/> 32 </head> 33 <body> 34 <div class="main"> 35 <div class="magick-masthead"> 36 <div class="container"> 37 <script async="async" src="http://localhost/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" 38 style="display:block" 39 data-ad-client="ca-pub-3129977114552745" 40 data-ad-slot="6345125851" 41 data-ad-format="auto"></ins> 42 <script> 43 (adsbygoogle = window.adsbygoogle || []).push({}); 44 </script> 45 <nav class="magick-nav"> 46 <a class="magick-nav-item " href="../index.html">Home</a> 47 <a class="magick-nav-item active" href="binary-releases.html">Download</a> 48 <a class="magick-nav-item " href="command-line-tools.html">Tools</a> 49 <a class="magick-nav-item " href="command-line-processing.html">Command-line</a> 50 <a class="magick-nav-item " href="resources.html">Resources</a> 51 <a class="magick-nav-item " href="api.html">Develop</a> 52 <a class="magick-nav-item " href="http://www.imagemagick.org/script/search.php">Search</a> 53 <a class="magick-nav-item pull-right" href="https://www.imagemagick.org/discourse-server/">Community</a> 54 </nav> 55 </div> 56 </div> 57 <div class="container"> 58 <div class="magick-header"> 59 <p class="text-center"><a href="binary-releases.html#unix">Unix Binary Release</a> <a href="binary-releases.html#macosx">Mac OS X Binary Release</a> <a href="binary-releases.html#iOS">iOS Binary Release</a> <a href="binary-releases.html#windows">Windows Binary Release</a></p> 60 61 <p class="lead magick-description">You can install ImageMagick from <a href="install-source.html">source</a>. However, if you 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> 62 63 <h2 class="magick-header"><a id="unix"></a>Unix Binary Release</h2> 64 65 <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> 66 67 <div class="table-responsive"> 68 <table class="table table-condensed table-striped"> 69 <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/> 70 <tr> 71 <th>Version</th> 72 <th>HTTP</th> 73 <th>FTP</th> 74 <th>Description</th> 75 </tr> 76 77 <tr> 78 <td>ImageMagick-7.0.2-0.x86_64.rpm</td> 79 <td><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.2-0.x86_64.rpm">download</a></td> 80 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.2-0.x86_64.rpm">download</a></td> 81 <td>Redhat / CentOS 7.1 x86_64 RPM</td> 82 </tr> 83 84 <tr> 85 <td>ImageMagick RPM's</td> 86 <td><a href="http://www.imagemagick.org/download/linux/CentOS">download</a></td> 87 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS">download</a></td> 88 <td>Development, Perl, C++, and documentation RPM's.</td> 89 </tr> 90 91 <tr> 92 <td>ImageMagick-i386-pc-solaris2.11.tar.gz</td> 93 <td><a href="http://www.imagemagick.org/download/binaries/ImageMagick-i386-pc-solaris2.11.tar.gz">download</a></td> 94 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i386-pc-solaris2.11.tar.gz">download</a></td> 95 <td>Solaris Sparc 2.11</td> 96 </tr> 97 98 <tr> 99 <td>ImageMagick-i686-pc-cygwin.tar.gz</td> 100 <td><a href="http://www.imagemagick.org/download/binaries/ImageMagick-i686-pc-cygwin.tar.gz">download</a></td> 101 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i686-pc-cygwin.tar.gz">download</a></td> 102 <td>Cygwin</td> 103 </tr> 104 105 <tr> 106 <td>ImageMagick-i686-pc-mingw32.tar.gz</td> 107 <td><a href="http://www.imagemagick.org/download/binaries/ImageMagick-i686-pc-mingw32.tar.gz">download</a></td> 108 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i686-pc-mingw32.tar.gz">download</a></td> 109 <td>MinGW</td> 110 </tr> 111 </table></div> 112 113 <p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p> 114 115 <p>ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:</p> 116 117 <pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-7.0.2-0.x86_64.rpm</span></pre> 118 <p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p> 119 120 <pre> 121 cd $HOME 122 </pre> 123 124 <p>Next, extract the contents of the package. For example:</p> 125 126 <pre> 127 tar xvzf ImageMagick.tar.gz 128 </pre> 129 130 <p>Set the <code>MAGICK_HOME</code> environment variable to the path where you extracted the ImageMagick files. For example:</p> 131 132 <pre><span class="crtprompt"> </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.2"</span></pre> 133 <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> 134 135 <pre> 136 export PATH="$MAGICK_HOME/bin:$PATH 137 </pre> 138 139 140 <p>On Linux and Solaris machines add <code>$MAGICK_HOME/lib</code> to the <code>LD_LIBRARY_PATH</code> environment variable:</p> 141 142 <pre> 143 LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$MAGICK_HOME/lib 144 export LD_LIBRARY_PATH 145 </pre> 146 147 <p>Finally, to verify ImageMagick is working properly, type the following on the command line:</p> 148 149 <pre> 150 convert logo: logo.gif 151 identify logo.gif 152 display logo.gif 153 </pre> 154 155 <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> 156 157 <h2 class="magick-header"><a id="macosx"></a>Mac OS X Binary Release</h2> 158 159 <p>We recommend <a href="http://www.macports.org">MacPorts</a> which custom builds ImageMagick in your environment (some users prefer <a href="http://brew.sh">Homebrew</a>). Download MacPorts and type:</p> 160 161 <pre> 162 sudo port install ImageMagick 163 </pre> 164 165 <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> 166 167 <div class="table-responsive"> 168 <table class="table table-condensed table-striped"> 169 <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/> 170 <tr> 171 <th>Version</th> 172 <th>HTTP</th> 173 <th>FTP</th> 174 <th>Description</th> 175 </tr> 176 177 <tr> 178 <td>ImageMagick-x86_64-apple-darwin15.4.0.tar.gz</td> 179 <td><a href="http://www.imagemagick.org/download/binaries/ImageMagick-x86_64-apple-darwin15.4.0.tar.gz">download</a></td> 180 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-x86_64-apple-darwin15.4.0.tar.gz">download</a></td> 181 <td>Mac OS X El Capitan</td> 182 </tr> 183 </table></div> 184 185 <p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p> 186 187 <p>Create (or choose) a directory to install the package into and change to that directory, for example:</p> 188 189 <pre> 190 cd $HOME 191 </pre> 192 193 <p>Next, extract the contents of the package. For example:</p> 194 195 <pre> 196 tar xvzf ImageMagick-x86_64-apple-darwin15.2.0.tar.gz 197 </pre> 198 199 <p>Set the <code>MAGICK_HOME</code> environment variable to the path where you extracted the ImageMagick files. For example:</p> 200 201 <pre><span class="crtprompt"> </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.2"</span></pre> 202 <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> 203 204 <pre> 205 export PATH="$MAGICK_HOME/bin:$PATH" 206 </pre> 207 208 209 <p>Set the <code>DYLD_LIBRARY_PATH</code> environment variable:</p> 210 211 <pre> 212 export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib/" 213 </pre> 214 215 <p>Finally, to verify ImageMagick is working properly, type the following on the command line:</p> 216 217 <pre> 218 convert logo: logo.gif 219 identify logo.gif 220 display logo.gif 221 </pre> 222 223 <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 <code>export DISPLAY=:0</code>.</p> 224 225 <p>The best way to deal with all the exports is to put them at the end of your .profile file</p> 226 227 <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> 228 229 <h2 class="magick-header"><a id="iOS"></a>iOS Binary Release</h2> 230 231 <p><a href="http://www.cloudgoessocial.net/2011/03/21/im-xcode4-ios4-3/">~Claudio</a> provides iOS builds of ImageMagick.</p> 232 233 <h4>Download iOS Distribution</h4> 234 235 <p>You can download the iOS distribution directly from ImageMagick's <a href="http://www.imagemagick.org/download/iOS">repository</a>.</p> 236 237 <p>There are always 2 packages for the compiled ImageMagick:</p> 238 239 <ul> 240 <li>iOSMagick-VERSION-libs.zip</li> 241 <li>iOSMagick-VERSION.zip</li> 242 </ul> 243 244 <p>The first one includes headers and compiled libraries that have been used to compile ImageMagick. Most users would need this one.</p> 245 246 <h4>ImageMagick compiling script for iOS OS and iOS Simulator</h4> 247 248 <p>To run the script:</p> 249 <pre> 250 ./imagemagick_compile.sh <var>VERSION</var> 251 </pre> 252 <p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.0.2-0, svn, ...)</p> 253 254 <p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p> 255 <ul> 256 <li>png</li> 257 <li>jpeg</li> 258 <li>tiff</li> 259 </ul> 260 261 <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> 262 263 <h5>XCode project settings</h5> 264 265 <p>After including everything into XCode please also make sure to have these settings (Build tab of the project information):</p> 266 <ul> 267 <li>Other Linker Flags: -lMagickCore-Q16 -lMagickWand-Q16 -ljpeg -lpng -lbz2 -lz</li> 268 <li>Header Search Paths: $(SRCROOT) - make it Recursive</li> 269 <li>Library Search Paths: $(SRCROOT) - make it Recursive</li> 270 </ul> 271 272 <p>On the lower left click on the small-wheel and select: Add User-Defined Setting</p> 273 <ul> 274 <li>Key: OTHER_CFLAGS</li> 275 <li>Value: -Dmacintosh=1</li> 276 </ul> 277 278 <h5>Sample project</h5> 279 280 <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> 281 282 <h2 class="magick-header"><a id="windows"></a>Windows Binary Release</h2> 283 284 <p>ImageMagick runs on Windows 8 (x86 & x64), Windows 7 (x86 & x64), Windows Server 2012, Windows XP (x86) with Service Pack 3, Windows Vista (x86 & x64) with Service Pack 2, Windows Server 2003 (x86 & x64) with Service Pack 2 (verify MSXML6 is present), Windows Server 2003 R2 (x86 & x64), Windows Server 2008 (x86 & x64) with Service Pack 2, and Windows Server 2008 R2 (x64).</p> 285 286 <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> 287 288 <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 <var>Q8</var> in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas, <var>Q16</var> 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 <var>dll</var> in the filename include ImageMagick libraries as <a href="http://www.answers.com/topic/dll">dynamic link libraries</a>. Unless you have a Windows 32-bit OS, we recommend this version of ImageMagick for 64-bit Windows:</p> 289 290 <div class="table-responsive"> 291 <table class="table table-condensed table-striped"> 292 <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/> 293 <tr> 294 <th>Version</th> 295 <th>HTTP</th> 296 <th>FTP</th> 297 <th>Description</th> 298 </tr> 299 300 <tr> 301 <td>ImageMagick-7.0.2-0-Q16-x64-dll.exe</td> 302 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-Q16-x64-dll.exe">download</a></td> 303 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-x64-dll.exe">download</a></td> 304 <td>Win64 dynamic at 16 bits-per-pixel component</td> 305 </tr> 306 </table></div> 307 308 <p>Or choose from these alternate Windows binary distributions:</p> 309 310 <div class="table-responsive"> 311 <table class="table table-condensed table-striped"> 312 <col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/> 313 <tr> 314 <th>Version</th> 315 <th>HTTP</th> 316 <th>FTP</th> 317 <th>Description</th> 318 </tr> 319 320 <tr> 321 <td>ImageMagick-7.0.2-0-Q16-x64-static.exe</td> 322 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-Q16-x64-static.exe">download</a></td> 323 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-x64-static.exe">download</a></td> 324 <td>Win64 static at 16 bits-per-pixel component</td> 325 </tr> 326 327 <tr> 328 <td>ImageMagick-7.0.2-0-Q8-x64-dll.exe</td> 329 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-Q8-x64-dll.exe">download</a></td> 330 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-x64-dll.exe">download</a></td> 331 <td>Win64 dynamic at 8 bits-per-pixel component</td> 332 </tr> 333 334 <tr> 335 <td>ImageMagick-7.0.2-0-Q8-x64-static.exe</td> 336 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-Q8-x64-static.exe">download</a></td> 337 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-x64-static.exe">download</a></td> 338 <td>Win64 static at 8 bits-per-pixel component</td> 339 </tr> 340 341 <tr> 342 <td>ImageMagick-7.0.2-0-Q16-HDRI-x64-dll.exe</td> 343 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-Q16-HDRI-x64-dll.exe">download</a></td> 344 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-HDRI-x64-dll.exe">download</a></td> 345 <td>Win64 dynamic at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td> 346 </tr> 347 348 <tr> 349 <td>ImageMagick-7.0.2-0-Q16-HDRI-x64-static.exe</td> 350 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-Q16-HDRI-x64-static.exe">download</a></td> 351 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-HDRI-x64-static.exe">download</a></td> 352 <td>Win64 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td> 353 </tr> 354 355 <tr> 356 <td>ImageMagick-7.0.2-0-Q16-x86-dll.exe</td> 357 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-Q16-x86-dll.exe">download</a></td> 358 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-x86-dll.exe">download</a></td> 359 <td>Win32 dynamic at 16 bits-per-pixel component</td> 360 </tr> 361 362 <tr> 363 <td>ImageMagick-7.0.2-0-Q16-x86-static.exe</td> 364 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-Q16-x86-static.exe">download</a></td> 365 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-x86-static.exe">download</a></td> 366 <td>Win32 static at 16 bits-per-pixel component</td> 367 </tr> 368 369 <tr> 370 <td>ImageMagick-7.0.2-0-Q8-x86-dll.exe</td> 371 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-Q8-x86-dll.exe">download</a></td> 372 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-x86-dll.exe">download</a></td> 373 <td>Win32 dynamic at 8 bits-per-pixel component</td> 374 </tr> 375 376 <tr> 377 <td>ImageMagick-7.0.2-0-Q8-x86-static.exe</td> 378 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-Q8-x86-static.exe">download</a></td> 379 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-x86-static.exe">download</a></td> 380 <td>Win32 static at 8 bits-per-pixel component</td> 381 </tr> 382 383 <tr> 384 <td>ImageMagick-7.0.2-0-Q16-HDRI-x86-dll.exe</td> 385 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-Q16-HDRI-x86-dll.exe">download</a></td> 386 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-HDRI-x86-dll.exe">download</a></td> 387 <td>Win32 dynamic at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td> 388 </tr> 389 390 <tr> 391 <td>ImageMagick-7.0.2-0-Q16-HDRI-x86-static.exe</td> 392 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-Q16-HDRI-x86-static.exe">download</a></td> 393 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-HDRI-x86-static.exe">download</a></td> 394 <td>Win32 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td> 395 </tr> 396 397 <tr> 398 <td>ImageMagick-7.0.2-0-portable-Q16-x86.zip</td> 399 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-portable-Q16-x86.zip">download</a></td> 400 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-portable-Q16-x86.zip">download</a></td> 401 <td>Portable Win32 static at 16 bits-per-pixel component. Just copy to your host and run (no installer, no Windows registry entries).</td> 402 </tr> 403 404 <tr> 405 <td>ImageMagick-7.0.2-0-portable-Q16-x64.zip</td> 406 <td><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-7.0.2-0-portable-Q16-x64.zip">download</a></td> 407 <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-portable-Q16-x64.zip">download</a></td> 408 <td>Portable Win64 static at 16 bits-per-pixel component. Just copy to your host and run (no installer, no Windows registry entries).</td> 409 </tr> 410 </table></div> 411 412 <p>Verify its <a href="http://www.imagemagick.org/download/binaries/digest.rdf">message digest</a>.</p> 413 414 <p>To verify ImageMagick is working properly, type the following in an Command Prompt window:</p> 415 416 <pre> 417 convert logo: logo.gif 418 identify logo.gif 419 imdisplay logo.gif 420 </pre> 421 422 <p>If you have any problems, you likely need <code>vcomp120.dll</code>. To install it, download <a href="https://www.microsoft.com/en-us/download/details.aspx?id=40784">Visual C++ 2013 Redistributable Package</a>.</p> 423 424 <p>Note, use a double quote (<code>"</code>) rather than a single quote (<code>'</code>) for the ImageMagick command line under Windows:</p> 425 426 <pre> 427 convert "e:/myimages/image.png" "e:/myimages/image.jpg" 428 </pre> 429 <p>Use two double quotes for VBScript scripts:</p> 430 <pre> 431 Set objShell = wscript.createobject("wscript.shell") 432 objShell.Exec("convert ""e:/myimages/image.png"" ""e:/myimages/image.jpg""") 433 </pre> 434 435 <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> 436 437 </div> 438 439 <footer class="magick-footer"> 440 <p><a href="support.html">Donate</a> 441 <a href="sitemap.html">Sitemap</a> 442 <a href="links.html">Related</a> 443 <a href="architecture.html">Architecture</a> 444 </p> 445 <p><a href="binary-releases.html#">Back to top</a> 446 <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> 447 <a href="http://www.imagemagick.org/script/contact.php">Contact Us</a></p> 448 <p><small> 1999-2016 ImageMagick Studio LLC</small></p> 449 </footer> 450 </div><!-- /.container --> 451 452 <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script> 453 <script src="../js/magick.html"></script> 454 </div> 455 </body> 456 </html> 457 <!-- Magick Cache 17th June 2016 14:41 -->