index.html revision 731976e4ffc538f0a3c86f141597812e77468aa7
1<!DOCTYPE html>
2<html lang="en">
3<head>
4    <title>ImageMagick: Convert, Edit, Or Compose Bitmap Images</title>
5  <meta http-equiv="content-type" content="text/html; charset=utf-8">
6  <meta name="application-name" content="ImageMagick">
7  <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.">
8  <meta name="application-url" content="http://www.imagemagick.org">
9  <meta name="generator" content="PHP">
10  <meta name="keywords" content="convert, edit, or, compose, bitmap, images, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert">
11  <meta name="rating" content="GENERAL">
12  <meta name="robots" content="INDEX, FOLLOW">
13  <meta name="generator" content="ImageMagick Studio LLC">
14  <meta name="author" content="ImageMagick Studio LLC">
15  <meta name="revisit-after" content="2 DAYS">
16  <meta name="resource-type" content="document">
17  <meta name="copyright" content="Copyright (c) 1999-2015 ImageMagick Studio LLC">
18  <meta name="distribution" content="Global">
19  <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1">
20  <link rel="icon" href="/images/wand.png">
21  <link rel="shortcut icon" href="/images/wand.ico">
22  <link rel="stylesheet" href="/css/magick.html">
23</head>
24<body>
25<div class="main">
26<div class="magick-masthead">
27  <div class="container">
28    <script async src="http://localhost/pagead/js/adsbygoogle.js"></script>
29    <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-3129977114552745" data-ad-slot="6345125851" data-ad-format="auto"></ins>
30    <script>
31    (adsbygoogle = window.adsbygoogle || []).push({});
32    </script>
33    <nav class="magick-nav">
34      <a class="magick-nav-item active" href="/index.html">Home</a>
35      <a class="magick-nav-item " href="binary-releases.html">Download</a>
36      <a class="magick-nav-item " href="command-line-tools.html">Tools</a>
37      <a class="magick-nav-item " href="command-line-options.html">Options</a>
38      <a class="magick-nav-item " href="resources.html">Resources</a>
39      <a class="magick-nav-item " href="api.html">Develop</a>
40      <a class="magick-nav-item " href="http://nextgen.imagemagick.org/script/search.php">Search</a>
41      <a class="magick-nav-item pull-right" href="http://www.imagemagick.org/discourse-server/">Community</a>
42    </nav>
43  </div>
44</div>
45<div class="container">
46<div class="magick-header">
47<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>
48
49<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> 
50ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&entry=78333969">®</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 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, <a href="motion-picture.html">DPX</a>, <a href="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>
51
52<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> (LuaJIT), <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 <var>automagically</var>.</p>
53<p>ImageMagick utilizes multiple computational threads to increase performance and can read, process, or write mega-, giga-, or tera-pixel image sizes.</p>
54<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="http://www.imagemagick.org/www/license.html">license</a>.</p>
55
56<p>The ImageMagick development process ensures a stable API 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>
57
58<p>The current release is ImageMagick 7.0.0-0 available from <a href="http://www.imagemagick.org/download/beta">http://www.imagemagick.org/download/beta</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>
59
60<p>The authoritative ImageMagick web site is <a href="http://www.imagemagick.org/">http://www.imagemagick.org</a>. The authoritative source code repository is <a href="https://subversion.imagemagick.org/subversion/ImageMagick/">https://subversion.imagemagick.org/subversion/ImageMagick/</a>.</p>
61
62<h2 class="magick-header"><a id="features">Features and Capabilities</a></h2>
63<p>Here are just a few <a href="examples.html">examples</a> of what ImageMagick can do for you:</p>
64<div class="table-responsive">
65<table class="table table-condensed table-striped">
66  <tr>
67    <td><a href="convert.html">Format conversion</a></td>
68    <td>convert an image from one <a href="formats.html">format </a> to another (e.g. PNG to JPEG).</td>
69  </tr>
70  <tr>
71    <td><a href="http://www.imagemagick.org/Usage/resize/">Transform</a></td>
72    <td>resize, rotate, deskew, crop, flip or trim an image.</td>
73  </tr>
74  <tr>
75    <td><a href="http://www.imagemagick.org/Usage/masking/">Transparency</a></td>
76    <td>render portions of an image invisible.</td>
77  </tr>
78  <tr>
79    <td><a href="http://www.imagemagick.org/Usage/draw/">Draw</a></td>
80    <td>add shapes or text to an image.</td>
81  </tr>
82  <tr>
83    <td><a href="http://www.imagemagick.org/Usage/crop/">Decorate</a></td>
84    <td>add a border or frame to an image.</td>
85  </tr>
86  <tr>
87    <td><a href="http://www.imagemagick.org/Usage/blur/">Special effects</a></td>
88    <td>blur, sharpen, threshold, or tint an image.</td>
89  </tr>
90  <tr>
91    <td><a href="http://www.imagemagick.org/Usage/anim_basics/">Animation</a></td>
92    <td>create a GIF animation sequence from a group of images.</td>
93  </tr>
94  <tr>
95    <td><a href="http://www.imagemagick.org/Usage/text/">Text &amp; comments</a></td>
96    <td>insert descriptive or artistic text in an image.</td>
97  </tr>
98  <tr>
99    <td><a href="identify.html">Image identification</a></td>
100    <td>describe the format and attributes of an image.</td>
101  </tr>
102  <tr>
103    <td><a href="composite.html">Composite</a></td>
104    <td>overlap one image over another.</td>
105  </tr>
106  <tr>
107    <td><a href="montage.html">Montage</a></td>
108    <td>juxtapose image thumbnails on an image canvas.</td>
109  </tr>
110  <tr>
111    <td><a href="http://www.imagemagick.org/Usage/distorts/">Generalized pixel distortion</a></td>
112    <td>correct for, or induce image distortions including perspective.</td>
113  </tr>
114  <tr>
115    <td><a href="http://www.imagemagick.org/Usage/morphology/">Morphology of shapes</a></td>
116    <td>extract features, describe shapes, and recognize patterns in images.</td>
117  </tr>
118  <tr>
119    <td><a href="http://www.imagemagick.org/Usage/transform/#vision">Delineate image features</a></td>
120    <td>Canny edge detection, mean-shift, Hough lines.</td>
121  </tr>
122  <tr>
123    <td><a href="motion-picture.html">Motion picture support</a></td>
124    <td>read and write the common image formats used in digital film work.</td>
125  </tr>
126  <tr>
127    <td><a href="fx.html">Image calculator</a></td>
128    <td>apply a mathematical expression to an image or image channels.</td>
129  </tr>
130  <tr>
131    <td><a href="connected-components.html">Connected component labeling</a></td>
132    <td>uniquely label connected regions in an image.</td>
133  </tr>
134  <tr>
135    <td><a href="http://www.imagemagick.org/Usage/fourier/">Discrete Fourier transform</a></td>
136    <td>implements the forward and inverse <a href="http://en.wikipedia.org/wiki/Discrete_Fourier_transform">DFT</a>.</td>
137  </tr>
138  <tr>
139    <td><a href="http://www.fmwconcepts.com/misc_tests/perceptual_hash_test_results_510/index.html">Perceptual hash</a></td>
140    <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>
141  </tr>
142  <tr>
143    <td><a href="color-management.html">Color management</a></td>
144    <td>accurate color management with color profiles or in lieu of-- built-in gamma compression or expansion as demanded by the colorspace.</td>
145  </tr>
146  <tr>
147    <td><a href="high-dynamic-range.html">High dynamic-range images</a></td>
148    <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>
149  </tr>
150  <tr>
151    <td><a href="cipher.html">Encipher or decipher an image</a></td>
152    <td>convert ordinary images into unintelligible gibberish and back again.</td>
153  </tr>
154  <tr>
155    <td><a href="architecture.html#virtual-pixels">Virtual pixel support</a></td>
156    <td>convenient access to pixels outside the image region.</td>
157  </tr>
158  <tr>
159    <td><a href="architecture.html#tera-pixel">Large image support</a></td>
160    <td>read, process, or write mega-, giga-, or tera-pixel image sizes.</td>
161  </tr>
162  <tr>
163    <td><a href="architecture.html#threads">Threads of execution support</a></td>
164    <td>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.</td>
165  </tr>
166  <tr>
167    <td><a href="distribute-pixel-cache.html">Distributed pixel cache</a></td>
168    <td>offload intermediate pixel storage to one or more remote servers.</td>
169  </tr>
170  <tr>
171    <td><a href="architecture.html#distributed">Heterogeneous distributed processing</a></td>
172    <td>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.</td>
173  </tr>
174  <tr>
175    <td><a href="binary-releases.html#iOS">ImageMagick on the iPhone</a></td>
176    <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>
177  </tr>
178</table>
179</div>
180
181<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. With <a href="https://magick.codeplex.com/">Magick.NET</a>, use ImageMagick without having to install ImageMagick on your server or desktop.</p>
182
183<h2 class="magick-header"><a id="news"></a>News</h2>
184
185<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="/index.html">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>
186
187<h2 class="magick-header"><a id="community"></a>Community</h2>
188<p>To join the ImageMagick community, try the <a href="http://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.</p>
189</div>
190  <footer class="magick-footer">
191    <p><a href="support.html">Donate</a> •
192     <a href="sitemap.html">Sitemap</a> •
193    <a href="links.html">Related</a> •
194    <a href="architecture.html">Architecture</a>
195</p>
196    <p><a href="index.html#">Back to top</a> •
197    <a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
198    <a href="http://nextgen.imagemagick.org/script/contact.php">Contact Us</a></p>
199    <p><small>©  1999-2015 ImageMagick Studio LLC</small></p>
200  </footer>
201</div><!-- /.container -->
202
203  <script src="https://localhost/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
204  <script src="http://nextgen.imagemagick.org/js/magick.html"></script>
205</div>
206</body>
207</html>
208