blob: 11150d1940a2c81a91c4d268bf35058a7fb1f7cc [file] [log] [blame]
Cristy594d2772015-11-15 10:47:42 -05001
2
3
4
cristy29dc8652015-05-12 16:26:21 +00005<!DOCTYPE html>
cristyd2432012015-05-04 23:15:15 +00006<html lang="en">
cristy8ee7f242013-06-20 16:08:44 +00007<head>
Cristy912a9222016-06-17 15:37:28 -04008 <meta charset="utf-8" />
Cristy3b0b58d2016-11-06 07:40:23 -05009 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
10 <meta http-equiv="x-ua-compatible" content="ie=edge" />
Cristy6549abb2016-11-10 08:25:55 -050011 <title>Convert, Edit, Or Compose Bitmap Images @ ImageMagick</title>
Cristy594d2772015-11-15 10:47:42 -050012 <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 Bézier curves."/>
Cristy64599592016-11-04 22:32:09 -040015 <meta name="application-url" content="https://www.imagemagick.org"/>
Cristy594d2772015-11-15 10:47:42 -050016 <meta name="generator" content="PHP"/>
17 <meta name="keywords" content="convert, edit, or, compose, bitmap, images, 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"/>
Cristyfe36f992016-12-29 20:24:13 -050024 <meta name="copyright" content="Copyright (c) 1999-2017 ImageMagick Studio LLC"/>
Cristy594d2772015-11-15 10:47:42 -050025 <meta name="distribution" content="Global"/>
26 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
Cristy912a9222016-06-17 15:37:28 -040027 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
Cristy6549abb2016-11-10 08:25:55 -050028 <link rel="canonical" href="https://www.imagemagick.org/script/index.html"/>
29 <link rel="icon" href="images/wand.png"/>
30 <link rel="shortcut icon" href="images/wand.ico"/>
Cristy1d518b52016-11-22 11:44:14 -050031 <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" />
Cristy6549abb2016-11-10 08:25:55 -050032 <link rel="stylesheet" href="www/css/magick.css"/>
cristy8ee7f242013-06-20 16:08:44 +000033</head>
cristyd2432012015-05-04 23:15:15 +000034<body>
cristy8ee7f242013-06-20 16:08:44 +000035<div class="main">
cristyd2432012015-05-04 23:15:15 +000036<div class="magick-masthead">
37 <div class="container">
Cristye93be682015-11-26 09:07:51 -050038 <script async="async" src="http://localhost/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
Cristy594d2772015-11-15 10:47:42 -050039 style="display:block"
40 data-ad-client="ca-pub-3129977114552745"
41 data-ad-slot="6345125851"
42 data-ad-format="auto"></ins>
cristy29f2c972015-07-28 13:37:46 +000043 <script>
Cristy882d9f42015-10-29 16:48:39 -040044 (adsbygoogle = window.adsbygoogle || []).push({});
cristyd2432012015-05-04 23:15:15 +000045 </script>
cristyd2432012015-05-04 23:15:15 +000046 <nav class="magick-nav">
Cristy6549abb2016-11-10 08:25:55 -050047 <a class="magick-nav-item active" href="index.html">Home</a>
Cristy9017f3a2017-01-21 10:51:11 -050048 <a class="magick-nav-item " href="www/download.html">Download</a>
Cristy6549abb2016-11-10 08:25:55 -050049 <a class="magick-nav-item " href="www/command-line-tools.html">Tools</a>
50 <a class="magick-nav-item " href="www/command-line-processing.html">Command-line</a>
51 <a class="magick-nav-item " href="www/resources.html">Resources</a>
Cristy9017f3a2017-01-21 10:51:11 -050052 <a class="magick-nav-item " href="www/develop.html">Develop</a>
Cristy6549abb2016-11-10 08:25:55 -050053 <a class="magick-nav-item " href="https://www.imagemagick.org/script/search.php">Search</a>
54 <a class="magick-nav-item pull-right" href="https://www.imagemagick.org/discourse-server/">Community</a>
cristyd2432012015-05-04 23:15:15 +000055 </nav>
56 </div>
57</div>
58<div class="container">
59<div class="magick-header">
cristy85893d32015-05-06 13:44:09 +000060<p class="text-center"><a href="index.html#features">Features and Capabilities</a><a href="index.html#news">News</a><a href="index.html#community">Community</a></p>
cristy8ee7f242013-06-20 16:08:44 +000061
Cristy6549abb2016-11-10 08:25:55 -050062<p class="lead magick-description"><a href="images/wizard.png" title="And Now a Touch of Magick"><img class="img-responsive magick-icon" id="logo" alt="And Now a Touch of Magick" width="265" height="352" src="images/wizard.jpg" /></a>
63Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&amp;entry=78333969">&#174;</a></sup> to create, edit, compose, or convert bitmap images. It can read and write images in a variety of <a href="www/formats.html">formats</a> (over 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, <a href="www/motion-picture.html">DPX</a>, <a href="www/high-dynamic-range.html">EXR</a>, 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.</p>
cristy3ed852e2009-09-05 21:47:34 +000064
Cristy9017f3a2017-01-21 10:51:11 -050065<p>The functionality of ImageMagick is typically utilized from the <a href="www/command-line-processing.html">command-line</a> or you can use the features from programs written in your favorite language. Choose from these interfaces: <a href="www/develop.html#ada">G2F</a> (Ada), <a href="www/develop.html#c">MagickCore</a> (C), <a href="www/develop.html#c">MagickWand</a> (C), <a href="www/develop.html#ch">ChMagick</a> (Ch), <a href="www/develop.html#com_">ImageMagickObject</a> (COM+), <a href="www/develop.html#c__">Magick++</a> (C++), <a href="www/develop.html#java">JMagick</a> (Java), <a href="www/develop.html#julia">JuliaIO</a> (Julia), <a href="www/develop.html#lisp">L-Magick</a> (Lisp), <a href="www/develop.html#lua">Lua</a> (LuaJIT), <a href="www/develop.html#neko">NMagick</a> (Neko/haXe), <a href="www/develop.html#dot-net">Magick.NET</a> (.NET), <a href="www/develop.html#pascal">PascalMagick</a> (Pascal), <a href="www/develop.html#perl">PerlMagick</a> (Perl), <a href="www/develop.html#php">MagickWand for PHP</a> (PHP), <a href="www/develop.html#php">IMagick</a> (PHP), <a href="www/develop.html#python">PythonMagick</a> (Python), <a href="www/develop.html#ruby">RMagick</a> (Ruby), or <a href="www/develop.html#tcl">TclMagick</a> (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and <var>automagically</var>.</p>
cristy6e51a242015-06-07 14:41:36 +000066<p>ImageMagick utilizes multiple computational threads to increase performance and can read, process, or write mega-, giga-, or tera-pixel image sizes.</p>
Cristy6549abb2016-11-10 08:25:55 -050067<p>ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 <a href="https://www.imagemagick.org/script/license.html">license</a>.</p>
cristyc3186d52010-06-04 13:55:23 +000068
Cristy301a7122017-03-28 06:01:04 -040069<p>The ImageMagick development process ensures a stable API and <a href="http://abi-laboratory.pro/tracker/timeline/imagemagick/">ABI</a>. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="https://github.com/google/sanitizers/wiki/AddressSanitizer">memory error</a> and <a href="https://github.com/google/sanitizers/wiki/ThreadSanitizer">thread data race</a> detection to prevent security vulnerabilities.</p>
cristya8e6cae2011-03-10 00:48:29 +000070
Cristy301a7122017-03-28 06:01:04 -040071<p>The current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.5-4</a>. It runs on <a href="https://www.imagemagick.org/script/download.html#unix">Linux</a>, <a href="https://www.imagemagick.org/script/download.html#windows">Windows</a>, <a href="https://www.imagemagick.org/script/download.html#macosx">Mac Os X</a>, <a href="https://www.imagemagick.org/script/download.html#iOS">iOS</a>, Android OS, and others.</p>
cristya8e6cae2011-03-10 00:48:29 +000072
Cristy3b0b58d2016-11-06 07:40:23 -050073<p>The authoritative ImageMagick web site is <a href="https://www.imagemagick.org/">https://www.imagemagick.org</a>. The authoritative source code repository is <a href="http://git.imagemagick.org/repos/ImageMagick">http://git.imagemagick.org/repos/ImageMagick</a>. We maintain a source code mirror at <a href="https://gitlab.com/ImageMagick/ImageMagick">GitLab</a> and <a href="https://github.com/ImageMagick/ImageMagick">GitHub</a>.</p>
Cristy1f1f3a02016-06-01 07:25:42 -040074
Cristyb7f455a2017-03-03 19:30:34 -050075<p>We continue to maintain the legacy release of ImageMagick, version 6, at <a href="https://legacy.imagemagick.org/">https://legacy.imagemagick.org</a>.</p>
cristyd2432012015-05-04 23:15:15 +000076
Cristyb57c2352015-08-25 20:01:06 -040077<h2 class="magick-header"><a id="features"></a>Features and Capabilities</h2>
Cristy6549abb2016-11-10 08:25:55 -050078<p>Here are just a few <a href="www/examples.html">examples</a> of what ImageMagick can do for you:</p>
cristyd2432012015-05-04 23:15:15 +000079<div class="table-responsive">
80<table class="table table-condensed table-striped">
81 <tr>
Cristy64599592016-11-04 22:32:09 -040082 <td><a href="https://www.imagemagick.org/Usage/anim_basics/">Animation</a></td>
Cristye93be682015-11-26 09:07:51 -050083 <td>create a GIF animation sequence from a group of images.</td>
cristyd2432012015-05-04 23:15:15 +000084 </tr>
85 <tr>
Cristy6549abb2016-11-10 08:25:55 -050086 <td><a href="www/color-management.html">Color management</a></td>
Cristye93be682015-11-26 09:07:51 -050087 <td>accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.</td>
cristyd2432012015-05-04 23:15:15 +000088 </tr>
89 <tr>
Cristy6549abb2016-11-10 08:25:55 -050090 <td><a href="www/command-line-processing.html">Command-line processing</a></td>
Cristyde27d762016-01-02 12:56:44 -050091 <td>utilize ImageMagick from the command-line.</td>
92 </tr>
93 <tr>
Cristye09ed312016-03-06 08:07:39 -050094 <td><a href="https://en.wikipedia.org/wiki/Complex_text_layout">Complex text layout</a></td>
95 <td>bidirectional text support and shaping.</td>
96 </tr>
97 <tr>
Cristy6549abb2016-11-10 08:25:55 -050098 <td><a href="www/composite.html">Composite</a></td>
Cristye93be682015-11-26 09:07:51 -050099 <td>overlap one image over another.</td>
cristyd2432012015-05-04 23:15:15 +0000100 </tr>
101 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500102 <td><a href="www/connected-components.html">Connected component labeling</a></td>
Cristye93be682015-11-26 09:07:51 -0500103 <td>uniquely label connected regions in an image.</td>
cristyd2432012015-05-04 23:15:15 +0000104 </tr>
105 <tr>
Cristy64599592016-11-04 22:32:09 -0400106 <td><a href="https://www.imagemagick.org/Usage/crop/">Decorate</a></td>
cristyd2432012015-05-04 23:15:15 +0000107 <td>add a border or frame to an image.</td>
108 </tr>
109 <tr>
Cristy64599592016-11-04 22:32:09 -0400110 <td><a href="https://www.imagemagick.org/Usage/transform/#vision">Delineate image features</a></td>
Cristy579a0cb2016-11-26 12:27:17 -0500111 <td><a href="https://www.imagemagick.org/https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&amp;t=25405">Canny edge detection</a>, <a href="https://www.imagemagick.org/https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&amp;t=25476">Hough lines</a>.</td>
cristyd2432012015-05-04 23:15:15 +0000112 </tr>
113 <tr>
Cristy64599592016-11-04 22:32:09 -0400114 <td><a href="https://www.imagemagick.org/Usage/fourier/">Discrete Fourier transform</a></td>
Cristye93be682015-11-26 09:07:51 -0500115 <td>implements the forward and inverse <a href="http://en.wikipedia.org/wiki/Discrete_Fourier_transform">DFT</a>.</td>
cristyd2432012015-05-04 23:15:15 +0000116 </tr>
117 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500118 <td><a href="www/distribute-pixel-cache.html">Distributed pixel cache</a></td>
Cristye93be682015-11-26 09:07:51 -0500119 <td>offload intermediate pixel storage to one or more remote servers.</td>
120 </tr>
121 <tr>
Cristy64599592016-11-04 22:32:09 -0400122 <td><a href="https://www.imagemagick.org/Usage/draw/">Draw</a></td>
Cristye93be682015-11-26 09:07:51 -0500123 <td>add shapes or text to an image.</td>
124 </tr>
125 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500126 <td><a href="www/cipher.html">Encipher or decipher an image</a></td>
Cristye93be682015-11-26 09:07:51 -0500127 <td>convert ordinary images into unintelligible gibberish and back again.</td>
128 </tr>
129 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500130 <td><a href="www/convert.html">Format conversion</a></td>
131 <td>convert an image from one <a href="www/formats.html">format </a> to another (e.g. PNG to JPEG).</td>
Cristye93be682015-11-26 09:07:51 -0500132 </tr>
133 <tr>
Cristy64599592016-11-04 22:32:09 -0400134 <td><a href="https://www.imagemagick.org/Usage/distorts/">Generalized pixel distortion</a></td>
Cristye93be682015-11-26 09:07:51 -0500135 <td>correct for, or induce image distortions including perspective.</td>
136 </tr>
137 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500138 <td><a href="www/architecture.html#distributed">Heterogeneous distributed processing</a></td>
139 <td>certain algorithms are <a href="www/opencl.html">OpenCL</a>-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.</td>
Cristye93be682015-11-26 09:07:51 -0500140 </tr>
141 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500142 <td><a href="www/high-dynamic-range.html">High dynamic-range images</a></td>
Cristye93be682015-11-26 09:07:51 -0500143 <td>accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.</td>
144 </tr>
145 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500146 <td><a href="www/fx.html">Image calculator</a></td>
Cristye93be682015-11-26 09:07:51 -0500147 <td>apply a mathematical expression to an image or image channels.</td>
cristyd2432012015-05-04 23:15:15 +0000148 </tr>
149 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500150 <td><a href="www/gradient.html">Image gradients</a></td>
Cristy882d9f42015-10-29 16:48:39 -0400151 <td>create a gradual blend of two colors whose shape is horizontal, vertical, circular, or elliptical.</td>
152 </tr>
153 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500154 <td><a href="www/identify.html">Image identification</a></td>
cristyd2432012015-05-04 23:15:15 +0000155 <td>describe the format and attributes of an image.</td>
156 </tr>
157 <tr>
Cristy9017f3a2017-01-21 10:51:11 -0500158 <td><a href="www/download.html#iOS">ImageMagick on the iPhone</a></td>
Cristye93be682015-11-26 09:07:51 -0500159 <td>convert, edit, or compose images on your <a href="http://www.apple.com/ios/">iOS</a> device such as the iPhone or iPad.</td>
cristyd2432012015-05-04 23:15:15 +0000160 </tr>
161 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500162 <td><a href="www/architecture.html#tera-pixel">Large image support</a></td>
cristyd2432012015-05-04 23:15:15 +0000163 <td>read, process, or write mega-, giga-, or tera-pixel image sizes.</td>
164 </tr>
165 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500166 <td><a href="www/montage.html">Montage</a></td>
Cristye93be682015-11-26 09:07:51 -0500167 <td>juxtapose image thumbnails on an image canvas.</td>
168 </tr>
169 <tr>
Cristy64599592016-11-04 22:32:09 -0400170 <td><a href="https://www.imagemagick.org/Usage/morphology/">Morphology of shapes</a></td>
Cristye93be682015-11-26 09:07:51 -0500171 <td>extract features, describe shapes, and recognize patterns in images.</td>
172 </tr>
173 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500174 <td><a href="www/motion-picture.html">Motion picture support</a></td>
Cristye93be682015-11-26 09:07:51 -0500175 <td>read and write the common image formats used in digital film work.</td>
176 </tr>
177 <tr>
Cristy64599592016-11-04 22:32:09 -0400178 <td><a href="https://www.imagemagick.org/Usage/transform/#vision">Noise and color reduction</a></td>
Cristy579a0cb2016-11-26 12:27:17 -0500179 <td><a href="https://www.imagemagick.org/https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&amp;t=26480">Kuwahara Filter</a>, <a href="https://www.imagemagick.org/https://www.imagemagick.org/discourse-server//viewtopic.html?f=4&amp;t=25504">mean-shift</a>.</td>
Cristye93be682015-11-26 09:07:51 -0500180 </tr>
181 <tr>
182 <td><a href="http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html">Perceptual hash</a></td>
183 <td>map visually identical images to the same or similar hash-- useful in image retrieval, authentication, indexing, or copy detection as well as digital watermarking.</td>
184 </tr>
185 <tr>
Cristy64599592016-11-04 22:32:09 -0400186 <td><a href="https://www.imagemagick.org/Usage/blur/">Special effects</a></td>
Cristye93be682015-11-26 09:07:51 -0500187 <td>blur, sharpen, threshold, or tint an image.</td>
188 </tr>
189 <tr>
Cristy64599592016-11-04 22:32:09 -0400190 <td><a href="https://www.imagemagick.org/Usage/text/">Text &amp; comments</a></td>
Cristye93be682015-11-26 09:07:51 -0500191 <td>insert descriptive or artistic text in an image.</td>
192 </tr>
193 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500194 <td><a href="www/architecture.html#threads">Threads of execution support</a></td>
195 <td>ImageMagick is thread safe and most internal algorithms execute in <a href="www/openmp.html">parallel</a> to take advantage of speed-ups offered by multicore processor chips.</td>
cristyd2432012015-05-04 23:15:15 +0000196 </tr>
197 <tr>
Cristy64599592016-11-04 22:32:09 -0400198 <td><a href="https://www.imagemagick.org/Usage/resize/">Transform</a></td>
Cristye93be682015-11-26 09:07:51 -0500199 <td>resize, rotate, deskew, crop, flip or trim an image.</td>
cristyd2432012015-05-04 23:15:15 +0000200 </tr>
201 <tr>
Cristy64599592016-11-04 22:32:09 -0400202 <td><a href="https://www.imagemagick.org/Usage/masking/">Transparency</a></td>
Cristye93be682015-11-26 09:07:51 -0500203 <td>render portions of an image invisible.</td>
cristyd2432012015-05-04 23:15:15 +0000204 </tr>
205 <tr>
Cristy6549abb2016-11-10 08:25:55 -0500206 <td><a href="www/architecture.html#virtual-pixels">Virtual pixel support</a></td>
Cristye93be682015-11-26 09:07:51 -0500207 <td>convenient access to pixels outside the image region.</td>
cristyd2432012015-05-04 23:15:15 +0000208 </tr>
209</table>
cristyd43a46b2010-01-21 02:13:41 +0000210</div>
cristy3ed852e2009-09-05 21:47:34 +0000211
Cristy6549abb2016-11-10 08:25:55 -0500212<p><a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a> shows how to use ImageMagick from the <a href="www/command-line-processing.html">command-line</a> to accomplish any of these tasks and much more. Also, see <a href="http://www.fmwconcepts.com/imagemagick/">Fred's ImageMagick Scripts</a>: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations. With <a href="https://magick.codeplex.com/">Magick.NET</a>, use ImageMagick without having to install ImageMagick on your server or desktop.</p>
cristy3ed852e2009-09-05 21:47:34 +0000213
cristy85893d32015-05-06 13:44:09 +0000214<h2 class="magick-header"><a id="news"></a>News</h2>
cristy1efc1ab2011-08-01 14:47:02 +0000215
Cristyfe36f992016-12-29 20:24:13 -0500216<p>Now that ImageMagick version 7 is released, we continue to maintain the legacy release of ImageMagick, version 6, at <a href="https://legacy.imagemagick.org/">https://legacy.imagemagick.org</a>. Learn how ImageMagick version 7 differs from previous versions with our <a href="www/porting.html">porting guide</a>.</p>
Cristy912a9222016-06-17 15:37:28 -0400217
Cristy6549abb2016-11-10 08:25:55 -0500218<p>ImageMagick best practices <strong>strongly</strong> encourages you to configure a <a href="www/security-policy.html">security policy</a> that suits your local environment.</p>
cristy1efc1ab2011-08-01 14:47:02 +0000219
cristyd2432012015-05-04 23:15:15 +0000220<h2 class="magick-header"><a id="community"></a>Community</h2>
Cristy6549abb2016-11-10 08:25:55 -0500221<p>To join the ImageMagick community, try the <a href="https://www.imagemagick.org/discourse-server/">discourse server</a>. You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions. If you want to contribute image processing algorithms, other enhancements, or bug fixes, open an <a href="http://git.imagemagick.org/repos/ImageMagick/issues">issue</a>. </p>
cristyd43a46b2010-01-21 02:13:41 +0000222</div>
cristyd2432012015-05-04 23:15:15 +0000223 <footer class="magick-footer">
Cristy6549abb2016-11-10 08:25:55 -0500224 <p><a href="www/support.html">Donate</a>
225 <a href="www/sitemap.html">Sitemap</a>
226 <a href="www/links.html">Related</a>
227 <a href="www/security-policy.html">Security</a>
228 <a href="www/architecture.html">Architecture</a>
cristyd2432012015-05-04 23:15:15 +0000229</p>
230 <p><a href="index.html#">Back to top</a>
cristyea2793e2015-05-31 16:52:26 +0000231 <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
Cristy6549abb2016-11-10 08:25:55 -0500232 <a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
Cristyfe36f992016-12-29 20:24:13 -0500233 <p><small>© 1999-2017 ImageMagick Studio LLC</small></p>
cristyd2432012015-05-04 23:15:15 +0000234 </footer>
235</div><!-- /.container -->
cristy3ed852e2009-09-05 21:47:34 +0000236
Cristyb7f455a2017-03-03 19:30:34 -0500237 <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
Cristy6549abb2016-11-10 08:25:55 -0500238 <script src="js/magick.html"></script>
cristyd43a46b2010-01-21 02:13:41 +0000239</div>
cristy8ee7f242013-06-20 16:08:44 +0000240</body>
cristy5a367e42015-05-05 12:39:18 +0000241</html>
Cristy301a7122017-03-28 06:01:04 -0400242<!-- Magick Cache 26th March 2017 15:32 -->