blob: 0cf2e7ddf4e5d1125d35ca8e192397c8416e50d3 [file] [log] [blame]
cristyf1b8a092014-02-20 15:46:11 +00001
2
3
4
cristy8ee7f242013-06-20 16:08:44 +00005<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
6 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
7<html version="-//W3C//DTD XHTML 1.1//EN"
8 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
9 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10 xsi:schemaLocation="http://www.w3.org/1999/xhtml
11 http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">
12<head>
13 <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
cristyf1b8a092014-02-20 15:46:11 +000014 <meta name=viewport content="width=device-width, initial-scale=0.3333334">
cristy8ee7f242013-06-20 16:08:44 +000015 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4"/>
cristyaf8d6652011-02-04 21:57:45 +000016 <title>ImageMagick: Convert, Edit, Or Compose Bitmap Images</title>
cristy751980d2012-06-03 23:18:35 +000017 <meta http-equiv="content-language" content="en-US"/>
18 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
19 <meta http-equiv="reply-to" content="magick-users@imagemagick.org"/>
20 <meta name="application-name" content="ImageMagick"/>
cristy91469932014-07-25 11:00:25 +000021 <meta name="description" content="A collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats."/>
cristy751980d2012-06-03 23:18:35 +000022 <meta name="application-url" content="http://www.imagemagick.org"/>
23 <meta name="generator" content="PHP"/>
cristy91469932014-07-25 11:00:25 +000024 <meta name="keywords" content="convert, edit, or, compose, bitmap, images, convert, edit, compose, image, pixel"/>
cristy751980d2012-06-03 23:18:35 +000025 <meta name="rating" content="GENERAL"/>
26 <meta name="robots" content="INDEX, FOLLOW"/>
27 <meta name="generator" content="ImageMagick Studio LLC"/>
28 <meta name="author" content="ImageMagick Studio LLC"/>
29 <meta name="revisit-after" content="2 DAYS"/>
30 <meta name="resource-type" content="document"/>
cristy18b955e2013-02-24 21:06:33 +000031 <meta name="copyright" content="Copyright (c) 1999-2012 ImageMagick Studio LLC"/>
cristy751980d2012-06-03 23:18:35 +000032 <meta name="distribution" content="Global"/>
cristy91469932014-07-25 11:00:25 +000033 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1"/>
cristy97f96862014-11-03 12:28:08 +000034 <link rel="icon" href="http://www.imagemagick.org/images/wand.png"/>
35 <link rel="shortcut icon" href="http://www.imagemagick.org/images/wand.ico" type="images/x-icon"/>
cristyf1b8a092014-02-20 15:46:11 +000036 <link rel="canonical" href="http://www.imagemagick.org" />
cristy8ee7f242013-06-20 16:08:44 +000037 <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf"/>
38
39 <!-- Add jQuery library -->
cristyf1b8a092014-02-20 15:46:11 +000040 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
cristy8ee7f242013-06-20 16:08:44 +000041
42 <!-- Add mousewheel plugin (this is optional) -->
43 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
44
45 <!-- Add fancyBox -->
cristyf1b8a092014-02-20 15:46:11 +000046 <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
47 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
cristy8ee7f242013-06-20 16:08:44 +000048
49 <!-- Optionally add helpers - button, thumbnail and/or media -->
cristyf1b8a092014-02-20 15:46:11 +000050 <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
51 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
52 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
cristy8ee7f242013-06-20 16:08:44 +000053
cristyf1b8a092014-02-20 15:46:11 +000054 <link rel="stylesheet" href="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
55 <script type="text/javascript" src="http://www.imagemagick.org/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
cristy8ee7f242013-06-20 16:08:44 +000056
57 <script type="text/javascript">
58 $(document).ready(function() {
59 $(".fancybox").fancybox();
60 });
61 </script>
62
63 <!-- ImageMagick style -->
64 <style type="text/css" media="all">
cristyf1b8a092014-02-20 15:46:11 +000065 @import url("http://www.imagemagick.org/www/magick.css");
cristy8ee7f242013-06-20 16:08:44 +000066 </style>
67</head>
68
69<body id="www-imagemagick-org">
70
cristyf1b8a092014-02-20 15:46:11 +000071<script type="text/javascript">
cristy8ee7f242013-06-20 16:08:44 +000072 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
73 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
74 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
cristyf1b8a092014-02-20 15:46:11 +000075 })(window,document,'offline-script','//www.google-analytics.com/analytics.js','ga');
cristy8ee7f242013-06-20 16:08:44 +000076
77 ga('create', 'UA-40133312-1', 'imagemagick.org');
78 ga('send', 'pageview');
79</script>
80
81<div class="titlebar">
82<div style="margin: 17px auto; float: left;">
83 <script type="text/javascript">
84 <!--
85 google_ad_client = "pub-3129977114552745";
86 google_ad_slot = "5439289906";
87 google_ad_width = 728;
88 google_ad_height = 90;
89 //-->
90 </script>
91 <script type="text/javascript"
cristyf1b8a092014-02-20 15:46:11 +000092 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
cristy8ee7f242013-06-20 16:08:44 +000093 </script>
94</div>
95<a href="discourse-server">
cristy97f96862014-11-03 12:28:08 +000096 <img src="http://www.imagemagick.org/images/logo.jpg"
cristyf1b8a092014-02-20 15:46:11 +000097 alt="ImageMagick Logo" width="123" height="118"
cristy8ee7f242013-06-20 16:08:44 +000098 style="width: 123px; height: 118px; border: 0px; float: right;" /></a>
cristyf1b8a092014-02-20 15:46:11 +000099<a href="http://www.imagemagick.org/index.html">
cristy97f96862014-11-03 12:28:08 +0000100 <img src="http://www.imagemagick.org/images/sprite.jpg"
cristyf1b8a092014-02-20 15:46:11 +0000101 alt="ImageMagick Sprite" width="114" height="118"
cristy8ee7f242013-06-20 16:08:44 +0000102 style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
103</div>
104
105<div class="westbar">
106
cristy3ed852e2009-09-05 21:47:34 +0000107<div class="menu">
cristyf1b8a092014-02-20 15:46:11 +0000108 <a title="About ImageMagick" href="http://www.imagemagick.org/index.html">About ImageMagick</a>
cristy3ed852e2009-09-05 21:47:34 +0000109</div>
cristy3ed852e2009-09-05 21:47:34 +0000110<div class="menu">
cristyf1b8a092014-02-20 15:46:11 +0000111 <a title="Binary Releases" href="binary-releases.html">Binary Releases</a>
cristybb503372010-05-27 20:51:26 +0000112</div>
113<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000114 <a title="Binary Release: Unix" href="binary-releases.html#unix">Unix</a>
cristybb503372010-05-27 20:51:26 +0000115</div>
116<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000117 <a title="Binary Release: MacOS X" href="binary-releases.html#macosx">Mac OS X</a>
cristybb503372010-05-27 20:51:26 +0000118</div>
119<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000120 <a title="Binary Release: iOS" href="binary-releases.html#iOS">iOS</a>
cristyda16f162011-02-19 23:52:17 +0000121</div>
122<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000123 <a title="Binary Release: Windows" href="binary-releases.html#windows">Windows</a>
cristybb503372010-05-27 20:51:26 +0000124</div>
cristy8ee7f242013-06-20 16:08:44 +0000125<div class="sep"></div>
cristybb503372010-05-27 20:51:26 +0000126<div class="menu">
cristyf1b8a092014-02-20 15:46:11 +0000127 <a title="Command-line Tools" href="command-line-tools.html">Command-line Tools</a>
cristy3ed852e2009-09-05 21:47:34 +0000128</div>
129<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000130 <a title="Command-line Tools: Processing" href="command-line-processing.html">Processing</a>
cristy3ed852e2009-09-05 21:47:34 +0000131</div>
132<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000133 <a title="Command-line Tools: Options" href="command-line-options.html">Options</a>
cristy3ed852e2009-09-05 21:47:34 +0000134</div>
135<div class="sub">
cristy83a272e2010-05-07 20:40:35 +0000136 <a title="Command-line Tools: Usage" href="http://www.imagemagick.org/Usage/">Usage</a>
cristy3ed852e2009-09-05 21:47:34 +0000137</div>
138<div class="menu">
cristyf1b8a092014-02-20 15:46:11 +0000139 <a title="Program Interfaces" href="api.html">Program Interfaces</a>
cristy3ed852e2009-09-05 21:47:34 +0000140</div>
141<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000142 <a title="Program Interface: MagickWand" href="http://www.imagemagick.org/www/magick-wand.html">MagickWand</a>
cristy3ed852e2009-09-05 21:47:34 +0000143</div>
144<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000145 <a title="Program Interface: MagickCore" href="magick-core.html">MagickCore</a>
cristy3ed852e2009-09-05 21:47:34 +0000146</div>
147<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000148 <a title="Program Interface: PerlMagick" href="perl-magick.html">PerlMagick</a>
cristy3ed852e2009-09-05 21:47:34 +0000149</div>
150<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000151 <a title="Program Interface: Magick++" href="magick++.html">Magick++</a>
cristy3ed852e2009-09-05 21:47:34 +0000152</div>
cristy8ee7f242013-06-20 16:08:44 +0000153<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000154<div class="menu">
cristyf1b8a092014-02-20 15:46:11 +0000155 <a title="Install from Source" href="install-source.html">Install from Source</a>
cristy3ed852e2009-09-05 21:47:34 +0000156</div>
157<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000158 <a title="Install from Source: Unix" href="install-source.html#unix">Unix</a>
cristy3ed852e2009-09-05 21:47:34 +0000159</div>
160<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000161 <a title="Install from Source: Windows" href="install-source.html#windows">Windows</a>
cristy3ed852e2009-09-05 21:47:34 +0000162 </div>
163<div class="menu">
cristyf1b8a092014-02-20 15:46:11 +0000164 <a title="Resources" href="resources.html">Resources</a>
cristy3ed852e2009-09-05 21:47:34 +0000165</div>
cristybb503372010-05-27 20:51:26 +0000166<div class="menu">
cristyf1b8a092014-02-20 15:46:11 +0000167 <a title="Architecture" href="architecture.html">Architecture</a>
cristybb503372010-05-27 20:51:26 +0000168</div>
cristy3ed852e2009-09-05 21:47:34 +0000169<div class="menu">
cristyf1b8a092014-02-20 15:46:11 +0000170 <a title="Download" href="download.html">Download</a>
cristy3ed852e2009-09-05 21:47:34 +0000171</div>
cristy8ee7f242013-06-20 16:08:44 +0000172<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000173<div class="menu">
cristyf1b8a092014-02-20 15:46:11 +0000174 <a title="Search" href="search.html">Search</a>
cristy3ed852e2009-09-05 21:47:34 +0000175</div>
cristy8ee7f242013-06-20 16:08:44 +0000176<div class="sep"></div>
cristy3ed852e2009-09-05 21:47:34 +0000177<div class="menu">
cristyf1b8a092014-02-20 15:46:11 +0000178 <a title="Site Map" href="sitemap.html">Site Map</a>
cristy3ed852e2009-09-05 21:47:34 +0000179</div>
180<div class="sub">
cristyf1b8a092014-02-20 15:46:11 +0000181 <a title="Site Map: Links" href="links.html">Links</a>
cristy3ed852e2009-09-05 21:47:34 +0000182</div>
cristy8ee7f242013-06-20 16:08:44 +0000183<div class="sep"></div>
cristyeed6cb62012-01-28 19:38:34 +0000184<div class="menu">
cristyf1b8a092014-02-20 15:46:11 +0000185 <a title="Support ImageMagick Development" href="support.html">Support ImageMagick Development</a>
cristy8ee7f242013-06-20 16:08:44 +0000186</div>
187</div>
cristy3ed852e2009-09-05 21:47:34 +0000188
cristy8ee7f242013-06-20 16:08:44 +0000189<div class="eastbar">
190 <script type="text/javascript">
191 /* <![CDATA[ */
cristyf1b8a092014-02-20 15:46:11 +0000192 window.___gcfg = {
193 lang: 'en-US'
194 };
195
196 (function() {
197 var po = document.createElement('offline-script');
198 po.type = 'text/javascript';
199 po.async = true;
200 po.src = 'https://apis.google.com/js/plusone.js';
201 var script = document.getElementsByTagName('offline-script')[0];
202 script.parentNode.insertBefore(po, script);
203 })();
204 var gplusone = document.getElementById("gplusone");
205 gplusone.setAttribute("data-size","medium");
206 gplusone.setAttribute("data-count","true");
207 /* ]]> */
208 </script>
209 <script type="text/javascript">
210 /* <![CDATA[ */
cristy8ee7f242013-06-20 16:08:44 +0000211 (function() {
212 var po = document.createElement('offline-script'), t = document.getElementsByTagName('offline-script')[0];
213 po.type = 'text/javascript';
214 po.async = true;
215 po.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
216 var script = document.getElementsByTagName('offline-script')[0];
217 script.parentNode.insertBefore(po, script);
218 })();
219 /* ]]> */
220 </script>
cristyf1b8a092014-02-20 15:46:11 +0000221 <div> <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://www.imagemagick.org/"></a></div>
cristy8ee7f242013-06-20 16:08:44 +0000222 <noscript>
223 <a href="http://flattr.com/thing/947300/Convert-Edit-And-Compose-Images" target="_blank">
224 <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" width="93" height="20" border="0" /></a>
225 </noscript>
cristyf1b8a092014-02-20 15:46:11 +0000226 <div class="g-plusone" data-size="standard" data-count="true"></div>
cristy81492d62011-06-07 16:41:42 +0000227</div>
cristy8ee7f242013-06-20 16:08:44 +0000228
229<div class="main">
230
cristyb52981c2011-03-19 17:09:31 +0000231<h1>Convert, Edit, and Compose Images</h1>
cristyf1b8a092014-02-20 15:46:11 +0000232<p class="navigation-index">[<a href="index.html#features">Features and Capabilities</a><a href="index.html#news">ImageMagick News</a><a href="index.html#books">Books About ImageMagick</a><a href="index.html#community">User Community</a>]</p>
cristy3ed852e2009-09-05 21:47:34 +0000233
cristy178edaf2011-01-23 03:42:39 +0000234<a id="intro"></a>
cristyd43a46b2010-01-21 02:13:41 +0000235<div class="doc-section">
cristy97f96862014-11-03 12:28:08 +0000236<p><a class="fancybox" rel="group" href="http://www.imagemagick.org/images/wizard.png" title="And Now a Touch of Magick"><img id="logo" alt="And Now a Touch of Magick" class="icon" width="265" height="352" src="http://www.imagemagick.org/images/wizard.jpg"/></a> ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&amp;entry=78333969">&#174;</a></sup> is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of <a href="formats.html">formats</a> (over 100) including <a href="motion-picture.html">DPX</a>, <a href="high-dynamic-range.html">EXR</a>, GIF, JPEG, JPEG-2000, PDF, PNG, Postscript, SVG, and TIFF. 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 +0000237
cristyf1b8a092014-02-20 15:46:11 +0000238<p>The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. Choose from these interfaces: <a href="api.html#ada">G2F</a> (Ada), <a href="api.html#c">MagickCore</a> (C), <a href="api.html#c">MagickWand</a> (C), <a href="api.html#ch">ChMagick</a> (Ch), <a href="api.html#com_">ImageMagickObject</a> (COM+), <a href="api.html#c__">Magick++</a> (C++), <a href="api.html#java">JMagick</a> (Java), <a href="api.html#lisp">L-Magick</a> (Lisp), <a href="api.html#lua">Lua</a>, <a href="api.html#neko">NMagick</a> (Neko/haXe), <a href="api.html#dot-net">Magick.NET</a> (.NET), <a href="api.html#pascal">PascalMagick</a> (Pascal), <a href="api.html#perl">PerlMagick</a> (Perl), <a href="api.html#php">MagickWand for PHP</a> (PHP), <a href="api.html#php">IMagick</a> (PHP), <a href="api.html#python">PythonMagick</a> (Python), <a href="api.html#ruby">RMagick</a> (Ruby), or <a href="api.html#tcl">TclMagick</a> (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and <em>automagically</em>.</p>
cristy3ed852e2009-09-05 21:47:34 +0000239
cristyf1b8a092014-02-20 15:46:11 +0000240<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="license.html" rel="license">license</a>, approved by the <a href="http://www.opensource.org/">OSI</a> and recommended for use by the <a href="http://www.osscc.net/">OSSCC</a>.</p>
cristyc3186d52010-06-04 13:55:23 +0000241
cristyf1b8a092014-02-20 15:46:11 +0000242<p>The ImageMagick development process ensures a <a href="http://upstream-tracker.org/versions/imagemagick.html">stable API</a> and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="https://code.google.com/p/address-sanitizer/">memory error</a> and <a href="https://code.google.com/p/data-race-test/wiki/ThreadSanitizer">thread data race</a> detection to prevent security vulnerabilities.</p>
cristya8e6cae2011-03-10 00:48:29 +0000243
cristy97f96862014-11-03 12:28:08 +0000244<p>The current release is ImageMagick 6.8.9-9 available from <a href="download">http://www.imagemagick.org/download</a>. It runs on <a href="http://www.imagemagick.org/download/linux/">Linux</a>, <a href="http://www.imagemagick.org/download/binaries/">Windows</a>, <a href="http://www.imagemagick.org/download/binaries/">Mac Os X</a>, <a href="http://www.imagemagick.org/download/iOS/">iOS</a>, Android OS, and others.</p>
cristya8e6cae2011-03-10 00:48:29 +0000245
cristy97f96862014-11-03 12:28:08 +0000246<p>The authoritative ImageMagick web site is <a href="http://www.imagemagick.org/">http://www.imagemagick.org</a>.</p>
cristyd43a46b2010-01-21 02:13:41 +0000247</div>
cristy3ed852e2009-09-05 21:47:34 +0000248
249<div class="siz-mod-head">
250 <span class="siz-mod-title"></span>
251</div>
252
cristy1efc1ab2011-08-01 14:47:02 +0000253<h2><a id="features"></a>Features and Capabilities</h2>
cristyd43a46b2010-01-21 02:13:41 +0000254<div class="doc-section">
cristyf1b8a092014-02-20 15:46:11 +0000255<p>Here are just a few <a href="examples.html">examples</a> of what ImageMagick can do:</p>
cristy3ed852e2009-09-05 21:47:34 +0000256
cristy9aed3a22010-05-26 23:41:22 +0000257<ul style="font-size: 90%;">
cristyf1b8a092014-02-20 15:46:11 +0000258 <li><a href="convert.html">Format conversion</a>: convert an image from one <a href="formats.html">format </a> to another (e.g. PNG to JPEG).</li>
cristyffb69ed2010-12-25 00:06:48 +0000259 <li><a href="http://www.imagemagick.org/Usage/resize/">Transform</a>: resize, rotate, crop, flip or trim an image.</li>
cristyeed6cb62012-01-28 19:38:34 +0000260 <li><a href="http://www.imagemagick.org/Usage/masking/">Transparency</a>: render portions of an image invisible.</li>
cristyffb69ed2010-12-25 00:06:48 +0000261 <li><a href="http://www.imagemagick.org/Usage/draw/">Draw</a>: add shapes or text to an image.</li>
262 <li><a href="http://www.imagemagick.org/Usage/crop/">Decorate</a>: add a border or frame to an image.</li>
263 <li><a href="http://www.imagemagick.org/Usage/blur/">Special effects</a>: blur, sharpen, threshold, or tint an image.</li>
264 <li><a href="http://www.imagemagick.org/Usage/anim_basics/">Animation</a>: create a GIF animation sequence from a group of images.</li>
265 <li><a href="http://www.imagemagick.org/Usage/text/">Text &amp; comments</a>: insert descriptive or artistic text in an image.</li>
cristyf1b8a092014-02-20 15:46:11 +0000266 <li><a href="identify.html">Image identification</a>: describe the format and attributes of an image.</li>
267 <li><a href="http://www.imagemagick.org/www/composite.html">Composite</a>: overlap one image over another.</li>
268 <li><a href="http://www.imagemagick.org/www/montage.html">Montage</a>: juxtapose image thumbnails on an image canvas.</li>
cristy96e13132010-06-07 14:55:44 +0000269 <li><a href="http://www.imagemagick.org/Usage/distorts/">Generalized pixel distortion</a>: correct for, or induce image distortions including perspective.</li>
cristy91469932014-07-25 11:00:25 +0000270 <li><a href="http://www.imagemagick.org/Usage/morphology/">Morphology of shapes</a>: extract features, describe shapes, and recognize patterns in images.</li>
271 <li><a href="http://www.imagemagick.org/Usage/transform/#vision">Delineate image features</a>: Canny edge detection, mean-shift, Hough lines.</li>
cristyf1b8a092014-02-20 15:46:11 +0000272 <li><a href="motion-picture.html">Motion picture support</a>: read and write the common image formats used in digital film work.</li>
273 <li><a href="http://www.imagemagick.org/www/fx.html">Image calculator</a>: apply a mathematical expression to an image or image channels.</li>
cristy97f96862014-11-03 12:28:08 +0000274 <li><a href="connected-components.html">Connected component labeling</a>: uniquely label connected regions in an image.</li>
cristyeed6cb62012-01-28 19:38:34 +0000275 <li><a href="http://www.imagemagick.org/Usage/fourier/">Discrete Fourier transform</a>: implements the forward and inverse <a href="http://en.wikipedia.org/wiki/Discrete_Fourier_transform">DFT</a>.</li>
cristyf1b8a092014-02-20 15:46:11 +0000276 <li><a href="http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html">Perceptual hash</a>: map visually identical images to the same or similar hash-- useful in image retrieval, authentication, indexing, or copy detection as well as digital watermarking.</li>
277 <li><a href="color-management.html">Color management</a>: accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.</li>
278 <li><a href="high-dynamic-range.html">High dynamic-range images</a>: accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.</li>
279 <li><a href="http://www.imagemagick.org/www/cipher.html">Encipher or decipher an image</a>: convert ordinary images into unintelligible gibberish and back again.</li>
280 <li><a href="architecture.html#virtual-pixels">Virtual pixel support</a>: convenient access to pixels outside the image region.</li>
281 <li><a href="architecture.html#tera-pixel">Large image support</a>: read, process, or write mega-, giga-, or tera-pixel image sizes.</li>
282 <li><a href="architecture.html#threads">Threads of execution support</a>: ImageMagick is thread safe and most internal algorithms execute in <a href="openmp.html">parallel</a> to take advantage of speed-ups offered by multicore processor chips.</li>
283 <li><a href="distribute-pixel-cache.html">Distributed pixel cache</a>: offload intermediate pixel storage to one or more remote servers.</li>
cristy91469932014-07-25 11:00:25 +0000284 <li><a href="architecture.html#distributed">Heterogeneous distributed processing</a>: certain algorithms are <a href="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.</li>
cristyf1b8a092014-02-20 15:46:11 +0000285 <li><a href="binary-releases.html#iOS">ImageMagick on the iPhone</a>: convert, edit, or compose images on your <a href="http://www.apple.com/ios/">iOS</a> device such as the iPhone or iPad.</li>
cristy3ed852e2009-09-05 21:47:34 +0000286</ul>
287
cristy3ed852e2009-09-05 21:47:34 +0000288<p><a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a> shows how to use ImageMagick from the command-line 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.</p>
cristyd43a46b2010-01-21 02:13:41 +0000289</div>
cristy3ed852e2009-09-05 21:47:34 +0000290
cristy1efc1ab2011-08-01 14:47:02 +0000291<h2><a id="news"></a>ImageMagick News</h2>
292<div class="doc-section">
293
cristyf1b8a092014-02-20 15:46:11 +0000294<p>The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other. With <a href="ImageMagick-7.0.0">ImageMagick version 7</a>, we aim to improve the design based on lessons learned from the version 6 implementation. See the <a href="porting.html">porting</a> guide to track the progress of the version 7 development effort.</p>
cristy3ed852e2009-09-05 21:47:34 +0000295</div>
cristy1efc1ab2011-08-01 14:47:02 +0000296
297<h2><a id="books"></a>Books About ImageMagick</h2>
cristyd43a46b2010-01-21 02:13:41 +0000298<div class="doc-section">
cristyf1b8a092014-02-20 15:46:11 +0000299<p><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1590595904/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846"><img alt="Definitive Guide to ImageMagick" class="icon" width="100" height="136" src="definitive-guide.png"/></a> An open source project backed by years of continual development, ImageMagick supports about 100 image formats and can perform impressive operations such as creating images from scratch; changing colors; stretching, rotating, and overlaying images; and overlaying text on images. Whether you use ImageMagick to manage the family photos or to embark on a job involving millions of images, this book provides you with the knowledge to manage your images with ease.<br /><br />The <em>Definitive Guide to ImageMagick</em> explains all of these capabilities and more in a practical, learn-by-example fashion. You'll get comfortable using ImageMagick for any image-processing task. Through the book's coverage of the ImageMagick interfaces for C, Perl, PHP, and Ruby, you'll learn how to incorporate ImageMagick features into a variety of applications.</p><br />
cristy3ed852e2009-09-05 21:47:34 +0000300
cristyf1b8a092014-02-20 15:46:11 +0000301<p><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&amp;camp=1789&amp;tag=imagemagick-20&amp;creative=9325&amp;path=tg/detail/-/1904811868/qid=1123551819/sr=8-1/ref=pd_bbs_sbs_1?v=glance%26s=books%26n=507846"><img alt="ImageMagick Tricks" class="icon" width="100" height="123" src="tricks.png"/></a> <em>ImageMagick Tricks</em> by Sohail Salehi: This fast-paced and practical tutorial is packed with examples of photo manipulations, logo creation, animations, and complete web projects. With this book up your sleeve, you'll be creating spellbinding images from code in no time. The publisher, <a href="http://www.packtpub.com/">Packt</a>, is donating a percentage of every book sold to the ImageMagick project.</p><br />
cristyd43a46b2010-01-21 02:13:41 +0000302</div>
cristy3ed852e2009-09-05 21:47:34 +0000303
cristy1efc1ab2011-08-01 14:47:02 +0000304<h2><a id="community"></a>User Community</h2>
cristyd43a46b2010-01-21 02:13:41 +0000305<div class="doc-section">
cristy99084a42012-08-04 16:51:41 +0000306<p>To join the ImageMagick user community, try the <a href="discourse-server">discourse server</a>. You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions.</p>
cristyd43a46b2010-01-21 02:13:41 +0000307</div>
cristy8ee7f242013-06-20 16:08:44 +0000308
309</div>
310
311<div id="linkbar">
cristyac1b4322013-07-28 13:58:06 +0000312 <span id="linkbar-west"> </span>
cristy8ee7f242013-06-20 16:08:44 +0000313
314 <span id="linkbar-center">
cristyf1b8a092014-02-20 15:46:11 +0000315 <a href="discourse-server">Discourse Server</a>
316 <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
317 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
cristy8ee7f242013-06-20 16:08:44 +0000318 <a href="http://jqmagick.imagemagick.org/">JqMagick</a>
319 </span>
cristyac1b4322013-07-28 13:58:06 +0000320 <span id="linkbar-east"> </span>
cristyf1b8a092014-02-20 15:46:11 +0000321</div>
322<div class="footer">
cristyb56bb242014-11-25 17:12:48 +0000323 <span id="footer-west">© 1999-2015 ImageMagick Studio LLC</span>
cristyf1b8a092014-02-20 15:46:11 +0000324 <span id="footer-east"> <a href="contact.html">Contact the Wizards</a></span>
325</div>
326<div style="clear: both; margin: 0; width: 100%; "></div>
cristy8ee7f242013-06-20 16:08:44 +0000327</body>
328</html>
cristy97f96862014-11-03 12:28:08 +0000329<!-- Magick Cache 2nd November 2014 12:25 -->