<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://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>
-<p>The current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.4-5</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>
+<p>The current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.5-0</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>
<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>
-<p>We continue to maintain the legacy release of ImageMagick, version 6, at <a href="http://legacy.imagemagick.org/">http://legacy.imagemagick.org</a>.</p>
+<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>
<h2 class="magick-header"><a id="features"></a>Features and Capabilities</h2>
<p>Here are just a few <a href="www/examples.html">examples</a> of what ImageMagick can do for you:</p>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 21st January 2017 12:15 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:24 -->
\ No newline at end of file
<p>ImageMagick provides a statically-built ImageMagick object as part of its <a href="download.html#windows">Windows installation package</a>. When this package is installed, ImageMagickObject and its sample programs are installed to this path:</p>
<pre>
- c:\Program Files\ImageMagick-7.0.4-Q16\ImageMagickObject
+ c:\Program Files\ImageMagick-7.0.5-Q16\ImageMagickObject
</pre>
<p>The ImageMagickObject is registered if the checkbox, <code>Register ImageMagickObject</code>, is checked at install time.</p>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:11 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
<p>The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system. This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.). If you are willing to accept configure's default options, and build from within the source directory, you can simply type:</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.4-8</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>./configure</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-0</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>./configure</span></pre>
<p>Watch the configure script output to verify that it finds everything that
you think it should. Pay particular attention to the last lines of the script output. For example, here is a recent report from our system:</p>
<p>After the build you, locate the RPMS folder and install the ImageMagick binary RPM distribution:</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>rpm -ivh ImageMagick-7.0.4-?.*.rpm</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>rpm -ivh ImageMagick-7.0.5-?.*.rpm</span></pre>
<h2 class="magick-header"><a id="macosx"></a>Mac OS X-specific Build instructions</h2>
<p>Perform these steps as an administrator or with the <tt>sudo</tt> command:</p>
<p><a href="download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="https://www.imagemagick.org/download/digest.rdf">message digest</a>.</p>
<p>Unpack and change into the top-level ImageMagick directory:</p>
- <pre><span class="crtprompt"> </span><span class='crtin'>tar xvzf ImageMagick-7.0.4-8.tar.gz</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.4-8</span></pre> <p>Configure ImageMagick:</p>
+ <pre><span class="crtprompt"> </span><span class='crtin'>tar xvzf ImageMagick-7.0.5-0.tar.gz</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-0</span></pre> <p>Configure ImageMagick:</p>
<pre>
./configure --prefix=/opt --with-quantum-depth=16 \
--disable-dependency-tracking --with-x=yes \
<p>Although you can download and install delegate libraries yourself, many are already available in the <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a> distribution. Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc. Make sure you specify the development headers when you install a package. Next type,</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>tar jxvf ImageMagick-7.0.4-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.4-8</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>./configure --without-perl</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>make</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>sudo make install</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>tar jxvf ImageMagick-7.0.5-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5-0</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>./configure --without-perl</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>make</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>sudo make install</span></pre>
<h2 class="magick-header"><a id="problems"></a>Dealing with Unexpected Problems</h2>
<p>Chances are the download, configure, build, and install of ImageMagick went flawlessly as it is intended, however, certain systems and environments may cause one or more steps to fail. We discuss a few problems we've run across and how to take corrective action to ensure you have a working release of ImageMagick</p>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:35 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:26 -->
\ No newline at end of file
<ol>
<li>Double-click on
- <code>VisualMagick/bin/ImageMagick-7.0.4-8-Q16-windows-dll.exe</code>
+ <code>VisualMagick/bin/ImageMagick-7.0.5-0-Q16-windows-dll.exe</code>
to launch the ImageMagick binary distribution.</li>
<li>Complete the installer screens to install ImageMagick on your system.</li>
</ol>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:52 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:26 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:34 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</dl>
<h2><a href="http://www.imagemagick.org/api/MagickCore/decorate_8c.html" id="FrameImage">FrameImage</a></h2>
-<p>FrameImage() adds a simulated three-dimensional border around the image. The color of the border is defined by the alpha_color member of image. Members width and height of frame_info specify the border width of the vertical and horizontal sides of the frame. Members inner and outer indicate the width of the inner and outer shadows of the frame.</p>
+<p>FrameImage() adds a simulated three-dimensional border around the image. The color of the border is defined by the matte_color member of image. Members width and height of frame_info specify the border width of the vertical and horizontal sides of the frame. Members inner and outer indicate the width of the inner and outer shadows of the frame.</p>
<p>The format of the FrameImage method is:</p>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</div>
<div class="container">
<div class="magick-header">
-<p class="text-center"><a href="deprecate.html#Unknown method">Unknown method</a></p>
+<p class="text-center"><a href="deprecate.html#MagickGetImageAlphaColor">MagickGetImageAlphaColor</a> • <a href="deprecate.html#MagickSetImageAlphaColor">MagickSetImageAlphaColor</a></p>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate_8c.html" id="MagickGetImageAlphaColor">MagickGetImageAlphaColor</a></h2>
+
+<p>MagickGetImageAlphaColor() returns the image alpha color.</p>
+
+<p>The format of the MagickGetImageAlphaColor method is:</p>
+
+<pre class="text">
+MagickBooleanType MagickGetImageAlphaColor(MagickWand *wand,
+ PixelWand *alpha_color)
+</pre>
+
+<p>A description of each parameter follows:</p>
+
+<dd>
+</dd>
+
+<dd> </dd>
+<dl class="dl-horizontal">
+<dt>wand</dt>
+<dd>the magick wand. </dd>
+
+<dd> </dd>
+<dt>alpha_color</dt>
+<dd>return the alpha color. </dd>
+
+<dd> </dd>
+</dl>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/deprecate_8c.html" id="MagickSetImageAlphaColor">MagickSetImageAlphaColor</a></h2>
+
+<p>MagickSetImageAlphaColor() sets the image alpha color.</p>
+
+<p>The format of the MagickSetImageAlphaColor method is:</p>
+
+<pre class="text">
+MagickBooleanType MagickSetImageAlphaColor(MagickWand *wand,
+ const PixelWand *matte)
+</pre>
+
+<p>A description of each parameter follows:</p>
+
+<dd>
+</dd>
+
+<dd> </dd>
+<dl class="dl-horizontal">
+<dt>wand</dt>
+<dd>the magick wand. </dd>
+
+<dd> </dd>
+<dt>matte</dt>
+<dd>the alpha pixel wand. </dd>
+
+<dd> </dd>
+</dl>
</div>
<footer class="magick-footer">
<p><a href="https://www.imagemagick.org/script/support.html">Donate</a> •
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</div>
<div class="container">
<div class="magick-header">
-<p class="text-center"><a href="magick-image.html#GetImageFromMagickWand">GetImageFromMagickWand</a> • <a href="magick-image.html#MagickAdaptiveBlurImage">MagickAdaptiveBlurImage</a> • <a href="magick-image.html#MagickAdaptiveResizeImage">MagickAdaptiveResizeImage</a> • <a href="magick-image.html#MagickAdaptiveSharpenImage">MagickAdaptiveSharpenImage</a> • <a href="magick-image.html#MagickAdaptiveThresholdImage">MagickAdaptiveThresholdImage</a> • <a href="magick-image.html#MagickAddImage">MagickAddImage</a> • <a href="magick-image.html#MagickAddNoiseImage">MagickAddNoiseImage</a> • <a href="magick-image.html#MagickAffineTransformImage">MagickAffineTransformImage</a> • <a href="magick-image.html#MagickAnnotateImage">MagickAnnotateImage</a> • <a href="magick-image.html#MagickAnimateImages">MagickAnimateImages</a> • <a href="magick-image.html#MagickAppendImages">MagickAppendImages</a> • <a href="magick-image.html#MagickAutoGammaImage">MagickAutoGammaImage</a> • <a href="magick-image.html#MagickAutoLevelImage">MagickAutoLevelImage</a> • <a href="magick-image.html#MagickAutoOrientImage">MagickAutoOrientImage</a> • <a href="magick-image.html#MagickBlackThresholdImage">MagickBlackThresholdImage</a> • <a href="magick-image.html#MagickBlueShiftImage">MagickBlueShiftImage</a> • <a href="magick-image.html#MagickBlurImage">MagickBlurImage</a> • <a href="magick-image.html#MagickBorderImage">MagickBorderImage</a> • <a href="magick-image.html#Use MagickBrightnessContrastImage">Use MagickBrightnessContrastImage</a> • <a href="magick-image.html#MagickChannelFxImage">MagickChannelFxImage</a> • <a href="magick-image.html#MagickCharcoalImage">MagickCharcoalImage</a> • <a href="magick-image.html#MagickChopImage">MagickChopImage</a> • <a href="magick-image.html#MagickClampImage">MagickClampImage</a> • <a href="magick-image.html#MagickClipImage">MagickClipImage</a> • <a href="magick-image.html#MagickClipImagePath">MagickClipImagePath</a> • <a href="magick-image.html#MagickClutImage">MagickClutImage</a> • <a href="magick-image.html#MagickCoalesceImages">MagickCoalesceImages</a> • <a href="magick-image.html#MagickColorDecisionListImage">MagickColorDecisionListImage</a> • <a href="magick-image.html#MagickColorizeImage">MagickColorizeImage</a> • <a href="magick-image.html#MagickColorMatrixImage">MagickColorMatrixImage</a> • <a href="magick-image.html#MagickCombineImages">MagickCombineImages</a> • <a href="magick-image.html#MagickCommentImage">MagickCommentImage</a> • <a href="magick-image.html#MagickCompareImagesLayers">MagickCompareImagesLayers</a> • <a href="magick-image.html#MagickCompareImages">MagickCompareImages</a> • <a href="magick-image.html#MagickCompositeImage">MagickCompositeImage</a> • <a href="magick-image.html#MagickCompositeImageGravity">MagickCompositeImageGravity</a> • <a href="magick-image.html#MagickCompositeLayers">MagickCompositeLayers</a> • <a href="magick-image.html#MagickContrastImage">MagickContrastImage</a> • <a href="magick-image.html#MagickContrastStretchImage">MagickContrastStretchImage</a> • <a href="magick-image.html#MagickConvolveImage">MagickConvolveImage</a> • <a href="magick-image.html#MagickCropImage">MagickCropImage</a> • <a href="magick-image.html#MagickCycleColormapImage">MagickCycleColormapImage</a> • <a href="magick-image.html#MagickConstituteImage">MagickConstituteImage</a> • <a href="magick-image.html#MagickDecipherImage">MagickDecipherImage</a> • <a href="magick-image.html#MagickDeconstructImages">MagickDeconstructImages</a> • <a href="magick-image.html#MagickDeskewImage">MagickDeskewImage</a> • <a href="magick-image.html#MagickDespeckleImage">MagickDespeckleImage</a> • <a href="magick-image.html#MagickDestroyImage">MagickDestroyImage</a> • <a href="magick-image.html#MagickDisplayImage">MagickDisplayImage</a> • <a href="magick-image.html#MagickDisplayImages">MagickDisplayImages</a> • <a href="magick-image.html#MagickDistortImage">MagickDistortImage</a> • <a href="magick-image.html#MagickDrawImage">MagickDrawImage</a> • <a href="magick-image.html#MagickEdgeImage">MagickEdgeImage</a> • <a href="magick-image.html#MagickEmbossImage">MagickEmbossImage</a> • <a href="magick-image.html#MagickEncipherImage">MagickEncipherImage</a> • <a href="magick-image.html#MagickEnhanceImage">MagickEnhanceImage</a> • <a href="magick-image.html#MagickEqualizeImage">MagickEqualizeImage</a> • <a href="magick-image.html#MagickEvaluateImage">MagickEvaluateImage</a> • <a href="magick-image.html#MagickExportImagePixels">MagickExportImagePixels</a> • <a href="magick-image.html#MagickExtentImage">MagickExtentImage</a> • <a href="magick-image.html#MagickFlipImage">MagickFlipImage</a> • <a href="magick-image.html#MagickFloodfillPaintImage">MagickFloodfillPaintImage</a> • <a href="magick-image.html#MagickFlopImage">MagickFlopImage</a> • <a href="magick-image.html#MagickForwardFourierTransformImage">MagickForwardFourierTransformImage</a> • <a href="magick-image.html#MagickFrameImage">MagickFrameImage</a> • <a href="magick-image.html#MagickFunctionImage">MagickFunctionImage</a> • <a href="magick-image.html#MagickFxImage">MagickFxImage</a> • <a href="magick-image.html#MagickGammaImage">MagickGammaImage</a> • <a href="magick-image.html#MagickGaussianBlurImage">MagickGaussianBlurImage</a> • <a href="magick-image.html#MagickGetImage">MagickGetImage</a> • <a href="magick-image.html#MagickGetImageAlphaChannel">MagickGetImageAlphaChannel</a> • <a href="magick-image.html#MagickGetImageAlhpaColor">MagickGetImageAlhpaColor</a> • <a href="magick-image.html#MagickGetImageMask">MagickGetImageMask</a> • <a href="magick-image.html#MagickGetImageBackgroundColor">MagickGetImageBackgroundColor</a> • <a href="magick-image.html#MagickGetImageBlob">MagickGetImageBlob</a> • <a href="magick-image.html#MagickGetImageBlob">MagickGetImageBlob</a> • <a href="magick-image.html#MagickGetImageBluePrimary">MagickGetImageBluePrimary</a> • <a href="magick-image.html#MagickGetImageBorderColor">MagickGetImageBorderColor</a> • <a href="magick-image.html#MagickGetImageFeatures">MagickGetImageFeatures</a> • <a href="magick-image.html#MagickGetImageKurtosis">MagickGetImageKurtosis</a> • <a href="magick-image.html#MagickGetImageMean">MagickGetImageMean</a> • <a href="magick-image.html#MagickGetImageRange">MagickGetImageRange</a> • <a href="magick-image.html#MagickGetImageStatistics">MagickGetImageStatistics</a> • <a href="magick-image.html#MagickGetImageColormapColor">MagickGetImageColormapColor</a> • <a href="magick-image.html#MagickGetImageColors">MagickGetImageColors</a> • <a href="magick-image.html#MagickGetImageColorspace">MagickGetImageColorspace</a> • <a href="magick-image.html#MagickGetImageCompose">MagickGetImageCompose</a> • <a href="magick-image.html#MagickGetImageCompression">MagickGetImageCompression</a> • <a href="magick-image.html#MagickGetImageCompressionQuality">MagickGetImageCompressionQuality</a> • <a href="magick-image.html#MagickGetImageDelay">MagickGetImageDelay</a> • <a href="magick-image.html#MagickGetImageDepth">MagickGetImageDepth</a> • <a href="magick-image.html#MagickGetImageDispose">MagickGetImageDispose</a> • <a href="magick-image.html#MagickGetImageDistortion">MagickGetImageDistortion</a> • <a href="magick-image.html#MagickGetImageDistortions">MagickGetImageDistortions</a> • <a href="magick-image.html#MagickGetImageEndian">MagickGetImageEndian</a> • <a href="magick-image.html#MagickGetImageFilename">MagickGetImageFilename</a> • <a href="magick-image.html#MagickGetImageFormat">MagickGetImageFormat</a> • <a href="magick-image.html#MagickGetImageFuzz">MagickGetImageFuzz</a> • <a href="magick-image.html#MagickGetImageGamma">MagickGetImageGamma</a> • <a href="magick-image.html#MagickGetImageGravity">MagickGetImageGravity</a> • <a href="magick-image.html#MagickGetImageGreenPrimary">MagickGetImageGreenPrimary</a> • <a href="magick-image.html#MagickGetImageHeight">MagickGetImageHeight</a> • <a href="magick-image.html#MagickGetImageHistogram">MagickGetImageHistogram</a> • <a href="magick-image.html#MagickGetImageInterlaceScheme">MagickGetImageInterlaceScheme</a> • <a href="magick-image.html#MagickGetImageInterpolateMethod">MagickGetImageInterpolateMethod</a> • <a href="magick-image.html#MagickGetImageIterations">MagickGetImageIterations</a> • <a href="magick-image.html#MagickGetImageLength">MagickGetImageLength</a> • <a href="magick-image.html#MagickGetImageOrientation">MagickGetImageOrientation</a> • <a href="magick-image.html#MagickGetImagePage">MagickGetImagePage</a> • <a href="magick-image.html#MagickGetImagePixelColor">MagickGetImagePixelColor</a> • <a href="magick-image.html#MagickGetImageRedPrimary">MagickGetImageRedPrimary</a> • <a href="magick-image.html#MagickGetImageRegion">MagickGetImageRegion</a> • <a href="magick-image.html#MagickGetImageRenderingIntent">MagickGetImageRenderingIntent</a> • <a href="magick-image.html#MagickGetImageResolution">MagickGetImageResolution</a> • <a href="magick-image.html#MagickGetImageScene">MagickGetImageScene</a> • <a href="magick-image.html#MagickGetImageSignature">MagickGetImageSignature</a> • <a href="magick-image.html#MagickGetImageTicksPerSecond">MagickGetImageTicksPerSecond</a> • <a href="magick-image.html#MagickGetImageType">MagickGetImageType</a> • <a href="magick-image.html#MagickGetImageUnits">MagickGetImageUnits</a> • <a href="magick-image.html#MagickGetImageVirtualPixelMethod">MagickGetImageVirtualPixelMethod</a> • <a href="magick-image.html#MagickGetImageWhitePoint">MagickGetImageWhitePoint</a> • <a href="magick-image.html#MagickGetImageWidth">MagickGetImageWidth</a> • <a href="magick-image.html#MagickGetNumberImages">MagickGetNumberImages</a> • <a href="magick-image.html#MagickGetImageTotalInkDensity">MagickGetImageTotalInkDensity</a> • <a href="magick-image.html#MagickHaldClutImage">MagickHaldClutImage</a> • <a href="magick-image.html#MagickHasNextImage">MagickHasNextImage</a> • <a href="magick-image.html#MagickHasPreviousImage">MagickHasPreviousImage</a> • <a href="magick-image.html#MagickIdentifyImage">MagickIdentifyImage</a> • <a href="magick-image.html#MagickIdentifyImageType">MagickIdentifyImageType</a> • <a href="magick-image.html#MagickImplodeImage">MagickImplodeImage</a> • <a href="magick-image.html#MagickImportImagePixels">MagickImportImagePixels</a> • <a href="magick-image.html#MagickInterpolativeResizeImage">MagickInterpolativeResizeImage</a> • <a href="magick-image.html#MagickInverseFourierTransformImage">MagickInverseFourierTransformImage</a> • <a href="magick-image.html#MagickLabelImage">MagickLabelImage</a> • <a href="magick-image.html#MagickLevelImage">MagickLevelImage</a> • <a href="magick-image.html#MagickLinearStretchImage">MagickLinearStretchImage</a> • <a href="magick-image.html#MagickLiquidRescaleImage">MagickLiquidRescaleImage</a> • <a href="magick-image.html#MagickLocalContrastImage">MagickLocalContrastImage</a> • <a href="magick-image.html#MagickMagnifyImage">MagickMagnifyImage</a> • <a href="magick-image.html#MagickMergeImageLayers">MagickMergeImageLayers</a> • <a href="magick-image.html#MagickMinifyImage">MagickMinifyImage</a> • <a href="magick-image.html#MagickModulateImage">MagickModulateImage</a> • <a href="magick-image.html#MagickMontageImage">MagickMontageImage</a> • <a href="magick-image.html#MagickMorphImages">MagickMorphImages</a> • <a href="magick-image.html#MagickMorphologyImage">MagickMorphologyImage</a> • <a href="magick-image.html#MagickMotionBlurImage">MagickMotionBlurImage</a> • <a href="magick-image.html#MagickNegateImage">MagickNegateImage</a> • <a href="magick-image.html#MagickNewImage">MagickNewImage</a> • <a href="magick-image.html#MagickNextImage">MagickNextImage</a> • <a href="magick-image.html#MagickNormalizeImage">MagickNormalizeImage</a> • <a href="magick-image.html#MagickOilPaintImage">MagickOilPaintImage</a> • <a href="magick-image.html#MagickOpaquePaintImage">MagickOpaquePaintImage</a> • <a href="magick-image.html#MagickOptimizeImageLayers">MagickOptimizeImageLayers</a> • <a href="magick-image.html#MagickOptimizeImageTransparency">MagickOptimizeImageTransparency</a> • <a href="magick-image.html#MagickOrderedDitherImage">MagickOrderedDitherImage</a> • <a href="magick-image.html#MagickPingImage">MagickPingImage</a> • <a href="magick-image.html#MagickPingImageBlob">MagickPingImageBlob</a> • <a href="magick-image.html#MagickPingImageFile">MagickPingImageFile</a> • <a href="magick-image.html#MagickPolaroidImage">MagickPolaroidImage</a> • <a href="magick-image.html#MagickPosterizeImage">MagickPosterizeImage</a> • <a href="magick-image.html#MagickPreviewImages">MagickPreviewImages</a> • <a href="magick-image.html#MagickPreviousImage">MagickPreviousImage</a> • <a href="magick-image.html#MagickQuantizeImage">MagickQuantizeImage</a> • <a href="magick-image.html#MagickQuantizeImages">MagickQuantizeImages</a> • <a href="magick-image.html#MagickRotationalBlurImage">MagickRotationalBlurImage</a> • <a href="magick-image.html#MagickRaiseImage">MagickRaiseImage</a> • <a href="magick-image.html#MagickRandomThresholdImage">MagickRandomThresholdImage</a> • <a href="magick-image.html#MagickReadImage">MagickReadImage</a> • <a href="magick-image.html#MagickReadImageBlob">MagickReadImageBlob</a> • <a href="magick-image.html#MagickReadImageFile">MagickReadImageFile</a> • <a href="magick-image.html#MagickRemapImage">MagickRemapImage</a> • <a href="magick-image.html#MagickRemoveImage">MagickRemoveImage</a> • <a href="magick-image.html#MagickResampleImage">MagickResampleImage</a> • <a href="magick-image.html#MagickResetImagePage">MagickResetImagePage</a> • <a href="magick-image.html#MagickResizeImage">MagickResizeImage</a> • <a href="magick-image.html#MagickRollImage">MagickRollImage</a> • <a href="magick-image.html#MagickRotateImage">MagickRotateImage</a> • <a href="magick-image.html#MagickSampleImage">MagickSampleImage</a> • <a href="magick-image.html#MagickScaleImage">MagickScaleImage</a> • <a href="magick-image.html#MagickSegmentImage">MagickSegmentImage</a> • <a href="magick-image.html#MagickSelectiveBlurImage">MagickSelectiveBlurImage</a> • <a href="magick-image.html#MagickSeparateImage">MagickSeparateImage</a> • <a href="magick-image.html#MagickSepiaToneImage">MagickSepiaToneImage</a> • <a href="magick-image.html#MagickSetImage">MagickSetImage</a> • <a href="magick-image.html#MagickSetImageAlphaChannel">MagickSetImageAlphaChannel</a> • <a href="magick-image.html#MagickSetImageAlphaColor">MagickSetImageAlphaColor</a> • <a href="magick-image.html#MagickSetImageBackgroundColor">MagickSetImageBackgroundColor</a> • <a href="magick-image.html#MagickSetImageBluePrimary">MagickSetImageBluePrimary</a> • <a href="magick-image.html#MagickSetImageBorderColor">MagickSetImageBorderColor</a> • <a href="magick-image.html#MagickSetImageChannelMask">MagickSetImageChannelMask</a> • <a href="magick-image.html#MagickSetImageMask">MagickSetImageMask</a> • <a href="magick-image.html#MagickSetImageColor">MagickSetImageColor</a> • <a href="magick-image.html#MagickSetImageColormapColor">MagickSetImageColormapColor</a> • <a href="magick-image.html#MagickSetImageColorspace">MagickSetImageColorspace</a> • <a href="magick-image.html#MagickSetImageCompose">MagickSetImageCompose</a> • <a href="magick-image.html#MagickSetImageCompression">MagickSetImageCompression</a> • <a href="magick-image.html#MagickSetImageCompressionQuality">MagickSetImageCompressionQuality</a> • <a href="magick-image.html#MagickSetImageDelay">MagickSetImageDelay</a> • <a href="magick-image.html#MagickSetImageDepth">MagickSetImageDepth</a> • <a href="magick-image.html#MagickSetImageDispose">MagickSetImageDispose</a> • <a href="magick-image.html#MagickSetImageEndian">MagickSetImageEndian</a> • <a href="magick-image.html#MagickSetImageExtent">MagickSetImageExtent</a> • <a href="magick-image.html#MagickSetImageFilename">MagickSetImageFilename</a> • <a href="magick-image.html#MagickSetImageFormat">MagickSetImageFormat</a> • <a href="magick-image.html#MagickSetImageFuzz">MagickSetImageFuzz</a> • <a href="magick-image.html#MagickSetImageGamma">MagickSetImageGamma</a> • <a href="magick-image.html#MagickSetImageGravity">MagickSetImageGravity</a> • <a href="magick-image.html#MagickSetImageGreenPrimary">MagickSetImageGreenPrimary</a> • <a href="magick-image.html#MagickSetImageInterlaceScheme">MagickSetImageInterlaceScheme</a> • <a href="magick-image.html#MagickSetImageInterpolateMethod">MagickSetImageInterpolateMethod</a> • <a href="magick-image.html#MagickSetImageIterations">MagickSetImageIterations</a> • <a href="magick-image.html#MagickSetImageMatte">MagickSetImageMatte</a> • <a href="magick-image.html#MagickSetImageAlpha">MagickSetImageAlpha</a> • <a href="magick-image.html#MagickSetImageOrientation">MagickSetImageOrientation</a> • <a href="magick-image.html#MagickSetImagePage">MagickSetImagePage</a> • <a href="magick-image.html#MagickSetImageProgressMonitor">MagickSetImageProgressMonitor</a> • <a href="magick-image.html#MagickSetImageRedPrimary">MagickSetImageRedPrimary</a> • <a href="magick-image.html#MagickSetImageRenderingIntent">MagickSetImageRenderingIntent</a> • <a href="magick-image.html#MagickSetImageResolution">MagickSetImageResolution</a> • <a href="magick-image.html#MagickSetImageScene">MagickSetImageScene</a> • <a href="magick-image.html#MagickSetImageTicksPerSecond">MagickSetImageTicksPerSecond</a> • <a href="magick-image.html#MagickSetImageType">MagickSetImageType</a> • <a href="magick-image.html#MagickSetImageUnits">MagickSetImageUnits</a> • <a href="magick-image.html#MagickSetImageVirtualPixelMethod">MagickSetImageVirtualPixelMethod</a> • <a href="magick-image.html#MagickSetImageWhitePoint">MagickSetImageWhitePoint</a> • <a href="magick-image.html#MagickShadeImage">MagickShadeImage</a> • <a href="magick-image.html#MagickShadowImage">MagickShadowImage</a> • <a href="magick-image.html#MagickSharpenImage">MagickSharpenImage</a> • <a href="magick-image.html#MagickShaveImage">MagickShaveImage</a> • <a href="magick-image.html#MagickShearImage">MagickShearImage</a> • <a href="magick-image.html#MagickSigmoidalContrastImage">MagickSigmoidalContrastImage</a> • <a href="magick-image.html#MagickSimilarityImage">MagickSimilarityImage</a> • <a href="magick-image.html#MagickSketchImage">MagickSketchImage</a> • <a href="magick-image.html#MagickSmushImages">MagickSmushImages</a> • <a href="magick-image.html#MagickSolarizeImage">MagickSolarizeImage</a> • <a href="magick-image.html#MagickSparseColorImage">MagickSparseColorImage</a> • <a href="magick-image.html#MagickSpliceImage">MagickSpliceImage</a> • <a href="magick-image.html#MagickSpreadImage">MagickSpreadImage</a> • <a href="magick-image.html#MagickStatisticImage">MagickStatisticImage</a> • <a href="magick-image.html#MagickSteganoImage">MagickSteganoImage</a> • <a href="magick-image.html#MagickStereoImage">MagickStereoImage</a> • <a href="magick-image.html#MagickStripImage">MagickStripImage</a> • <a href="magick-image.html#MagickSwirlImage">MagickSwirlImage</a> • <a href="magick-image.html#MagickTextureImage">MagickTextureImage</a> • <a href="magick-image.html#MagickThresholdImage">MagickThresholdImage</a> • <a href="magick-image.html#MagickThumbnailImage">MagickThumbnailImage</a> • <a href="magick-image.html#MagickTintImage">MagickTintImage</a> • <a href="magick-image.html#MagickTransformImageColorspace">MagickTransformImageColorspace</a> • <a href="magick-image.html#MagickTransparentPaintImage">MagickTransparentPaintImage</a> • <a href="magick-image.html#MagickTransposeImage">MagickTransposeImage</a> • <a href="magick-image.html#MagickTransverseImage">MagickTransverseImage</a> • <a href="magick-image.html#MagickTrimImage">MagickTrimImage</a> • <a href="magick-image.html#MagickUniqueImageColors">MagickUniqueImageColors</a> • <a href="magick-image.html#MagickUnsharpMaskImage">MagickUnsharpMaskImage</a> • <a href="magick-image.html#MagickVignetteImage">MagickVignetteImage</a> • <a href="magick-image.html#MagickWaveImage">MagickWaveImage</a> • <a href="magick-image.html#MagickWhiteThresholdImage">MagickWhiteThresholdImage</a> • <a href="magick-image.html#MagickWriteImage">MagickWriteImage</a> • <a href="magick-image.html#MagickWriteImageFile">MagickWriteImageFile</a> • <a href="magick-image.html#MagickWriteImages">MagickWriteImages</a> • <a href="magick-image.html#MagickWriteImagesFile">MagickWriteImagesFile</a></p>
+<p class="text-center"><a href="magick-image.html#GetImageFromMagickWand">GetImageFromMagickWand</a> • <a href="magick-image.html#MagickAdaptiveBlurImage">MagickAdaptiveBlurImage</a> • <a href="magick-image.html#MagickAdaptiveResizeImage">MagickAdaptiveResizeImage</a> • <a href="magick-image.html#MagickAdaptiveSharpenImage">MagickAdaptiveSharpenImage</a> • <a href="magick-image.html#MagickAdaptiveThresholdImage">MagickAdaptiveThresholdImage</a> • <a href="magick-image.html#MagickAddImage">MagickAddImage</a> • <a href="magick-image.html#MagickAddNoiseImage">MagickAddNoiseImage</a> • <a href="magick-image.html#MagickAffineTransformImage">MagickAffineTransformImage</a> • <a href="magick-image.html#MagickAnnotateImage">MagickAnnotateImage</a> • <a href="magick-image.html#MagickAnimateImages">MagickAnimateImages</a> • <a href="magick-image.html#MagickAppendImages">MagickAppendImages</a> • <a href="magick-image.html#MagickAutoGammaImage">MagickAutoGammaImage</a> • <a href="magick-image.html#MagickAutoLevelImage">MagickAutoLevelImage</a> • <a href="magick-image.html#MagickAutoOrientImage">MagickAutoOrientImage</a> • <a href="magick-image.html#MagickBlackThresholdImage">MagickBlackThresholdImage</a> • <a href="magick-image.html#MagickBlueShiftImage">MagickBlueShiftImage</a> • <a href="magick-image.html#MagickBlurImage">MagickBlurImage</a> • <a href="magick-image.html#MagickBorderImage">MagickBorderImage</a> • <a href="magick-image.html#Use MagickBrightnessContrastImage">Use MagickBrightnessContrastImage</a> • <a href="magick-image.html#MagickChannelFxImage">MagickChannelFxImage</a> • <a href="magick-image.html#MagickCharcoalImage">MagickCharcoalImage</a> • <a href="magick-image.html#MagickChopImage">MagickChopImage</a> • <a href="magick-image.html#MagickClampImage">MagickClampImage</a> • <a href="magick-image.html#MagickClipImage">MagickClipImage</a> • <a href="magick-image.html#MagickClipImagePath">MagickClipImagePath</a> • <a href="magick-image.html#MagickClutImage">MagickClutImage</a> • <a href="magick-image.html#MagickCoalesceImages">MagickCoalesceImages</a> • <a href="magick-image.html#MagickColorDecisionListImage">MagickColorDecisionListImage</a> • <a href="magick-image.html#MagickColorizeImage">MagickColorizeImage</a> • <a href="magick-image.html#MagickColorMatrixImage">MagickColorMatrixImage</a> • <a href="magick-image.html#MagickCombineImages">MagickCombineImages</a> • <a href="magick-image.html#MagickCommentImage">MagickCommentImage</a> • <a href="magick-image.html#MagickCompareImagesLayers">MagickCompareImagesLayers</a> • <a href="magick-image.html#MagickCompareImages">MagickCompareImages</a> • <a href="magick-image.html#MagickCompositeImage">MagickCompositeImage</a> • <a href="magick-image.html#MagickCompositeImageGravity">MagickCompositeImageGravity</a> • <a href="magick-image.html#MagickCompositeLayers">MagickCompositeLayers</a> • <a href="magick-image.html#MagickContrastImage">MagickContrastImage</a> • <a href="magick-image.html#MagickContrastStretchImage">MagickContrastStretchImage</a> • <a href="magick-image.html#MagickConvolveImage">MagickConvolveImage</a> • <a href="magick-image.html#MagickCropImage">MagickCropImage</a> • <a href="magick-image.html#MagickCycleColormapImage">MagickCycleColormapImage</a> • <a href="magick-image.html#MagickConstituteImage">MagickConstituteImage</a> • <a href="magick-image.html#MagickDecipherImage">MagickDecipherImage</a> • <a href="magick-image.html#MagickDeconstructImages">MagickDeconstructImages</a> • <a href="magick-image.html#MagickDeskewImage">MagickDeskewImage</a> • <a href="magick-image.html#MagickDespeckleImage">MagickDespeckleImage</a> • <a href="magick-image.html#MagickDestroyImage">MagickDestroyImage</a> • <a href="magick-image.html#MagickDisplayImage">MagickDisplayImage</a> • <a href="magick-image.html#MagickDisplayImages">MagickDisplayImages</a> • <a href="magick-image.html#MagickDistortImage">MagickDistortImage</a> • <a href="magick-image.html#MagickDrawImage">MagickDrawImage</a> • <a href="magick-image.html#MagickEdgeImage">MagickEdgeImage</a> • <a href="magick-image.html#MagickEmbossImage">MagickEmbossImage</a> • <a href="magick-image.html#MagickEncipherImage">MagickEncipherImage</a> • <a href="magick-image.html#MagickEnhanceImage">MagickEnhanceImage</a> • <a href="magick-image.html#MagickEqualizeImage">MagickEqualizeImage</a> • <a href="magick-image.html#MagickEvaluateImage">MagickEvaluateImage</a> • <a href="magick-image.html#MagickExportImagePixels">MagickExportImagePixels</a> • <a href="magick-image.html#MagickExtentImage">MagickExtentImage</a> • <a href="magick-image.html#MagickFlipImage">MagickFlipImage</a> • <a href="magick-image.html#MagickFloodfillPaintImage">MagickFloodfillPaintImage</a> • <a href="magick-image.html#MagickFlopImage">MagickFlopImage</a> • <a href="magick-image.html#MagickForwardFourierTransformImage">MagickForwardFourierTransformImage</a> • <a href="magick-image.html#MagickFrameImage">MagickFrameImage</a> • <a href="magick-image.html#MagickFunctionImage">MagickFunctionImage</a> • <a href="magick-image.html#MagickFxImage">MagickFxImage</a> • <a href="magick-image.html#MagickGammaImage">MagickGammaImage</a> • <a href="magick-image.html#MagickGaussianBlurImage">MagickGaussianBlurImage</a> • <a href="magick-image.html#MagickGetImage">MagickGetImage</a> • <a href="magick-image.html#MagickGetImageAlphaChannel">MagickGetImageAlphaChannel</a> • <a href="magick-image.html#MagickGetImageMask">MagickGetImageMask</a> • <a href="magick-image.html#MagickGetImageBackgroundColor">MagickGetImageBackgroundColor</a> • <a href="magick-image.html#MagickGetImageBlob">MagickGetImageBlob</a> • <a href="magick-image.html#MagickGetImageBlob">MagickGetImageBlob</a> • <a href="magick-image.html#MagickGetImageBluePrimary">MagickGetImageBluePrimary</a> • <a href="magick-image.html#MagickGetImageBorderColor">MagickGetImageBorderColor</a> • <a href="magick-image.html#MagickGetImageFeatures">MagickGetImageFeatures</a> • <a href="magick-image.html#MagickGetImageKurtosis">MagickGetImageKurtosis</a> • <a href="magick-image.html#MagickGetImageMean">MagickGetImageMean</a> • <a href="magick-image.html#MagickGetImageRange">MagickGetImageRange</a> • <a href="magick-image.html#MagickGetImageStatistics">MagickGetImageStatistics</a> • <a href="magick-image.html#MagickGetImageColormapColor">MagickGetImageColormapColor</a> • <a href="magick-image.html#MagickGetImageColors">MagickGetImageColors</a> • <a href="magick-image.html#MagickGetImageColorspace">MagickGetImageColorspace</a> • <a href="magick-image.html#MagickGetImageCompose">MagickGetImageCompose</a> • <a href="magick-image.html#MagickGetImageCompression">MagickGetImageCompression</a> • <a href="magick-image.html#MagickGetImageCompressionQuality">MagickGetImageCompressionQuality</a> • <a href="magick-image.html#MagickGetImageDelay">MagickGetImageDelay</a> • <a href="magick-image.html#MagickGetImageDepth">MagickGetImageDepth</a> • <a href="magick-image.html#MagickGetImageDispose">MagickGetImageDispose</a> • <a href="magick-image.html#MagickGetImageDistortion">MagickGetImageDistortion</a> • <a href="magick-image.html#MagickGetImageDistortions">MagickGetImageDistortions</a> • <a href="magick-image.html#MagickGetImageEndian">MagickGetImageEndian</a> • <a href="magick-image.html#MagickGetImageFilename">MagickGetImageFilename</a> • <a href="magick-image.html#MagickGetImageFormat">MagickGetImageFormat</a> • <a href="magick-image.html#MagickGetImageFuzz">MagickGetImageFuzz</a> • <a href="magick-image.html#MagickGetImageGamma">MagickGetImageGamma</a> • <a href="magick-image.html#MagickGetImageGravity">MagickGetImageGravity</a> • <a href="magick-image.html#MagickGetImageGreenPrimary">MagickGetImageGreenPrimary</a> • <a href="magick-image.html#MagickGetImageHeight">MagickGetImageHeight</a> • <a href="magick-image.html#MagickGetImageHistogram">MagickGetImageHistogram</a> • <a href="magick-image.html#MagickGetImageInterlaceScheme">MagickGetImageInterlaceScheme</a> • <a href="magick-image.html#MagickGetImageInterpolateMethod">MagickGetImageInterpolateMethod</a> • <a href="magick-image.html#MagickGetImageIterations">MagickGetImageIterations</a> • <a href="magick-image.html#MagickGetImageLength">MagickGetImageLength</a> • <a href="magick-image.html#MagickGetImageMatteColor">MagickGetImageMatteColor</a> • <a href="magick-image.html#MagickGetImageOrientation">MagickGetImageOrientation</a> • <a href="magick-image.html#MagickGetImagePage">MagickGetImagePage</a> • <a href="magick-image.html#MagickGetImagePixelColor">MagickGetImagePixelColor</a> • <a href="magick-image.html#MagickGetImageRedPrimary">MagickGetImageRedPrimary</a> • <a href="magick-image.html#MagickGetImageRegion">MagickGetImageRegion</a> • <a href="magick-image.html#MagickGetImageRenderingIntent">MagickGetImageRenderingIntent</a> • <a href="magick-image.html#MagickGetImageResolution">MagickGetImageResolution</a> • <a href="magick-image.html#MagickGetImageScene">MagickGetImageScene</a> • <a href="magick-image.html#MagickGetImageSignature">MagickGetImageSignature</a> • <a href="magick-image.html#MagickGetImageTicksPerSecond">MagickGetImageTicksPerSecond</a> • <a href="magick-image.html#MagickGetImageType">MagickGetImageType</a> • <a href="magick-image.html#MagickGetImageUnits">MagickGetImageUnits</a> • <a href="magick-image.html#MagickGetImageVirtualPixelMethod">MagickGetImageVirtualPixelMethod</a> • <a href="magick-image.html#MagickGetImageWhitePoint">MagickGetImageWhitePoint</a> • <a href="magick-image.html#MagickGetImageWidth">MagickGetImageWidth</a> • <a href="magick-image.html#MagickGetNumberImages">MagickGetNumberImages</a> • <a href="magick-image.html#MagickGetImageTotalInkDensity">MagickGetImageTotalInkDensity</a> • <a href="magick-image.html#MagickHaldClutImage">MagickHaldClutImage</a> • <a href="magick-image.html#MagickHasNextImage">MagickHasNextImage</a> • <a href="magick-image.html#MagickHasPreviousImage">MagickHasPreviousImage</a> • <a href="magick-image.html#MagickIdentifyImage">MagickIdentifyImage</a> • <a href="magick-image.html#MagickIdentifyImageType">MagickIdentifyImageType</a> • <a href="magick-image.html#MagickImplodeImage">MagickImplodeImage</a> • <a href="magick-image.html#MagickImportImagePixels">MagickImportImagePixels</a> • <a href="magick-image.html#MagickInterpolativeResizeImage">MagickInterpolativeResizeImage</a> • <a href="magick-image.html#MagickInverseFourierTransformImage">MagickInverseFourierTransformImage</a> • <a href="magick-image.html#MagickLabelImage">MagickLabelImage</a> • <a href="magick-image.html#MagickLevelImage">MagickLevelImage</a> • <a href="magick-image.html#MagickLinearStretchImage">MagickLinearStretchImage</a> • <a href="magick-image.html#MagickLiquidRescaleImage">MagickLiquidRescaleImage</a> • <a href="magick-image.html#MagickLocalContrastImage">MagickLocalContrastImage</a> • <a href="magick-image.html#MagickMagnifyImage">MagickMagnifyImage</a> • <a href="magick-image.html#MagickMergeImageLayers">MagickMergeImageLayers</a> • <a href="magick-image.html#MagickMinifyImage">MagickMinifyImage</a> • <a href="magick-image.html#MagickModulateImage">MagickModulateImage</a> • <a href="magick-image.html#MagickMontageImage">MagickMontageImage</a> • <a href="magick-image.html#MagickMorphImages">MagickMorphImages</a> • <a href="magick-image.html#MagickMorphologyImage">MagickMorphologyImage</a> • <a href="magick-image.html#MagickMotionBlurImage">MagickMotionBlurImage</a> • <a href="magick-image.html#MagickNegateImage">MagickNegateImage</a> • <a href="magick-image.html#MagickNewImage">MagickNewImage</a> • <a href="magick-image.html#MagickNextImage">MagickNextImage</a> • <a href="magick-image.html#MagickNormalizeImage">MagickNormalizeImage</a> • <a href="magick-image.html#MagickOilPaintImage">MagickOilPaintImage</a> • <a href="magick-image.html#MagickOpaquePaintImage">MagickOpaquePaintImage</a> • <a href="magick-image.html#MagickOptimizeImageLayers">MagickOptimizeImageLayers</a> • <a href="magick-image.html#MagickOptimizeImageTransparency">MagickOptimizeImageTransparency</a> • <a href="magick-image.html#MagickOrderedDitherImage">MagickOrderedDitherImage</a> • <a href="magick-image.html#MagickPingImage">MagickPingImage</a> • <a href="magick-image.html#MagickPingImageBlob">MagickPingImageBlob</a> • <a href="magick-image.html#MagickPingImageFile">MagickPingImageFile</a> • <a href="magick-image.html#MagickPolaroidImage">MagickPolaroidImage</a> • <a href="magick-image.html#MagickPosterizeImage">MagickPosterizeImage</a> • <a href="magick-image.html#MagickPreviewImages">MagickPreviewImages</a> • <a href="magick-image.html#MagickPreviousImage">MagickPreviousImage</a> • <a href="magick-image.html#MagickQuantizeImage">MagickQuantizeImage</a> • <a href="magick-image.html#MagickQuantizeImages">MagickQuantizeImages</a> • <a href="magick-image.html#MagickRotationalBlurImage">MagickRotationalBlurImage</a> • <a href="magick-image.html#MagickRaiseImage">MagickRaiseImage</a> • <a href="magick-image.html#MagickRandomThresholdImage">MagickRandomThresholdImage</a> • <a href="magick-image.html#MagickReadImage">MagickReadImage</a> • <a href="magick-image.html#MagickReadImageBlob">MagickReadImageBlob</a> • <a href="magick-image.html#MagickReadImageFile">MagickReadImageFile</a> • <a href="magick-image.html#MagickRemapImage">MagickRemapImage</a> • <a href="magick-image.html#MagickRemoveImage">MagickRemoveImage</a> • <a href="magick-image.html#MagickResampleImage">MagickResampleImage</a> • <a href="magick-image.html#MagickResetImagePage">MagickResetImagePage</a> • <a href="magick-image.html#MagickResizeImage">MagickResizeImage</a> • <a href="magick-image.html#MagickRollImage">MagickRollImage</a> • <a href="magick-image.html#MagickRotateImage">MagickRotateImage</a> • <a href="magick-image.html#MagickSampleImage">MagickSampleImage</a> • <a href="magick-image.html#MagickScaleImage">MagickScaleImage</a> • <a href="magick-image.html#MagickSegmentImage">MagickSegmentImage</a> • <a href="magick-image.html#MagickSelectiveBlurImage">MagickSelectiveBlurImage</a> • <a href="magick-image.html#MagickSeparateImage">MagickSeparateImage</a> • <a href="magick-image.html#MagickSepiaToneImage">MagickSepiaToneImage</a> • <a href="magick-image.html#MagickSetImage">MagickSetImage</a> • <a href="magick-image.html#MagickSetImageAlphaChannel">MagickSetImageAlphaChannel</a> • <a href="magick-image.html#MagickSetImageBackgroundColor">MagickSetImageBackgroundColor</a> • <a href="magick-image.html#MagickSetImageBluePrimary">MagickSetImageBluePrimary</a> • <a href="magick-image.html#MagickSetImageBorderColor">MagickSetImageBorderColor</a> • <a href="magick-image.html#MagickSetImageChannelMask">MagickSetImageChannelMask</a> • <a href="magick-image.html#MagickSetImageMask">MagickSetImageMask</a> • <a href="magick-image.html#MagickSetImageColor">MagickSetImageColor</a> • <a href="magick-image.html#MagickSetImageColormapColor">MagickSetImageColormapColor</a> • <a href="magick-image.html#MagickSetImageColorspace">MagickSetImageColorspace</a> • <a href="magick-image.html#MagickSetImageCompose">MagickSetImageCompose</a> • <a href="magick-image.html#MagickSetImageCompression">MagickSetImageCompression</a> • <a href="magick-image.html#MagickSetImageCompressionQuality">MagickSetImageCompressionQuality</a> • <a href="magick-image.html#MagickSetImageDelay">MagickSetImageDelay</a> • <a href="magick-image.html#MagickSetImageDepth">MagickSetImageDepth</a> • <a href="magick-image.html#MagickSetImageDispose">MagickSetImageDispose</a> • <a href="magick-image.html#MagickSetImageEndian">MagickSetImageEndian</a> • <a href="magick-image.html#MagickSetImageExtent">MagickSetImageExtent</a> • <a href="magick-image.html#MagickSetImageFilename">MagickSetImageFilename</a> • <a href="magick-image.html#MagickSetImageFormat">MagickSetImageFormat</a> • <a href="magick-image.html#MagickSetImageFuzz">MagickSetImageFuzz</a> • <a href="magick-image.html#MagickSetImageGamma">MagickSetImageGamma</a> • <a href="magick-image.html#MagickSetImageGravity">MagickSetImageGravity</a> • <a href="magick-image.html#MagickSetImageGreenPrimary">MagickSetImageGreenPrimary</a> • <a href="magick-image.html#MagickSetImageInterlaceScheme">MagickSetImageInterlaceScheme</a> • <a href="magick-image.html#MagickSetImageInterpolateMethod">MagickSetImageInterpolateMethod</a> • <a href="magick-image.html#MagickSetImageIterations">MagickSetImageIterations</a> • <a href="magick-image.html#MagickSetImageMatte">MagickSetImageMatte</a> • <a href="magick-image.html#MagickSetImageMatteColor">MagickSetImageMatteColor</a> • <a href="magick-image.html#MagickSetImageAlpha">MagickSetImageAlpha</a> • <a href="magick-image.html#MagickSetImageOrientation">MagickSetImageOrientation</a> • <a href="magick-image.html#MagickSetImagePage">MagickSetImagePage</a> • <a href="magick-image.html#MagickSetImageProgressMonitor">MagickSetImageProgressMonitor</a> • <a href="magick-image.html#MagickSetImageRedPrimary">MagickSetImageRedPrimary</a> • <a href="magick-image.html#MagickSetImageRenderingIntent">MagickSetImageRenderingIntent</a> • <a href="magick-image.html#MagickSetImageResolution">MagickSetImageResolution</a> • <a href="magick-image.html#MagickSetImageScene">MagickSetImageScene</a> • <a href="magick-image.html#MagickSetImageTicksPerSecond">MagickSetImageTicksPerSecond</a> • <a href="magick-image.html#MagickSetImageType">MagickSetImageType</a> • <a href="magick-image.html#MagickSetImageUnits">MagickSetImageUnits</a> • <a href="magick-image.html#MagickSetImageVirtualPixelMethod">MagickSetImageVirtualPixelMethod</a> • <a href="magick-image.html#MagickSetImageWhitePoint">MagickSetImageWhitePoint</a> • <a href="magick-image.html#MagickShadeImage">MagickShadeImage</a> • <a href="magick-image.html#MagickShadowImage">MagickShadowImage</a> • <a href="magick-image.html#MagickSharpenImage">MagickSharpenImage</a> • <a href="magick-image.html#MagickShaveImage">MagickShaveImage</a> • <a href="magick-image.html#MagickShearImage">MagickShearImage</a> • <a href="magick-image.html#MagickSigmoidalContrastImage">MagickSigmoidalContrastImage</a> • <a href="magick-image.html#MagickSimilarityImage">MagickSimilarityImage</a> • <a href="magick-image.html#MagickSketchImage">MagickSketchImage</a> • <a href="magick-image.html#MagickSmushImages">MagickSmushImages</a> • <a href="magick-image.html#MagickSolarizeImage">MagickSolarizeImage</a> • <a href="magick-image.html#MagickSparseColorImage">MagickSparseColorImage</a> • <a href="magick-image.html#MagickSpliceImage">MagickSpliceImage</a> • <a href="magick-image.html#MagickSpreadImage">MagickSpreadImage</a> • <a href="magick-image.html#MagickStatisticImage">MagickStatisticImage</a> • <a href="magick-image.html#MagickSteganoImage">MagickSteganoImage</a> • <a href="magick-image.html#MagickStereoImage">MagickStereoImage</a> • <a href="magick-image.html#MagickStripImage">MagickStripImage</a> • <a href="magick-image.html#MagickSwirlImage">MagickSwirlImage</a> • <a href="magick-image.html#MagickTextureImage">MagickTextureImage</a> • <a href="magick-image.html#MagickThresholdImage">MagickThresholdImage</a> • <a href="magick-image.html#MagickThumbnailImage">MagickThumbnailImage</a> • <a href="magick-image.html#MagickTintImage">MagickTintImage</a> • <a href="magick-image.html#MagickTransformImageColorspace">MagickTransformImageColorspace</a> • <a href="magick-image.html#MagickTransparentPaintImage">MagickTransparentPaintImage</a> • <a href="magick-image.html#MagickTransposeImage">MagickTransposeImage</a> • <a href="magick-image.html#MagickTransverseImage">MagickTransverseImage</a> • <a href="magick-image.html#MagickTrimImage">MagickTrimImage</a> • <a href="magick-image.html#MagickUniqueImageColors">MagickUniqueImageColors</a> • <a href="magick-image.html#MagickUnsharpMaskImage">MagickUnsharpMaskImage</a> • <a href="magick-image.html#MagickVignetteImage">MagickVignetteImage</a> • <a href="magick-image.html#MagickWaveImage">MagickWaveImage</a> • <a href="magick-image.html#MagickWhiteThresholdImage">MagickWhiteThresholdImage</a> • <a href="magick-image.html#MagickWriteImage">MagickWriteImage</a> • <a href="magick-image.html#MagickWriteImageFile">MagickWriteImageFile</a> • <a href="magick-image.html#MagickWriteImages">MagickWriteImages</a> • <a href="magick-image.html#MagickWriteImagesFile">MagickWriteImagesFile</a></p>
<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image_8c.html" id="GetImageFromMagickWand">GetImageFromMagickWand</a></h2>
<pre class="text">
MagickBooleanType MagickFrameImage(MagickWand *wand,
- const PixelWand *alpha_color,const size_t width,
+ const PixelWand *matte_color,const size_t width,
const size_t height,const ssize_t inner_bevel,
const ssize_t outer_bevel,const CompositeOperator compose)
</pre>
<dd>the magick wand. </dd>
<dd> </dd>
-<dt>alpha_color</dt>
+<dt>matte_color</dt>
<dd>the frame color pixel wand. </dd>
<dd> </dd>
<dt>wand</dt>
<dd>the magick wand. </dd>
-<dd> </dd>
-</dl>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image_8c.html" id="MagickGetImageAlhpaColor">MagickGetImageAlhpaColor</a></h2>
-
-<p>MagickGetImageAlhpaColor() returns the image alpha color.</p>
-
-<p>The format of the MagickGetImageAlhpaColor method is:</p>
-
-<pre class="text">
-MagickBooleanType MagickGetImageAlhpaColor(MagickWand *wand,
- PixelWand *alpha_color)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<dd>
-</dd>
-
-<dd> </dd>
-<dl class="dl-horizontal">
-<dt>wand</dt>
-<dd>the magick wand. </dd>
-
-<dd> </dd>
-<dt>alpha_color</dt>
-<dd>return the alpha color. </dd>
-
<dd> </dd>
</dl>
<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image_8c.html" id="MagickGetImageMask">MagickGetImageMask</a></h2>
<dt>length</dt>
<dd>the image length in bytes. </dd>
+<dd> </dd>
+</dl>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image_8c.html" id="MagickGetImageMatteColor">MagickGetImageMatteColor</a></h2>
+
+<p>MagickGetImageMatteColor() returns the image matte color.</p>
+
+<p>The format of the MagickGetImageMatteColor method is:</p>
+
+<pre class="text">
+MagickBooleanType MagickGetImageMatteColor(MagickWand *wand,
+ PixelWand *matte_color)
+</pre>
+
+<p>A description of each parameter follows:</p>
+
+<dd>
+</dd>
+
+<dd> </dd>
+<dl class="dl-horizontal">
+<dt>wand</dt>
+<dd>the magick wand. </dd>
+
+<dd> </dd>
+<dt>matte_color</dt>
+<dd>return the alpha color. </dd>
+
<dd> </dd>
</dl>
<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image_8c.html" id="MagickGetImageOrientation">MagickGetImageOrientation</a></h2>
<dt>alpha_type</dt>
<dd>the alpha channel type: ActivateAlphaChannel, DeactivateAlphaChannel, OpaqueAlphaChannel, or SetAlphaChannel. </dd>
-<dd> </dd>
-</dl>
-<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image_8c.html" id="MagickSetImageAlphaColor">MagickSetImageAlphaColor</a></h2>
-
-<p>MagickSetImageAlphaColor() sets the image alpha color.</p>
-
-<p>The format of the MagickSetImageAlphaColor method is:</p>
-
-<pre class="text">
-MagickBooleanType MagickSetImageAlphaColor(MagickWand *wand,
- const PixelWand *matte)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<dd>
-</dd>
-
-<dd> </dd>
-<dl class="dl-horizontal">
-<dt>wand</dt>
-<dd>the magick wand. </dd>
-
-<dd> </dd>
-<dt>matte</dt>
-<dd>the alpha pixel wand. </dd>
-
<dd> </dd>
</dl>
<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image_8c.html" id="MagickSetImageBackgroundColor">MagickSetImageBackgroundColor</a></h2>
<dt>matte</dt>
<dd>Set to MagickTrue to enable the image matte channel otherwise MagickFalse. </dd>
+<dd> </dd>
+</dl>
+<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image_8c.html" id="MagickSetImageMatteColor">MagickSetImageMatteColor</a></h2>
+
+<p>MagickSetImageMatteColor() sets the image alpha color.</p>
+
+<p>The format of the MagickSetImageMatteColor method is:</p>
+
+<pre class="text">
+MagickBooleanType MagickSetImageMatteColor(MagickWand *wand,
+ const PixelWand *matte)
+</pre>
+
+<p>A description of each parameter follows:</p>
+
+<dd>
+</dd>
+
+<dd> </dd>
+<dl class="dl-horizontal">
+<dt>wand</dt>
+<dd>the magick wand. </dd>
+
+<dd> </dd>
+<dt>matte</dt>
+<dd>the alpha pixel wand. </dd>
+
<dd> </dd>
</dl>
<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image_8c.html" id="MagickSetImageAlpha">MagickSetImageAlpha</a></h2>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
<p>When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache. For example, a 1-channel 1-bit monochrome PBM image is scaled to 8-bit gray image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version. You can determine which version you have with the <a href="command-line-options.html#version">‑version</a> option: </p>
-<pre><span class="crtprompt"> </span><span class='crtin'>identify -version</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>Version: ImageMagick 7.0.4-8 2017-02-13 Q16 https://www.imagemagick.org</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>identify -version</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>Version: ImageMagick 7.0.5-0 2017-02-18 Q16 https://www.imagemagick.org</span></pre>
<p>As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time). In most cases, the benefits of the pixel cache typically outweigh any disadvantages.</p>
<h3><a id="authentic-pixels"></a>Access the Pixel Cache</h3>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:01 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</div>
</div>
<div class="container">
-<div class="magick-header"><dl><dt>2017-02-13 7.0.4-8 Cristy <quetzlzacatenango@image...></dt>
+<div class="magick-header"><dl><dt>2017-02-20 7.0.5-0 Cristy <quetzlzacatenango@image...></dt>
+ <li> Release ImageMagick version 7.0.5-0, GIT revision 19616:505fea9:20170220.</li>
+<dt>2017-02-20 7.0.5-0 Cristy <quetzlzacatenango@image...></dt>
+ <li> Fix transient bug with -separate option (reference https://github.com/ImageMagick/ImageMagick/issues/385).</li>
+<dt>2017-02-18 7.0.4-10 Cristy <quetzlzacatenango@image...></dt>
+ <li> Release ImageMagick version 7.0.4-10, GIT revision 19608:fe757a2:20170218.</li>
+<dt>2017-02-18 7.0.4-10 Dirk Lemstra <dirk@lem.....org></dt>
+ <li> Fixed fd leak for webp coder (reference https://github.com/ImageMagick/ImageMagick/pull/382)</li>
+<dt>2017-02-15 7.0.4-10 Cristy <quetzlzacatenango@image...></dt>
+ <li> Prevent random pixel data for corrupt JPEG image (bug report from Hirokazu Moriguchi, Sony).</li>
+ <li> Restore -mattecolor option.</li>
+ <li> Support pixel-cache and shred security policies.</li>
+ <li> Bump Magick++ SO. Previously a global replace changed matteColor to alphaColor.</li>
+<dt>2017-02-14 7.0.4-9 Cristy <quetzlzacatenango@image...></dt>
+ <li> Release ImageMagick version 7.0.4-9, GIT revision 19580:d474b37:20170214.</li>
+<dt>2017-02-14 7.0.4-9 Cristy <quetzlzacatenango@image...></dt>
+ <li> Revert patch that did not set update trait on alpha channel.</li>
+<dt>2017-02-13 7.0.4-8 Cristy <quetzlzacatenango@image...></dt>
<li> Release ImageMagick version 7.0.4-8, GIT revision 19574:7642384:20170213.</li>
<dt>2017-02-09 7.0.4-8 Dirk Lemstra <dirk@lem.....org></dt>
<li> Fixed memory leak when creating nested exceptions in Magick++ (reference https://www.imagemagick.org/discourse-server/viewtopic.html?f=23&p=142634)</li>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:34 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:34 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:39 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:40 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</div>
<div class="container">
<div class="magick-header">
-<p class="text-center"><a href="command-line-options.html#adaptive-blur">‑adaptive‑blur</a> • <a href="command-line-options.html#adaptive-resize">‑adaptive‑resize</a> • <a href="command-line-options.html#adaptive-sharpen">‑adaptive‑sharpen</a> • <a href="command-line-options.html#adjoin">‑adjoin</a> • <a href="command-line-options.html#affine">‑affine</a> • <a href="command-line-options.html#alpha">‑alpha</a> • <a href="command-line-options.html#alpha-color">‑alpha‑color</a> • <a href="command-line-options.html#annotate">‑annotate</a> • <a href="command-line-options.html#antialias">‑antialias</a> • <a href="command-line-options.html#append">‑append</a> • <a href="command-line-options.html#attenuate">‑attenuate</a> • <a href="command-line-options.html#authenticate">‑authenticate</a> • <a href="command-line-options.html#auto-gamma">‑auto‑gamma</a> • <a href="command-line-options.html#auto-level">‑auto‑level</a> • <a href="command-line-options.html#auto-orient">‑auto‑orient</a> • <a href="command-line-options.html#backdrop">‑backdrop</a> • <a href="command-line-options.html#background">‑background</a> • <a href="command-line-options.html#bench">‑bench</a> • <a href="command-line-options.html#bias">‑bias</a> • <a href="command-line-options.html#black-point-compensation">‑black‑point‑compensation</a> • <a href="command-line-options.html#black-threshold">‑black‑threshold</a> • <a href="command-line-options.html#blend">‑blend</a> • <a href="command-line-options.html#blue-primary">‑blue‑primary</a> • <a href="command-line-options.html#blue-shift">‑blue‑shift</a> • <a href="command-line-options.html#blur">‑blur</a> • <a href="command-line-options.html#border">‑border</a> • <a href="command-line-options.html#bordercolor">‑bordercolor</a> • <a href="command-line-options.html#borderwidth">‑borderwidth</a> • <a href="command-line-options.html#brightness-contrast">‑brightness‑contrast</a> • <a href="command-line-options.html#cache">‑cache</a> • <a href="command-line-options.html#canny">‑canny</a> • <a href="command-line-options.html#caption">‑caption</a> • <a href="command-line-options.html#cdl">‑cdl</a> • <a href="command-line-options.html#channel">‑channel</a> • <a href="command-line-options.html#charcoal">‑charcoal</a> • <a href="command-line-options.html#channel-fx">‑channel‑fx</a> • <a href="command-line-options.html#chop">‑chop</a> • <a href="command-line-options.html#clamp">‑clamp</a> • <a href="command-line-options.html#clip">‑clip</a> • <a href="command-line-options.html#clip-mask">‑clip‑mask</a> • <a href="command-line-options.html#clip-path">‑clip‑path</a> • <a href="command-line-options.html#clone">‑clone</a> • <a href="command-line-options.html#clut">‑clut</a> • <a href="command-line-options.html#coalesce">‑coalesce</a> • <a href="command-line-options.html#colorize">‑colorize</a> • <a href="command-line-options.html#colormap">‑colormap</a> • <a href="command-line-options.html#color-matrix">‑color‑matrix</a> • <a href="command-line-options.html#colors">‑colors</a> • <a href="command-line-options.html#colorspace">‑colorspace</a> • <a href="command-line-options.html#combine">‑combine</a> • <a href="command-line-options.html#comment">‑comment</a> • <a href="command-line-options.html#compare">‑compare</a> • <a href="command-line-options.html#complex">‑complex</a> • <a href="command-line-options.html#compose">‑compose</a> • <a href="command-line-options.html#composite">‑composite</a> • <a href="command-line-options.html#compress">‑compress</a> • <a href="command-line-options.html#connected-components">‑connected‑components</a> • <a href="command-line-options.html#contrast">‑contrast</a> • <a href="command-line-options.html#contrast-stretch">‑contrast‑stretch</a> • <a href="command-line-options.html#convolve">‑convolve</a> • <a href="command-line-options.html#copy">‑copy</a> • <a href="command-line-options.html#crop">‑crop</a> • <a href="command-line-options.html#cycle">‑cycle</a> • <a href="command-line-options.html#debug">‑debug</a> • <a href="command-line-options.html#decipher">‑decipher</a> • <a href="command-line-options.html#deconstruct">‑deconstruct</a> • <a href="command-line-options.html#define">‑define</a> • <a href="command-line-options.html#delay">‑delay</a> • <a href="command-line-options.html#delete">‑delete</a> • <a href="command-line-options.html#density">‑density</a> • <a href="command-line-options.html#depth">‑depth</a> • <a href="command-line-options.html#descend">‑descend</a> • <a href="command-line-options.html#deskew">‑deskew</a> • <a href="command-line-options.html#despeckle">‑despeckle</a> • <a href="command-line-options.html#direction">‑direction</a> • <a href="command-line-options.html#displace">‑displace</a> • <a href="command-line-options.html#display">‑display</a> • <a href="command-line-options.html#dispose">‑dispose</a> • <a href="command-line-options.html#dissimilarity-threshold">‑dissimilarity‑threshold</a> • <a href="command-line-options.html#dissolve">‑dissolve</a> • <a href="command-line-options.html#distort">‑distort</a> • <a href="command-line-options.html#distribute-cache">‑distribute‑cache</a> • <a href="command-line-options.html#dither">‑dither</a> • <a href="command-line-options.html#draw">‑draw</a> • <a href="command-line-options.html#duplicate">‑duplicate</a> • <a href="command-line-options.html#edge">‑edge</a> • <a href="command-line-options.html#emboss">‑emboss</a> • <a href="command-line-options.html#encipher">‑encipher</a> • <a href="command-line-options.html#encoding">‑encoding</a> • <a href="command-line-options.html#endian">‑endian</a> • <a href="command-line-options.html#enhance">‑enhance</a> • <a href="command-line-options.html#equalize">‑equalize</a> • <a href="command-line-options.html#evaluate">‑evaluate</a> • <a href="command-line-options.html#evaluate-sequence">‑evaluate‑sequence</a> • <a href="command-line-options.html#extent">‑extent</a> • <a href="command-line-options.html#extract">‑extract</a> • <a href="command-line-options.html#family">‑family</a> • <a href="command-line-options.html#features">‑features</a> • <a href="command-line-options.html#fft">‑fft</a> • <a href="command-line-options.html#fill">‑fill</a> • <a href="command-line-options.html#filter">‑filter</a> • <a href="command-line-options.html#flatten">‑flatten</a> • <a href="command-line-options.html#flip">‑flip</a> • <a href="command-line-options.html#floodfill">‑floodfill</a> • <a href="command-line-options.html#flop">‑flop</a> • <a href="command-line-options.html#font">‑font</a> • <a href="command-line-options.html#foreground">‑foreground</a> • <a href="command-line-options.html#format">‑format</a> • <a href="command-line-options.html#format_identify_">‑format[identify]</a> • <a href="command-line-options.html#frame">‑frame</a> • <a href="command-line-options.html#frame_import_">‑frame[import]</a> • <a href="command-line-options.html#function">‑function</a> • <a href="command-line-options.html#fuzz">‑fuzz</a> • <a href="command-line-options.html#fx">‑fx</a> • <a href="command-line-options.html#gamma">‑gamma</a> • <a href="command-line-options.html#gaussian-blur">‑gaussian‑blur</a> • <a href="command-line-options.html#geometry">‑geometry</a> • <a href="command-line-options.html#gravity">‑gravity</a> • <a href="command-line-options.html#grayscale">‑grayscale</a> • <a href="command-line-options.html#green-primary">‑green‑primary</a> • <a href="command-line-options.html#hald-clut">‑hald‑clut</a> • <a href="command-line-options.html#help">‑help</a> • <a href="command-line-options.html#highlight-color">‑highlight‑color</a> • <a href="command-line-options.html#hough-lines">‑hough‑lines</a> • <a href="command-line-options.html#iconGeometry">‑iconGeometry</a> • <a href="command-line-options.html#iconic">‑iconic</a> • <a href="command-line-options.html#identify">‑identify</a> • <a href="command-line-options.html#ift">‑ift</a> • <a href="command-line-options.html#immutable">‑immutable</a> • <a href="command-line-options.html#implode">‑implode</a> • <a href="command-line-options.html#insert">‑insert</a> • <a href="command-line-options.html#intensity">‑intensity</a> • <a href="command-line-options.html#intent">‑intent</a> • <a href="command-line-options.html#interlace">‑interlace</a> • <a href="command-line-options.html#interpolate">‑interpolate</a> • <a href="command-line-options.html#interline-spacing">‑interline‑spacing</a> • <a href="command-line-options.html#interword-spacing">‑interword‑spacing</a> • <a href="command-line-options.html#kerning">‑kerning</a> • <a href="command-line-options.html#kuwahara">‑kuwahara</a> • <a href="command-line-options.html#label">‑label</a> • <a href="command-line-options.html#lat">‑lat</a> • <a href="command-line-options.html#layers">‑layers</a> • <a href="command-line-options.html#level">‑level</a> • <a href="command-line-options.html#level-colors">‑level‑colors</a> • <a href="command-line-options.html#limit">‑limit</a> • <a href="command-line-options.html#linear-stretch">‑linear‑stretch</a> • <a href="command-line-options.html#linewidth">‑linewidth</a> • <a href="command-line-options.html#liquid-rescale">‑liquid‑rescale</a> • <a href="command-line-options.html#list">‑list</a> • <a href="command-line-options.html#log">‑log</a> • <a href="command-line-options.html#loop">‑loop</a> • <a href="command-line-options.html#lowlight-color">‑lowlight‑color</a> • <a href="command-line-options.html#magnify">‑magnify</a> • <a href="command-line-options.html#map">‑map</a> • <a href="command-line-options.html#map_stream_">‑map[stream]</a> • <a href="command-line-options.html#mattecolor">‑mattecolor</a> • <a href="command-line-options.html#median">‑median</a> • <a href="command-line-options.html#mean-shift">‑mean‑shift</a> • <a href="command-line-options.html#metric">‑metric</a> • <a href="command-line-options.html#mode">‑mode</a> • <a href="command-line-options.html#modulate">‑modulate</a> • <a href="command-line-options.html#moments">‑moments</a> • <a href="command-line-options.html#monitor">‑monitor</a> • <a href="command-line-options.html#monochrome">‑monochrome</a> • <a href="command-line-options.html#morph">‑morph</a> • <a href="command-line-options.html#morphology">‑morphology</a> • <a href="command-line-options.html#mosaic">‑mosaic</a> • <a href="command-line-options.html#motion-blur">‑motion‑blur</a> • <a href="command-line-options.html#name">‑name</a> • <a href="command-line-options.html#negate">‑negate</a> • <a href="command-line-options.html#noise">‑noise</a> • <a href="command-line-options.html#normalize">‑normalize</a> • <a href="command-line-options.html#opaque">‑opaque</a> • <a href="command-line-options.html#ordered-dither">‑ordered‑dither</a> • <a href="command-line-options.html#orient">‑orient</a> • <a href="command-line-options.html#page">‑page</a> • <a href="command-line-options.html#paint">‑paint</a> • <a href="command-line-options.html#path">‑path</a> • <a href="command-line-options.html#pause_animate_">‑pause[animate]</a> • <a href="command-line-options.html#pause_import_">‑pause[import]</a> • <a href="command-line-options.html#perceptible">‑perceptible</a> • <a href="command-line-options.html#ping">‑ping</a> • <a href="command-line-options.html#pointsize">‑pointsize</a> • <a href="command-line-options.html#polaroid">‑polaroid</a> • <a href="command-line-options.html#poly">‑poly</a> • <a href="command-line-options.html#posterize">‑posterize</a> • <a href="command-line-options.html#precision">‑precision</a> • <a href="command-line-options.html#preview">‑preview</a> • <a href="command-line-options.html#print">‑print</a> • <a href="command-line-options.html#process">‑process</a> • <a href="command-line-options.html#profile">‑profile</a> • <a href="command-line-options.html#quality">‑quality</a> • <a href="command-line-options.html#quantize">‑quantize</a> • <a href="command-line-options.html#quiet">‑quiet</a> • <a href="command-line-options.html#radial-blur">‑radial‑blur</a> • <a href="command-line-options.html#raise">‑raise</a> • <a href="command-line-options.html#random-threshold">‑random‑threshold</a> • <a href="command-line-options.html#read-mask">‑read‑mask</a> • <a href="command-line-options.html#red-primary">‑red‑primary</a> • <a href="command-line-options.html#regard-warnings">‑regard‑warnings</a> • <a href="command-line-options.html#region">‑region</a> • <a href="command-line-options.html#remap">‑remap</a> • <a href="command-line-options.html#remote">‑remote</a> • <a href="command-line-options.html#render">‑render</a> • <a href="command-line-options.html#repage">‑repage</a> • <a href="command-line-options.html#resample">‑resample</a> • <a href="command-line-options.html#resize">‑resize</a> • <a href="command-line-options.html#respect-parentheses">‑respect‑parentheses</a> • <a href="command-line-options.html#reverse">‑reverse</a> • <a href="command-line-options.html#roll">‑roll</a> • <a href="command-line-options.html#rotate">‑rotate</a> • <a href="command-line-options.html#sample">‑sample</a> • <a href="command-line-options.html#sampling-factor">‑sampling‑factor</a> • <a href="command-line-options.html#scale">‑scale</a> • <a href="command-line-options.html#scene">‑scene</a> • <a href="command-line-options.html#screen">‑screen</a> • <a href="command-line-options.html#seed">‑seed</a> • <a href="command-line-options.html#segment">‑segment</a> • <a href="command-line-options.html#selective-blur">‑selective‑blur</a> • <a href="command-line-options.html#separate">‑separate</a> • <a href="command-line-options.html#sepia-tone">‑sepia‑tone</a> • <a href="command-line-options.html#set">‑set</a> • <a href="command-line-options.html#shade">‑shade</a> • <a href="command-line-options.html#shadow">‑shadow</a> • <a href="command-line-options.html#shared-memory">‑shared‑memory</a> • <a href="command-line-options.html#sharpen">‑sharpen</a> • <a href="command-line-options.html#shave">‑shave</a> • <a href="command-line-options.html#shear">‑shear</a> • <a href="command-line-options.html#sigmoidal-contrast">‑sigmoidal‑contrast</a> • <a href="command-line-options.html#silent">‑silent</a> • <a href="command-line-options.html#similarity-threshold">‑similarity‑threshold</a> • <a href="command-line-options.html#size">‑size</a> • <a href="command-line-options.html#sketch">‑sketch</a> • <a href="command-line-options.html#smush">‑smush</a> • <a href="command-line-options.html#snaps">‑snaps</a> • <a href="command-line-options.html#solarize">‑solarize</a> • <a href="command-line-options.html#sparse-color">‑sparse‑color</a> • <a href="command-line-options.html#splice">‑splice</a> • <a href="command-line-options.html#spread">‑spread</a> • <a href="command-line-options.html#statistic">‑statistic</a> • <a href="command-line-options.html#stegano">‑stegano</a> • <a href="command-line-options.html#stereo">‑stereo</a> • <a href="command-line-options.html#storage-type">‑storage‑type</a> • <a href="command-line-options.html#stretch">‑stretch</a> • <a href="command-line-options.html#strip">‑strip</a> • <a href="command-line-options.html#stroke">‑stroke</a> • <a href="command-line-options.html#strokewidth">‑strokewidth</a> • <a href="command-line-options.html#style">‑style</a> • <a href="command-line-options.html#subimage-search">‑subimage‑search</a> • <a href="command-line-options.html#swap">‑swap</a> • <a href="command-line-options.html#swirl">‑swirl</a> • <a href="command-line-options.html#synchronize">‑synchronize</a> • <a href="command-line-options.html#taint">‑taint</a> • <a href="command-line-options.html#text-font">‑text‑font</a> • <a href="command-line-options.html#texture">‑texture</a> • <a href="command-line-options.html#threshold">‑threshold</a> • <a href="command-line-options.html#thumbnail">‑thumbnail</a> • <a href="command-line-options.html#tile">‑tile</a> • <a href="command-line-options.html#tile-offset">‑tile‑offset</a> • <a href="command-line-options.html#tint">‑tint</a> • <a href="command-line-options.html#title">‑title</a> • <a href="command-line-options.html#transform">‑transform</a> • <a href="command-line-options.html#transparent">‑transparent</a> • <a href="command-line-options.html#transparent-color">‑transparent‑color</a> • <a href="command-line-options.html#transpose">‑transpose</a> • <a href="command-line-options.html#transverse">‑transverse</a> • <a href="command-line-options.html#treedepth">‑treedepth</a> • <a href="command-line-options.html#trim">‑trim</a> • <a href="command-line-options.html#type">‑type</a> • <a href="command-line-options.html#undercolor">‑undercolor</a> • <a href="command-line-options.html#unique-colors">‑unique‑colors</a> • <a href="command-line-options.html#units">‑units</a> • <a href="command-line-options.html#unsharp">‑unsharp</a> • <a href="command-line-options.html#update">‑update</a> • <a href="command-line-options.html#verbose">‑verbose</a> • <a href="command-line-options.html#version">‑version</a> • <a href="command-line-options.html#view">‑view</a> • <a href="command-line-options.html#vignette">‑vignette</a> • <a href="command-line-options.html#virtual-pixel">‑virtual‑pixel</a> • <a href="command-line-options.html#visual">‑visual</a> • <a href="command-line-options.html#watermark">‑watermark</a> • <a href="command-line-options.html#wave">‑wave</a> • <a href="command-line-options.html#wavelet-denoise">‑wavelet‑denoise</a> • <a href="command-line-options.html#weight">‑weight</a> • <a href="command-line-options.html#white-point">‑white‑point</a> • <a href="command-line-options.html#white-threshold">‑white‑threshold</a> • <a href="command-line-options.html#window">‑window</a> • <a href="command-line-options.html#window-group">‑window‑group</a> • <a href="command-line-options.html#write">‑write</a> • <a href="command-line-options.html#write-mask">‑write‑mask</a> </p>
+<p class="text-center"><a href="command-line-options.html#adaptive-blur">‑adaptive‑blur</a> • <a href="command-line-options.html#adaptive-resize">‑adaptive‑resize</a> • <a href="command-line-options.html#adaptive-sharpen">‑adaptive‑sharpen</a> • <a href="command-line-options.html#adjoin">‑adjoin</a> • <a href="command-line-options.html#affine">‑affine</a> • <a href="command-line-options.html#alpha">‑alpha</a> • <a href="command-line-options.html#annotate">‑annotate</a> • <a href="command-line-options.html#antialias">‑antialias</a> • <a href="command-line-options.html#append">‑append</a> • <a href="command-line-options.html#attenuate">‑attenuate</a> • <a href="command-line-options.html#authenticate">‑authenticate</a> • <a href="command-line-options.html#auto-gamma">‑auto‑gamma</a> • <a href="command-line-options.html#auto-level">‑auto‑level</a> • <a href="command-line-options.html#auto-orient">‑auto‑orient</a> • <a href="command-line-options.html#backdrop">‑backdrop</a> • <a href="command-line-options.html#background">‑background</a> • <a href="command-line-options.html#bench">‑bench</a> • <a href="command-line-options.html#bias">‑bias</a> • <a href="command-line-options.html#black-point-compensation">‑black‑point‑compensation</a> • <a href="command-line-options.html#black-threshold">‑black‑threshold</a> • <a href="command-line-options.html#blend">‑blend</a> • <a href="command-line-options.html#blue-primary">‑blue‑primary</a> • <a href="command-line-options.html#blue-shift">‑blue‑shift</a> • <a href="command-line-options.html#blur">‑blur</a> • <a href="command-line-options.html#border">‑border</a> • <a href="command-line-options.html#bordercolor">‑bordercolor</a> • <a href="command-line-options.html#borderwidth">‑borderwidth</a> • <a href="command-line-options.html#brightness-contrast">‑brightness‑contrast</a> • <a href="command-line-options.html#cache">‑cache</a> • <a href="command-line-options.html#canny">‑canny</a> • <a href="command-line-options.html#caption">‑caption</a> • <a href="command-line-options.html#cdl">‑cdl</a> • <a href="command-line-options.html#channel">‑channel</a> • <a href="command-line-options.html#charcoal">‑charcoal</a> • <a href="command-line-options.html#channel-fx">‑channel‑fx</a> • <a href="command-line-options.html#chop">‑chop</a> • <a href="command-line-options.html#clamp">‑clamp</a> • <a href="command-line-options.html#clip">‑clip</a> • <a href="command-line-options.html#clip-mask">‑clip‑mask</a> • <a href="command-line-options.html#clip-path">‑clip‑path</a> • <a href="command-line-options.html#clone">‑clone</a> • <a href="command-line-options.html#clut">‑clut</a> • <a href="command-line-options.html#coalesce">‑coalesce</a> • <a href="command-line-options.html#colorize">‑colorize</a> • <a href="command-line-options.html#colormap">‑colormap</a> • <a href="command-line-options.html#color-matrix">‑color‑matrix</a> • <a href="command-line-options.html#colors">‑colors</a> • <a href="command-line-options.html#colorspace">‑colorspace</a> • <a href="command-line-options.html#combine">‑combine</a> • <a href="command-line-options.html#comment">‑comment</a> • <a href="command-line-options.html#compare">‑compare</a> • <a href="command-line-options.html#complex">‑complex</a> • <a href="command-line-options.html#compose">‑compose</a> • <a href="command-line-options.html#composite">‑composite</a> • <a href="command-line-options.html#compress">‑compress</a> • <a href="command-line-options.html#connected-components">‑connected‑components</a> • <a href="command-line-options.html#contrast">‑contrast</a> • <a href="command-line-options.html#contrast-stretch">‑contrast‑stretch</a> • <a href="command-line-options.html#convolve">‑convolve</a> • <a href="command-line-options.html#copy">‑copy</a> • <a href="command-line-options.html#crop">‑crop</a> • <a href="command-line-options.html#cycle">‑cycle</a> • <a href="command-line-options.html#debug">‑debug</a> • <a href="command-line-options.html#decipher">‑decipher</a> • <a href="command-line-options.html#deconstruct">‑deconstruct</a> • <a href="command-line-options.html#define">‑define</a> • <a href="command-line-options.html#delay">‑delay</a> • <a href="command-line-options.html#delete">‑delete</a> • <a href="command-line-options.html#density">‑density</a> • <a href="command-line-options.html#depth">‑depth</a> • <a href="command-line-options.html#descend">‑descend</a> • <a href="command-line-options.html#deskew">‑deskew</a> • <a href="command-line-options.html#despeckle">‑despeckle</a> • <a href="command-line-options.html#direction">‑direction</a> • <a href="command-line-options.html#displace">‑displace</a> • <a href="command-line-options.html#display">‑display</a> • <a href="command-line-options.html#dispose">‑dispose</a> • <a href="command-line-options.html#dissimilarity-threshold">‑dissimilarity‑threshold</a> • <a href="command-line-options.html#dissolve">‑dissolve</a> • <a href="command-line-options.html#distort">‑distort</a> • <a href="command-line-options.html#distribute-cache">‑distribute‑cache</a> • <a href="command-line-options.html#dither">‑dither</a> • <a href="command-line-options.html#draw">‑draw</a> • <a href="command-line-options.html#duplicate">‑duplicate</a> • <a href="command-line-options.html#edge">‑edge</a> • <a href="command-line-options.html#emboss">‑emboss</a> • <a href="command-line-options.html#encipher">‑encipher</a> • <a href="command-line-options.html#encoding">‑encoding</a> • <a href="command-line-options.html#endian">‑endian</a> • <a href="command-line-options.html#enhance">‑enhance</a> • <a href="command-line-options.html#equalize">‑equalize</a> • <a href="command-line-options.html#evaluate">‑evaluate</a> • <a href="command-line-options.html#evaluate-sequence">‑evaluate‑sequence</a> • <a href="command-line-options.html#extent">‑extent</a> • <a href="command-line-options.html#extract">‑extract</a> • <a href="command-line-options.html#family">‑family</a> • <a href="command-line-options.html#features">‑features</a> • <a href="command-line-options.html#fft">‑fft</a> • <a href="command-line-options.html#fill">‑fill</a> • <a href="command-line-options.html#filter">‑filter</a> • <a href="command-line-options.html#flatten">‑flatten</a> • <a href="command-line-options.html#flip">‑flip</a> • <a href="command-line-options.html#floodfill">‑floodfill</a> • <a href="command-line-options.html#flop">‑flop</a> • <a href="command-line-options.html#font">‑font</a> • <a href="command-line-options.html#foreground">‑foreground</a> • <a href="command-line-options.html#format">‑format</a> • <a href="command-line-options.html#format_identify_">‑format[identify]</a> • <a href="command-line-options.html#frame">‑frame</a> • <a href="command-line-options.html#frame_import_">‑frame[import]</a> • <a href="command-line-options.html#function">‑function</a> • <a href="command-line-options.html#fuzz">‑fuzz</a> • <a href="command-line-options.html#fx">‑fx</a> • <a href="command-line-options.html#gamma">‑gamma</a> • <a href="command-line-options.html#gaussian-blur">‑gaussian‑blur</a> • <a href="command-line-options.html#geometry">‑geometry</a> • <a href="command-line-options.html#gravity">‑gravity</a> • <a href="command-line-options.html#grayscale">‑grayscale</a> • <a href="command-line-options.html#green-primary">‑green‑primary</a> • <a href="command-line-options.html#hald-clut">‑hald‑clut</a> • <a href="command-line-options.html#help">‑help</a> • <a href="command-line-options.html#highlight-color">‑highlight‑color</a> • <a href="command-line-options.html#hough-lines">‑hough‑lines</a> • <a href="command-line-options.html#iconGeometry">‑iconGeometry</a> • <a href="command-line-options.html#iconic">‑iconic</a> • <a href="command-line-options.html#identify">‑identify</a> • <a href="command-line-options.html#ift">‑ift</a> • <a href="command-line-options.html#immutable">‑immutable</a> • <a href="command-line-options.html#implode">‑implode</a> • <a href="command-line-options.html#insert">‑insert</a> • <a href="command-line-options.html#intensity">‑intensity</a> • <a href="command-line-options.html#intent">‑intent</a> • <a href="command-line-options.html#interlace">‑interlace</a> • <a href="command-line-options.html#interpolate">‑interpolate</a> • <a href="command-line-options.html#interline-spacing">‑interline‑spacing</a> • <a href="command-line-options.html#interword-spacing">‑interword‑spacing</a> • <a href="command-line-options.html#kerning">‑kerning</a> • <a href="command-line-options.html#kuwahara">‑kuwahara</a> • <a href="command-line-options.html#label">‑label</a> • <a href="command-line-options.html#lat">‑lat</a> • <a href="command-line-options.html#layers">‑layers</a> • <a href="command-line-options.html#level">‑level</a> • <a href="command-line-options.html#level-colors">‑level‑colors</a> • <a href="command-line-options.html#limit">‑limit</a> • <a href="command-line-options.html#linear-stretch">‑linear‑stretch</a> • <a href="command-line-options.html#linewidth">‑linewidth</a> • <a href="command-line-options.html#liquid-rescale">‑liquid‑rescale</a> • <a href="command-line-options.html#list">‑list</a> • <a href="command-line-options.html#log">‑log</a> • <a href="command-line-options.html#loop">‑loop</a> • <a href="command-line-options.html#lowlight-color">‑lowlight‑color</a> • <a href="command-line-options.html#magnify">‑magnify</a> • <a href="command-line-options.html#map">‑map</a> • <a href="command-line-options.html#map_stream_">‑map[stream]</a> • <a href="command-line-options.html#mattecolor">‑mattecolor</a> • <a href="command-line-options.html#median">‑median</a> • <a href="command-line-options.html#mean-shift">‑mean‑shift</a> • <a href="command-line-options.html#metric">‑metric</a> • <a href="command-line-options.html#mode">‑mode</a> • <a href="command-line-options.html#modulate">‑modulate</a> • <a href="command-line-options.html#moments">‑moments</a> • <a href="command-line-options.html#monitor">‑monitor</a> • <a href="command-line-options.html#monochrome">‑monochrome</a> • <a href="command-line-options.html#morph">‑morph</a> • <a href="command-line-options.html#morphology">‑morphology</a> • <a href="command-line-options.html#mosaic">‑mosaic</a> • <a href="command-line-options.html#motion-blur">‑motion‑blur</a> • <a href="command-line-options.html#name">‑name</a> • <a href="command-line-options.html#negate">‑negate</a> • <a href="command-line-options.html#noise">‑noise</a> • <a href="command-line-options.html#normalize">‑normalize</a> • <a href="command-line-options.html#opaque">‑opaque</a> • <a href="command-line-options.html#ordered-dither">‑ordered‑dither</a> • <a href="command-line-options.html#orient">‑orient</a> • <a href="command-line-options.html#page">‑page</a> • <a href="command-line-options.html#paint">‑paint</a> • <a href="command-line-options.html#path">‑path</a> • <a href="command-line-options.html#pause_animate_">‑pause[animate]</a> • <a href="command-line-options.html#pause_import_">‑pause[import]</a> • <a href="command-line-options.html#perceptible">‑perceptible</a> • <a href="command-line-options.html#ping">‑ping</a> • <a href="command-line-options.html#pointsize">‑pointsize</a> • <a href="command-line-options.html#polaroid">‑polaroid</a> • <a href="command-line-options.html#poly">‑poly</a> • <a href="command-line-options.html#posterize">‑posterize</a> • <a href="command-line-options.html#precision">‑precision</a> • <a href="command-line-options.html#preview">‑preview</a> • <a href="command-line-options.html#print">‑print</a> • <a href="command-line-options.html#process">‑process</a> • <a href="command-line-options.html#profile">‑profile</a> • <a href="command-line-options.html#quality">‑quality</a> • <a href="command-line-options.html#quantize">‑quantize</a> • <a href="command-line-options.html#quiet">‑quiet</a> • <a href="command-line-options.html#radial-blur">‑radial‑blur</a> • <a href="command-line-options.html#raise">‑raise</a> • <a href="command-line-options.html#random-threshold">‑random‑threshold</a> • <a href="command-line-options.html#read-mask">‑read‑mask</a> • <a href="command-line-options.html#red-primary">‑red‑primary</a> • <a href="command-line-options.html#regard-warnings">‑regard‑warnings</a> • <a href="command-line-options.html#region">‑region</a> • <a href="command-line-options.html#remap">‑remap</a> • <a href="command-line-options.html#remote">‑remote</a> • <a href="command-line-options.html#render">‑render</a> • <a href="command-line-options.html#repage">‑repage</a> • <a href="command-line-options.html#resample">‑resample</a> • <a href="command-line-options.html#resize">‑resize</a> • <a href="command-line-options.html#respect-parentheses">‑respect‑parentheses</a> • <a href="command-line-options.html#reverse">‑reverse</a> • <a href="command-line-options.html#roll">‑roll</a> • <a href="command-line-options.html#rotate">‑rotate</a> • <a href="command-line-options.html#sample">‑sample</a> • <a href="command-line-options.html#sampling-factor">‑sampling‑factor</a> • <a href="command-line-options.html#scale">‑scale</a> • <a href="command-line-options.html#scene">‑scene</a> • <a href="command-line-options.html#screen">‑screen</a> • <a href="command-line-options.html#seed">‑seed</a> • <a href="command-line-options.html#segment">‑segment</a> • <a href="command-line-options.html#selective-blur">‑selective‑blur</a> • <a href="command-line-options.html#separate">‑separate</a> • <a href="command-line-options.html#sepia-tone">‑sepia‑tone</a> • <a href="command-line-options.html#set">‑set</a> • <a href="command-line-options.html#shade">‑shade</a> • <a href="command-line-options.html#shadow">‑shadow</a> • <a href="command-line-options.html#shared-memory">‑shared‑memory</a> • <a href="command-line-options.html#sharpen">‑sharpen</a> • <a href="command-line-options.html#shave">‑shave</a> • <a href="command-line-options.html#shear">‑shear</a> • <a href="command-line-options.html#sigmoidal-contrast">‑sigmoidal‑contrast</a> • <a href="command-line-options.html#silent">‑silent</a> • <a href="command-line-options.html#similarity-threshold">‑similarity‑threshold</a> • <a href="command-line-options.html#size">‑size</a> • <a href="command-line-options.html#sketch">‑sketch</a> • <a href="command-line-options.html#smush">‑smush</a> • <a href="command-line-options.html#snaps">‑snaps</a> • <a href="command-line-options.html#solarize">‑solarize</a> • <a href="command-line-options.html#sparse-color">‑sparse‑color</a> • <a href="command-line-options.html#splice">‑splice</a> • <a href="command-line-options.html#spread">‑spread</a> • <a href="command-line-options.html#statistic">‑statistic</a> • <a href="command-line-options.html#stegano">‑stegano</a> • <a href="command-line-options.html#stereo">‑stereo</a> • <a href="command-line-options.html#storage-type">‑storage‑type</a> • <a href="command-line-options.html#stretch">‑stretch</a> • <a href="command-line-options.html#strip">‑strip</a> • <a href="command-line-options.html#stroke">‑stroke</a> • <a href="command-line-options.html#strokewidth">‑strokewidth</a> • <a href="command-line-options.html#style">‑style</a> • <a href="command-line-options.html#subimage-search">‑subimage‑search</a> • <a href="command-line-options.html#swap">‑swap</a> • <a href="command-line-options.html#swirl">‑swirl</a> • <a href="command-line-options.html#synchronize">‑synchronize</a> • <a href="command-line-options.html#taint">‑taint</a> • <a href="command-line-options.html#text-font">‑text‑font</a> • <a href="command-line-options.html#texture">‑texture</a> • <a href="command-line-options.html#threshold">‑threshold</a> • <a href="command-line-options.html#thumbnail">‑thumbnail</a> • <a href="command-line-options.html#tile">‑tile</a> • <a href="command-line-options.html#tile-offset">‑tile‑offset</a> • <a href="command-line-options.html#tint">‑tint</a> • <a href="command-line-options.html#title">‑title</a> • <a href="command-line-options.html#transform">‑transform</a> • <a href="command-line-options.html#transparent">‑transparent</a> • <a href="command-line-options.html#transparent-color">‑transparent‑color</a> • <a href="command-line-options.html#transpose">‑transpose</a> • <a href="command-line-options.html#transverse">‑transverse</a> • <a href="command-line-options.html#treedepth">‑treedepth</a> • <a href="command-line-options.html#trim">‑trim</a> • <a href="command-line-options.html#type">‑type</a> • <a href="command-line-options.html#undercolor">‑undercolor</a> • <a href="command-line-options.html#unique-colors">‑unique‑colors</a> • <a href="command-line-options.html#units">‑units</a> • <a href="command-line-options.html#unsharp">‑unsharp</a> • <a href="command-line-options.html#update">‑update</a> • <a href="command-line-options.html#verbose">‑verbose</a> • <a href="command-line-options.html#version">‑version</a> • <a href="command-line-options.html#view">‑view</a> • <a href="command-line-options.html#vignette">‑vignette</a> • <a href="command-line-options.html#virtual-pixel">‑virtual‑pixel</a> • <a href="command-line-options.html#visual">‑visual</a> • <a href="command-line-options.html#watermark">‑watermark</a> • <a href="command-line-options.html#wave">‑wave</a> • <a href="command-line-options.html#wavelet-denoise">‑wavelet‑denoise</a> • <a href="command-line-options.html#weight">‑weight</a> • <a href="command-line-options.html#white-point">‑white‑point</a> • <a href="command-line-options.html#white-threshold">‑white‑threshold</a> • <a href="command-line-options.html#window">‑window</a> • <a href="command-line-options.html#window-group">‑window‑group</a> • <a href="command-line-options.html#write">‑write</a> • <a href="command-line-options.html#write-mask">‑write‑mask</a> </p>
<p class="lead magick-description">Below is list of command-line options recognized by the ImageMagick <a href="command-line-tools.html">command-line tools</a>. If you want a description of a particular option, click on the option name in the navigation bar above and you will go right to it. Unless otherwise noted, each option is recognized by the commands: <a href="convert.html">convert</a> and <a href="mogrify.html">mogrify</a>.</p>
<div style="margin: auto;">
>-matte</code> operation was the same as "<code><a href="command-line-options.html#alpha" >-alpha</a>
Set</code>" and not "<code><a href="command-line-options.html#alpha" >-alpha</a> On</code>". </p>
-<div style="margin: auto;">
- <h3 class="magick-header"><a id="alpha-color"></a>-alpha-color <var>color</var></h3>
-</div>
-
-<p class="magick-description">Specify the color to be used with the <a href="command-line-options.html#frame">-frame</a> option.</p>
-
-<p>The color is specified using the format described under the <a href="command-line-options.html#fill">-fill</a> option.</p>
-
-<p>The default matte color is <code>#BDBDBD</code>, <span
-style="background-color: #bdbdbd;">this shade of gray</span>.</p>
-
-<p>This is an IMv7 option, use <a href="command-line-options.html#mattecolor">mattecolor</a> with IMv6.</p>
-
-
<div style="margin: auto;">
<h3 class="magick-header"><a id="annotate"></a>
-annotate <var>degrees</var> <var>text</var><br />
in each case. <br/>
Note that 'BilinearForward' can generate invalid pixels
- which will be colored using the <a href="command-line-options.html#alpha-color" >-alpha-color</a>
+ which will be colored using the <a href="command-line-options.html#mattecolor" >-mattecolor</a>
color setting. Also if the quadrilateral becomes 'flipped' the image
may disappear. <br/>
Perspective Distorted images ensures that straight lines remain
straight, but the scale of the distorted image will vary. The horizon
is anti-aliased, and the 'sky' color may be set using the
- <a href="command-line-options.html#alpha-color" >-alpha-color</a> setting. </td>
+ <a href="command-line-options.html#mattecolor" >-mattecolor</a> setting. </td>
</tr>
<tr>
<p>If an image generates <i>invalid pixels</i>, such as the 'sky' in the last
example, <a href="command-line-options.html#distort" >-distort</a> will use the current <a
-href="command-line-options.html#alpha-color" >-alpha-color</a> setting for these pixels. If you do not
+href="command-line-options.html#mattecolor" >-mattecolor</a> setting for these pixels. If you do not
what these pixels to be visible, set the color to match the rest of the
ground. </p>
<p class="magick-description">Surround the image with a border or beveled frame.</p>
-<p>The color of the border is specified with the <a href="command-line-options.html#alpha-color"
->-alpha-color</a> command line option. </p>
+<p>The color of the border is specified with the <a href="command-line-options.html#mattecolor"
+>-mattecolor</a> command line option. </p>
<p>See <a href="command-line-processing.html#geometry">Image Geometry</a> for complete details about the <em class="arg">geometry</em> argument. The <var>size</var> portion of the <var>geometry</var> argument indicates the amount of extra width and
height that is added to the dimensions of the image. If no offsets are given
'<code>Over</code>' composition method. It generates an image of the appropriate
size with the current <a href="command-line-options.html#bordercolor">-bordercolor</a> setting, and then
draws the frame of four distinct colors close to the current <a
-href="command-line-options.html#alpha-color">-alpha-color</a>. The original image is then overlaid onto
+href="command-line-options.html#mattecolor">-mattecolor</a>. The original image is then overlaid onto
center of this image. This means that with the default compose method of
'<code>Over</code>' any transparent parts may be replaced by the current <a
href="command-line-options.html#bordercolor">-bordercolor</a> setting.</p>
<p>The default matte color is <code>#BDBDBD</code>, <span
style="background-color: #bdbdbd;">this shade of gray</span>.</p>
-<p>This is an IMv6 option, use <a href="command-line-options.html#alpha-color">-alpha-color</a> with IMv7.</p>
-
<div style="margin: auto;">
<h3 class="magick-header"><a id="maximum"></a>-maximum</h3>
</div>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:33 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
<p class="lead magick-description">The ImageMagick command-line <a href="command-line-tools.html">tools</a> can be as simple as this:</p>
<pre>
-convert image.jpg image.png
+magick image.jpg image.png
</pre>
<p>Or it can be complex with a plethora of <a href="command-line-processing.html#option">options</a>, as in the following:</p>
<pre>
-convert label.gif +matte \
+magick label.gif +matte \
\( +clone -shade 110x90 -normalize -negate +clone -compose Plus -composite \) \
\( -clone 0 -shade 110x50 -normalize -channel BG -fx 0 +channel -matte \) \
-delete 0 +swap -compose Multiply -composite button.gif");
<p>Given the complexity of the rendering, you might be surprised it is accomplished by a single command-line:</p>
<pre>
-convert -size 320x90 canvas:none -stroke snow4 -size 1x90 -tile gradient:white-snow4 \
+magick -size 320x90 canvas:none -stroke snow4 -size 1x90 -tile gradient:white-snow4 \
-draw 'roundrectangle 16, 5, 304, 85 20,40' +tile -fill snow \
-draw 'roundrectangle 264, 5, 304, 85 20,40' -tile gradient:chartreuse-green \
-draw 'roundrectangle 16, 5, 180, 85 20,40' -tile gradient:chartreuse1-chartreuse3 \
</p>
<pre>
-convert *.jpg images.gif
+magick *.jpg images.gif
</pre>
<h4>Explicit Image Format</h4>
</p>
<pre>
-convert -size 640x480 -depth 8 rgb:image image.png
+magick -size 640x480 -depth 8 rgb:image image.png
</pre>
<h4>Built-in Images and Patterns</h4>
</p>
<pre>
-convert -size 640x480 pattern:checkerboard checkerboard.png
+magick -size 640x480 pattern:checkerboard checkerboard.png
</pre>
<h4>STDIN, STDOUT, and file descriptors</h4>
</p>
<pre>
-convert logo: gif:- | display gif:-
+magick logo: gif:- | display gif:-
</pre>
<p>The second explicit format "<code>gif:</code>" is optional in the preceding example. The GIF image format has a unique signature within the image so ImageMagick's <a href="display.html">display</a> command can readily recognize the format as GIF. The <a href="convert.html">convert</a> program also accepts STDIN as input in this way:
</p>
<pre>
-convert rose: gif:- | convert - -resize "200%" bigrose.jpg'
+magick rose: gif:- | magick - -resize "200%" bigrose.jpg'
</pre>
<p>Other pipes can be accessed via their <var>file descriptors</var> (as of version 6.4.9-3). The file descriptors 0, 1, and 2 are reserved for the standard streams STDIN, STDOUT, and STDERR, respectively, but a pipe associated with a file descriptor number <var>N</var>>2 can be accessed using the pseudonym <code>fd:</code><var>N</var>. (The pseudonyms <code>fd:0</code> and <code>fd:1</code> can be used for STDIN and STDOUT.) The next example shows how to append image data piped from files with descriptors 3 and 4 and direct the result to the file with descriptor number 5.
</p>
<pre>
-convert fd:3 fd:4 -append fd:5
+magick fd:3 fd:4 -append fd:5
</pre>
<p>When needed, explicit image formats can be given as mentioned earlier, as in the following.
</p>
<pre>
-convert gif:fd:3 jpg:fd:4 -append tif:fd:5
+magick gif:fd:3 jpg:fd:4 -append tif:fd:5
</pre>
<h4>Selecting Frames</h4>
</p>
<pre>
-convert 'images.gif[0]' image.png
+magick 'images.gif[0]' image.png
</pre>
<p class="bg-info">Unix shells generally interpret brackets so we enclosed the filename in quotes above.
</p>
<pre>
-convert 'images.gif[0-3]' images.mng
+magick 'images.gif[0-3]' images.mng
</pre>
<p>Finally, you can read more than one image from a sequence, out-of-order. The next command gets the third image in the sequence, followed by the second, and then the fourth:
</p>
<pre>
-convert 'images.gif[3,2,4]' images.mng
+magick 'images.gif[3,2,4]' images.mng
</pre>
<p>Notice that in the last two commands, a single image is written. The output in this case, where the image type is MNG, is a multi-frame file because the MNG format supports multiple frames. Had the output format been JPG, which only supports single frames, the output would have consisted of separate frames. More about that below, in the section about the <a href="command-line-processing.html#output">Output Filename</a>.
</p>
<pre>
-convert -size 6000x4000 -depth 8 \
- 'rgb:image[600x400+1900+2900]' image.jpg
+magick -size 6000x4000 -depth 8 'rgb:image[600x400+1900+2900]' image.jpg
</pre>
<p>
</p>
<pre>
-convert -size 6000x4000 -depth 8 \
- -extract 600x400+1900+2900 rgb:image image.jpg
+magick -size 6000x4000 -depth 8 -extract 600x400+1900+2900 rgb:image image.jpg
</pre>
<h4>Inline Image Resize</h4>
</p>
<pre>
-convert '*.jpg' -resize 120x120 thumbnail%03d.png
+magick '*.jpg' -resize 120x120 thumbnail%03d.png
</pre>
<p>Here <var>all</var> the images are read and subsequently
</p>
<pre>
-convert '*.jpg[120x120]' thumbnail%03d.png
+magick '*.jpg[120x120]' thumbnail%03d.png
</pre>
<h4>Inline Image Crop</h4>
</p>
<pre>
-convert '*.jpg' -crop 120x120+10+5 thumbnail%03d.png
+magick '*.jpg' -crop 120x120+10+5 thumbnail%03d.png
</pre>
<p>Here <var>all</var> the images are read and subsequently cropped. It is faster and less resource-intensive to crop each image as it is read:
</p>
<pre>
-convert '*.jpg[120x120+10+5]' thumbnail%03d.png
+magick '*.jpg[120x120+10+5]' thumbnail%03d.png
</pre>
<p>We then expect this command:</p>
<pre>
-convert @myimages.txt mymovie.gif
+magick @myimages.txt mymovie.gif
</pre>
<p>to read the images <code>frame001.jpg</code>, <code>frame002.jpg</code>, and <code>frame003.jpg</code> and convert them to a GIF image sequence. </p>
the filename <code>image-%d.jpg[1-5]</code>. The command</p>
<pre>
-convert image-%d.jpg[1-5]
+magick image-%d.jpg[1-5]
</pre>
<p>causes ImageMagick to attempt to read images with these filenames:
<p>By default, the input stream is buffered. To ensure information on the source file or terminal is read as soon as its available, set the buffer size to 0:</p>
<pre>
-convert logo: gif:- | display -define stream:buffer-size=0 gif:-
+magick logo: gif:- | display -define stream:buffer-size=0 gif:-
</pre>
<h2 class="magick-header"><a id="option"></a>Command-line Options</h2>
is reset or the command-line terminates. The image settings include:</p>
<ul>
-<a href="command-line-options.html#adjoin">‑adjoin</a> • <a href="command-line-options.html#affine">‑affine</a> • <a href="command-line-options.html#alpha">‑alpha</a> • <a href="command-line-options.html#alpha-color">‑alpha‑color</a> • <a href="command-line-options.html#antialias">‑antialias</a> • <a href="command-line-options.html#authenticate">‑authenticate</a> • <a href="command-line-options.html#background">‑background</a> • <a href="command-line-options.html#bias">‑bias</a> • <a href="command-line-options.html#black-point-compensation">‑black‑point‑compensation</a> • <a href="command-line-options.html#blue-primary">‑blue‑primary</a> • <a href="command-line-options.html#bordercolor">‑bordercolor</a> • <a href="command-line-options.html#caption">‑caption</a> • <a href="command-line-options.html#channel">‑channel</a> • <a href="command-line-options.html#comment">‑comment</a> • <a href="command-line-options.html#compress">‑compress</a> • <a href="command-line-options.html#debug">‑debug</a> • <a href="command-line-options.html#define">‑define</a> • <a href="command-line-options.html#delay">‑delay</a> • <a href="command-line-options.html#density">‑density</a> • <a href="command-line-options.html#depth">‑depth</a> • <a href="command-line-options.html#direction">‑direction</a> • <a href="command-line-options.html#display">‑display</a> • <a href="command-line-options.html#dispose">‑dispose</a> • <a href="command-line-options.html#dither">‑dither</a> • <a href="command-line-options.html#encoding">‑encoding</a> • <a href="command-line-options.html#endian">‑endian</a> • <a href="command-line-options.html#extract">‑extract</a> • <a href="command-line-options.html#family">‑family</a> • <a href="command-line-options.html#fill">‑fill</a> • <a href="command-line-options.html#filter">‑filter</a> • <a href="command-line-options.html#font">‑font</a> • <a href="command-line-options.html#format">‑format</a> • <a href="command-line-options.html#fuzz">‑fuzz</a> • <a href="command-line-options.html#geometry">‑geometry</a> • <a href="command-line-options.html#gravity">‑gravity</a> • <a href="command-line-options.html#green-primary">‑green‑primary</a> • <a href="command-line-options.html#interlace">‑interlace</a> • <a href="command-line-options.html#intent">‑intent</a> • <a href="command-line-options.html#interpolate">‑interpolate</a> • <a href="command-line-options.html#label">‑label</a> • <a href="command-line-options.html#limit">‑limit</a> • <a href="command-line-options.html#linewidth">‑linewidth</a> • <a href="command-line-options.html#log">‑log</a> • <a href="command-line-options.html#loop">‑loop</a> • <a href="command-line-options.html#mattecolor">‑mattecolor</a> • <a href="command-line-options.html#monitor">‑monitor</a> • <a href="command-line-options.html#orient">‑orient</a> • <a href="command-line-options.html#page">‑page</a> • <a href="command-line-options.html#pointsize">‑pointsize</a> • <a href="command-line-options.html#preview">‑preview</a> • <a href="command-line-options.html#quality">‑quality</a> • <a href="command-line-options.html#quiet">‑quiet</a> • <a href="command-line-options.html#read-mask">‑read‑mask</a> • <a href="command-line-options.html#red-primary">‑red‑primary</a> • <a href="command-line-options.html#region">‑region</a> • <a href="command-line-options.html#render">‑render</a> • <a href="command-line-options.html#repage">‑repage</a> • <a href="command-line-options.html#sampling-factor">‑sampling‑factor</a> • <a href="command-line-options.html#scene">‑scene</a> • <a href="command-line-options.html#seed">‑seed</a> • <a href="command-line-options.html#size">‑size</a> • <a href="command-line-options.html#stretch">‑stretch</a> • <a href="command-line-options.html#stroke">‑stroke</a> • <a href="command-line-options.html#strokewidth">‑strokewidth</a> • <a href="command-line-options.html#style">‑style</a> • <a href="command-line-options.html#texture">‑texture</a> • <a href="command-line-options.html#tile">‑tile</a> • <a href="command-line-options.html#transparent-color">‑transparent‑color</a> • <a href="command-line-options.html#treedepth">‑treedepth</a> • <a href="command-line-options.html#type">‑type</a> • <a href="command-line-options.html#undercolor">‑undercolor</a> • <a href="command-line-options.html#units">‑units</a> • <a href="command-line-options.html#verbose">‑verbose</a> • <a href="command-line-options.html#virtual-pixel">‑virtual‑pixel</a> • <a href="command-line-options.html#weight">‑weight</a> • <a href="command-line-options.html#write-mask">‑write‑mask</a> </ul>
+<a href="command-line-options.html#adjoin">‑adjoin</a> • <a href="command-line-options.html#affine">‑affine</a> • <a href="command-line-options.html#alpha">‑alpha</a> • <a href="command-line-options.html#antialias">‑antialias</a> • <a href="command-line-options.html#authenticate">‑authenticate</a> • <a href="command-line-options.html#background">‑background</a> • <a href="command-line-options.html#bias">‑bias</a> • <a href="command-line-options.html#black-point-compensation">‑black‑point‑compensation</a> • <a href="command-line-options.html#blue-primary">‑blue‑primary</a> • <a href="command-line-options.html#bordercolor">‑bordercolor</a> • <a href="command-line-options.html#caption">‑caption</a> • <a href="command-line-options.html#channel">‑channel</a> • <a href="command-line-options.html#comment">‑comment</a> • <a href="command-line-options.html#compress">‑compress</a> • <a href="command-line-options.html#debug">‑debug</a> • <a href="command-line-options.html#define">‑define</a> • <a href="command-line-options.html#delay">‑delay</a> • <a href="command-line-options.html#density">‑density</a> • <a href="command-line-options.html#depth">‑depth</a> • <a href="command-line-options.html#direction">‑direction</a> • <a href="command-line-options.html#display">‑display</a> • <a href="command-line-options.html#dispose">‑dispose</a> • <a href="command-line-options.html#dither">‑dither</a> • <a href="command-line-options.html#encoding">‑encoding</a> • <a href="command-line-options.html#endian">‑endian</a> • <a href="command-line-options.html#extract">‑extract</a> • <a href="command-line-options.html#family">‑family</a> • <a href="command-line-options.html#fill">‑fill</a> • <a href="command-line-options.html#filter">‑filter</a> • <a href="command-line-options.html#font">‑font</a> • <a href="command-line-options.html#format">‑format</a> • <a href="command-line-options.html#fuzz">‑fuzz</a> • <a href="command-line-options.html#geometry">‑geometry</a> • <a href="command-line-options.html#gravity">‑gravity</a> • <a href="command-line-options.html#green-primary">‑green‑primary</a> • <a href="command-line-options.html#interlace">‑interlace</a> • <a href="command-line-options.html#intent">‑intent</a> • <a href="command-line-options.html#interpolate">‑interpolate</a> • <a href="command-line-options.html#label">‑label</a> • <a href="command-line-options.html#limit">‑limit</a> • <a href="command-line-options.html#linewidth">‑linewidth</a> • <a href="command-line-options.html#log">‑log</a> • <a href="command-line-options.html#loop">‑loop</a> • <a href="command-line-options.html#mattecolor">‑mattecolor</a> • <a href="command-line-options.html#monitor">‑monitor</a> • <a href="command-line-options.html#orient">‑orient</a> • <a href="command-line-options.html#page">‑page</a> • <a href="command-line-options.html#pointsize">‑pointsize</a> • <a href="command-line-options.html#preview">‑preview</a> • <a href="command-line-options.html#quality">‑quality</a> • <a href="command-line-options.html#quiet">‑quiet</a> • <a href="command-line-options.html#read-mask">‑read‑mask</a> • <a href="command-line-options.html#red-primary">‑red‑primary</a> • <a href="command-line-options.html#region">‑region</a> • <a href="command-line-options.html#render">‑render</a> • <a href="command-line-options.html#repage">‑repage</a> • <a href="command-line-options.html#sampling-factor">‑sampling‑factor</a> • <a href="command-line-options.html#scene">‑scene</a> • <a href="command-line-options.html#seed">‑seed</a> • <a href="command-line-options.html#size">‑size</a> • <a href="command-line-options.html#stretch">‑stretch</a> • <a href="command-line-options.html#stroke">‑stroke</a> • <a href="command-line-options.html#strokewidth">‑strokewidth</a> • <a href="command-line-options.html#style">‑style</a> • <a href="command-line-options.html#texture">‑texture</a> • <a href="command-line-options.html#tile">‑tile</a> • <a href="command-line-options.html#transparent-color">‑transparent‑color</a> • <a href="command-line-options.html#treedepth">‑treedepth</a> • <a href="command-line-options.html#type">‑type</a> • <a href="command-line-options.html#undercolor">‑undercolor</a> • <a href="command-line-options.html#units">‑units</a> • <a href="command-line-options.html#verbose">‑verbose</a> • <a href="command-line-options.html#virtual-pixel">‑virtual‑pixel</a> • <a href="command-line-options.html#weight">‑weight</a> • <a href="command-line-options.html#write-mask">‑write‑mask</a> </ul>
<p>In this example, <var>-channel</var> applies to each of the images, since, as we mentioned, settings persist:
</p>
<pre>
-convert -channel RGB wand.png wizard.png images.png
+magick -channel RGB wand.png wizard.png images.png
</pre>
<h4 class="magick-header"><a id="operator"></a>Image Operator</h4>
<p>In this example, <var>-negate</var> negates the wand image but not the wizard:</p>
<pre>
-convert wand.png -negate wizard.png images.png
+magick wand.png -negate wizard.png images.png
</pre>
<h4 class="magick-header"><a id="channel"></a>Image Channel Operator</h4>
<p>In this example, <var>-append</var> appends three images into one:</p>
<pre>
-convert mikayla.png picnic.png beach.png -append vacation.png
+magick mikayla.png picnic.png beach.png -append vacation.png
</pre>
<h4 class="magick-header"><a id="geometry"></a>Image Geometry</h4>
</p>
<pre>
-convert logo: -resize '200%' bigWiz.png
-convert logo: -resize '200x50%' longShortWiz.png
-convert logo: -resize '100x200' notThinWiz.png
-convert logo: -resize '100x200^' biggerNotThinWiz.png
-convert logo: -resize '100x200!' dochThinWiz.png
+magick logo: -resize '200%' bigWiz.png
+magick logo: -resize '200x50%' longShortWiz.png
+magick logo: -resize '100x200' notThinWiz.png
+magick logo: -resize '100x200^' biggerNotThinWiz.png
+magick logo: -resize '100x200!' dochThinWiz.png
</pre>
<p>The first of the four commands is simple—it stretches both the width and height of the input image by <code>200%</code> in each direction; it magnifies the whole thing by a factor of two. The second command specifies different percentages for each direction, stretching the width to <code>200</code>% and squashing the height to <code>50%</code>. The resulting image (in this example) has dimensions 1280x240. Notice that the percent symbol needn't be repeated; the following are equivalent: <code>200x50%</code>, <code>200%x50</code>, <code>200%x50%</code>.
</p>
<pre>
-convert logo: -resize '100' wiz1.png
-convert logo: -resize 'x200' wiz2.png
-convert logo: -resize '100x200>' wiz3.png
-convert logo: -resize '100x200<' wiz4.png
+magick logo: -resize '100' wiz1.png
+magick logo: -resize 'x200' wiz2.png
+magick logo: -resize '100x200>' wiz3.png
+magick logo: -resize '100x200<' wiz4.png
</pre>
<p>If only one dimension is given it is taken to be the width. When only the width is specified, as in the first example above, the width is accepted as given and the height is chosen to maintain the aspect ratio of the input image. Similarly, if only the height is specified, as in the second example above, the height is accepted and the width is chosen to maintain the aspect ratio.</p>
<p>Finally, use <code>@</code> to specify the maximum area in pixels of an image, again while attempting to preserve aspect ratio. (Pixels take only integer values, so some approximation is always at work.) In the following example, an area of 10000 pixels is requested. The resulting file has dimensions 115x86, which has 9890 pixels. </p>
<pre>
-convert logo: -resize '10000@' wiz10000.png
+magick logo: -resize '10000@' wiz10000.png
</pre>
<p class="bg-info">In all the examples above and below, we have enclosed the <var>geometry</var> arguments within quotation marks. Doing so is optional in many cases, but not always. We <var>must</var> enclose the geometry specifications in quotation marks when using <code><</code> or <code>></code> to prevent these characters from being interpreted by the shell as <var>file redirection</var>. On Windows systems, the carat <code>^</code> needs to be within quotes, else it is ignored. To be safe, one should probably maintain a habit of enclosing all <var>geometry</var> arguments in quotes, as we have here.
</p>
<pre>
-convert logo: -region '100x200+10+20' -negate wizNeg1.png
-convert logo: -region '100x200-10+20' -negate wizNeg2.png
-convert logo: -gravity center -region '100x200-10+20' \
- -negate wizNeg3.png
+magick logo: -region '100x200+10+20' -negate wizNeg1.png
+magick logo: -region '100x200-10+20' -negate wizNeg2.png
+magick logo: -gravity center -region '100x200-10+20' -negate wizNeg3.png
</pre>
<p>Note that offsets always require +/− signs. The offset is not actually a true location within the image; its coordinates must be added to some other location. Let's refer to that as the <var>current location</var>. In the first two examples above, though, that location is the upper-left hand corner of the image, which has coordinates (0,0). (That is the default situation when there are no other directives given to change it.) The first example above puts the <code>100x200</code> rectangle's own upper-left corner at (10,20). </p>
<p>In school, your teacher probably permitted you to work on problems on a scrap of paper and then copy the results to your test paper. An image stack is similar. It permits you to work on an image or image sequence in isolation and subsequently introduce the results back into the command-line. The image stack is delineated with parenthesis. Image operators only affect images in the current stack. For example, we can limit the image rotation to just the wizard image like this:</p>
<pre>
-convert wand.gif \( wizard.gif -rotate 30 \) +append images.gif
+magick wand.gif \( wizard.gif -rotate 30 \) +append images.gif
</pre>
</p>
<pre>
-convert image.jpg rgb:image
+magick image.jpg rgb:image
</pre>
</p>
<pre>
-convert logo: gif:- | display gif:-
+magick logo: gif:- | display gif:-
</pre>
<p>Here the explicit format is optional. The GIF image format has a signature that uniquely identifies it so ImageMagick can readily recognize the format as GIF.</p>
</p>
<pre>
-convert rose: -set filename:area '%wx%h' 'rose-%[filename:area].png'
+magick rose: -set filename:area '%wx%h' 'rose-%[filename:area].png'
</pre>
<p>writes an image with this filename:
<p>Finally to convert multiple JPEG images to individual PDF pages, use:</p>
<pre>
- convert *.jpg +adjoin page-%d.pdf
+magick *.jpg +adjoin page-%d.pdf
</pre>
<h4>Stream Buffering</h4>
<p>By default, the output stream is buffered. To ensure information appears on the destination file or terminal as soon as written, set the buffer size to 0:</p>
<pre>
-convert -define stream:buffer-size=0 logo: gif:- | display gif:-
+magick -define stream:buffer-size=0 logo: gif:- | display gif:-
</pre>
</div>
<footer class="magick-footer">
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:33 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
<div class="container">
<div class="magick-header">
-<p class="lead magick-description">ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as <a href="http://www.gimp.org">gimp</a> or <a href="http://www.adobe.com">Photoshop</a>. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.</p>
+<p class="lead magick-description">ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as Gimp or Photoshop. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.</p>
<p>The ImageMagick <a href="command-line-processing.html">command-line</a> tools exit with a status of 0 if the command line arguments have a proper syntax and no problems are encountered. Expect a descriptive message and an exit status of 1 if any exception occurs such as improper syntax, a problem reading or writing an image, or any other problem that prevents the command from completing successfully.</p>
<p>Here is a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves. If you are just getting acquainted with ImageMagick, start with the <a href="command-line-tools.html#magick">magick</a> program. Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to <a href="https://www.imagemagick.org/Usage/">create, edit, compose, or convert</a> images from the command-line.</p>
+<dl class="dl-horizontal">
+ <dt><a id="magick"></a><a href="magick.html">magick</a></dt><dd>convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.</dd>
+ <dt><a id="magick-script"></a><a href="magick-script.html">magick-script</a></dt><dd>use this scripting language interpreter to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.</dd>
+</dl>
+<p>We also support tools for compatibility with ImageMagick <a href="http://legacy.imagemagick.org">version 6</a>:</p>
<dl class="dl-horizontal">
<dt><a href="animate.html">animate</a></dt><dd>animate an image sequence on any X server.</dd>
<dt><a id="compare"></a><a href="compare.html">compare</a></dt><dd>mathematically and visually annotate the difference between an image and its reconstruction.</dd>
<dt><a id="display"></a><a href="display.html">display</a></dt><dd>display an image or image sequence on any X server.</dd>
<dt><a id="identify"></a><a href="identify.html">identify</a></dt><dd>describe the format and characteristics of one or more image files.</dd>
<dt><a id="import"></a><a href="import.html">import</a></dt><dd>save any visible window on an X server and outputs it as an image file. You can capture a single window, the entire screen, or any rectangular portion of the screen.</dd>
- <dt><a id="magick"></a><a href="magick.html">magick</a></dt><dd>convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.</dd>
- <dt><a id="magick-script"></a><a href="magick-script.html">magick-script</a></dt><dd>use this scripting language convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.</dd>
<dt><a id="mogrify"></a><a href="mogrify.html">mogrify</a></dt><dd>resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. Mogrify overwrites the original image file, whereas, <a href="convert.html">convert</a> writes to a different image file.</dd>
<dt><a id="montage"></a><a href="montage.html">montage</a></dt><dd>create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.</dd>
<dt><a id="stream"></a><a href="stream.html">stream</a></dt><dd>a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats. It writes the pixel components as they are read from the input image a row at a time making <code>stream</code> desirable when working with large images or when you require raw pixel components.</dd>
</dl>
+<p>If these tools are not available, you can simply append them to the <code>magick</code> tool like this:</p>
+<pre>
+magick convert logo: logo.jpg
+</pre>
</div>
<footer class="magick-footer">
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:33 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:33 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:39 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:47 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:48 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:02 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:33 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:36 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:32 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:02 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</tr>
<tr>
- <td>ImageMagick-7.0.4-8.x86_64.rpm</td>
- <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.4-8.x86_64.rpm">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.4-8.x86_64.rpm">download</a></td>
+ <td>ImageMagick-7.0.5-0.x86_64.rpm</td>
+ <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.5-0.x86_64.rpm">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.5-0.x86_64.rpm">download</a></td>
<td>Redhat / CentOS 7.1 x86_64 RPM</td>
</tr>
<tr>
- <td>ImageMagick-libs-7.0.4-8.x86_64.rpm</td>
- <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.4-8.x86_64.rpm">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-libs-7.0.4-8.x86_64.rpm">download</a></td>
+ <td>ImageMagick-libs-7.0.5-0.x86_64.rpm</td>
+ <td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.5-0.x86_64.rpm">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-libs-7.0.5-0.x86_64.rpm">download</a></td>
<td>Redhat / CentOS 7.1 x86_64 RPM</td>
</tr>
<p>ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-7.0.4-8.x86_64.rpm</span></pre><p>You'll need the libraries as well:</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-libs-7.0.4-8.x86_64.rpm</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-7.0.5-0.x86_64.rpm</span></pre><p>You'll need the libraries as well:</p>
+<pre><span class="crtprompt"> </span><span class='crtin'>rpm -Uvh ImageMagick-libs-7.0.5-0.x86_64.rpm</span></pre>
<p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
<pre>
<p>Set the <code>MAGICK_HOME</code> environment variable to the path where you extracted the ImageMagick files. For example:</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.4"</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.5"</span></pre>
<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>
<pre>
</tr>
<tr>
- <td>ImageMagick-x86_64-apple-darwin15.6.0.tar.gz</td>
- <td><a href="https://www.imagemagick.org/download/binaries/ImageMagick-x86_64-apple-darwin15.6.0.tar.gz">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-x86_64-apple-darwin15.6.0.tar.gz">download</a></td>
- <td>Mac OS X El Capitan</td>
+ <td>ImageMagick-x86_64-apple-darwin16.4.0.tar.gz</td>
+ <td><a href="https://www.imagemagick.org/download/binaries/ImageMagick-x86_64-apple-darwin16.4.0.tar.gz">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-x86_64-apple-darwin16.4.0.tar.gz">download</a></td>
+ <td>MacOS Sierra</td>
</tr>
</table></div>
<p>Set the <code>MAGICK_HOME</code> environment variable to the path where you extracted the ImageMagick files. For example:</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.4"</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.5"</span></pre>
<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>
<pre>
<pre>
./imagemagick_compile.sh <var>VERSION</var>
</pre>
-<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.0.4-8, svn, ...)</p>
+<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.0.5-0, svn, ...)</p>
<p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p>
<ul>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-Q16-x64-dll.exe</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-Q16-x64-dll.exe">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-Q16-x64-dll.exe">download</a></td>
+ <td>ImageMagick-7.0.5-0-Q16-x64-dll.exe</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-Q16-x64-dll.exe">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-Q16-x64-dll.exe">download</a></td>
<td>Win64 dynamic at 16 bits-per-pixel component</td>
</tr>
</table></div>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-Q16-x64-static.exe</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-Q16-x64-static.exe">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-Q16-x64-static.exe">download</a></td>
+ <td>ImageMagick-7.0.5-0-Q16-x64-static.exe</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-Q16-x64-static.exe">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-Q16-x64-static.exe">download</a></td>
<td>Win64 static at 16 bits-per-pixel component</td>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-Q8-x64-dll.exe</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-Q8-x64-dll.exe">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-Q8-x64-dll.exe">download</a></td>
+ <td>ImageMagick-7.0.5-0-Q8-x64-dll.exe</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-Q8-x64-dll.exe">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-Q8-x64-dll.exe">download</a></td>
<td>Win64 dynamic at 8 bits-per-pixel component</td>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-Q8-x64-static.exe</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-Q8-x64-static.exe">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-Q8-x64-static.exe">download</a></td>
+ <td>ImageMagick-7.0.5-0-Q8-x64-static.exe</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-Q8-x64-static.exe">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-Q8-x64-static.exe">download</a></td>
<td>Win64 static at 8 bits-per-pixel component</td>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-Q16-HDRI-x64-dll.exe</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-Q16-HDRI-x64-dll.exe">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-Q16-HDRI-x64-dll.exe">download</a></td>
+ <td>ImageMagick-7.0.5-0-Q16-HDRI-x64-dll.exe</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-Q16-HDRI-x64-dll.exe">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-Q16-HDRI-x64-dll.exe">download</a></td>
<td>Win64 dynamic at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-Q16-HDRI-x64-static.exe</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-Q16-HDRI-x64-static.exe">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-Q16-HDRI-x64-static.exe">download</a></td>
+ <td>ImageMagick-7.0.5-0-Q16-HDRI-x64-static.exe</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-Q16-HDRI-x64-static.exe">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-Q16-HDRI-x64-static.exe">download</a></td>
<td>Win64 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-Q16-x86-dll.exe</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-Q16-x86-dll.exe">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-Q16-x86-dll.exe">download</a></td>
+ <td>ImageMagick-7.0.5-0-Q16-x86-dll.exe</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-Q16-x86-dll.exe">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-Q16-x86-dll.exe">download</a></td>
<td>Win32 dynamic at 16 bits-per-pixel component</td>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-Q16-x86-static.exe</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-Q16-x86-static.exe">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-Q16-x86-static.exe">download</a></td>
+ <td>ImageMagick-7.0.5-0-Q16-x86-static.exe</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-Q16-x86-static.exe">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-Q16-x86-static.exe">download</a></td>
<td>Win32 static at 16 bits-per-pixel component</td>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-Q8-x86-dll.exe</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-Q8-x86-dll.exe">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-Q8-x86-dll.exe">download</a></td>
+ <td>ImageMagick-7.0.5-0-Q8-x86-dll.exe</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-Q8-x86-dll.exe">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-Q8-x86-dll.exe">download</a></td>
<td>Win32 dynamic at 8 bits-per-pixel component</td>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-Q8-x86-static.exe</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-Q8-x86-static.exe">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-Q8-x86-static.exe">download</a></td>
+ <td>ImageMagick-7.0.5-0-Q8-x86-static.exe</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-Q8-x86-static.exe">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-Q8-x86-static.exe">download</a></td>
<td>Win32 static at 8 bits-per-pixel component</td>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-Q16-HDRI-x86-dll.exe</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-Q16-HDRI-x86-dll.exe">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-Q16-HDRI-x86-dll.exe">download</a></td>
+ <td>ImageMagick-7.0.5-0-Q16-HDRI-x86-dll.exe</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-Q16-HDRI-x86-dll.exe">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-Q16-HDRI-x86-dll.exe">download</a></td>
<td>Win32 dynamic at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-Q16-HDRI-x86-static.exe</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-Q16-HDRI-x86-static.exe">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-Q16-HDRI-x86-static.exe">download</a></td>
+ <td>ImageMagick-7.0.5-0-Q16-HDRI-x86-static.exe</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-Q16-HDRI-x86-static.exe">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-Q16-HDRI-x86-static.exe">download</a></td>
<td>Win32 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-portable-Q16-x86.zip</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-portable-Q16-x86.zip">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-portable-Q16-x86.zip">download</a></td>
+ <td>ImageMagick-7.0.5-0-portable-Q16-x86.zip</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-portable-Q16-x86.zip">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-portable-Q16-x86.zip">download</a></td>
<td>Portable Win32 static at 16 bits-per-pixel component. Just copy to your host and run (no installer, no Windows registry entries).</td>
</tr>
<tr>
- <td>ImageMagick-7.0.4-8-portable-Q16-x64.zip</td>
- <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.4-8-portable-Q16-x64.zip">download</a></td>
- <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.4-8-portable-Q16-x64.zip">download</a></td>
+ <td>ImageMagick-7.0.5-0-portable-Q16-x64.zip</td>
+ <td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.5-0-portable-Q16-x64.zip">download</a></td>
+ <td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.5-0-portable-Q16-x64.zip">download</a></td>
<td>Portable Win64 static at 16 bits-per-pixel component. Just copy to your host and run (no installer, no Windows registry entries).</td>
</tr>
</table></div>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:34 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:55 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:26 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:49 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:30 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:26 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 13:17 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
<td>By default the BMP format is version 4. Use BMP3 and BMP2 to write versions 3 and 2 respectively.</td>
</tr>
+ <tr>
+ <td><a href="http://en.wikipedia.org/wiki/Braille_ASCII">BRF</a></td>
+ <td>W</td>
+ <td>Braille Ready Format</td>
+ <td>Uses juxtaposition of 6-dot braille patterns (thus 6x2 dot matrices) to reproduce images, using the BRF ASCII Braille encoding.</td>
+ </tr>
+
<tr>
<td><a href="http://www.fileformat.info/format/cals/egff.htm">CALS</a></td>
<td>R</td>
<td>The inline image look similar to <code>inline:data:;base64,/9j/4AAQSk...knrn//2Q==</code>. If the inline image exceeds 5000 characters, reference it from a file (e.g. <code>inline:inline.txt</code>). You can also write a base64-encoded image. Embed the mime type in the filename, for example, <code>convert myimage inline:jpeg:myimage.txt</code>.</td>
</tr>
+ <tr>
+ <td><a href="https://www.iso.org/obp/ui/#iso:std:iso:tr:11548:-1">ISOBRL</a></td>
+ <td>W</td>
+ <td>ISO/TR 11548-1 BRaiLle</td>
+ <td>Uses juxtaposition of 8-dot braille patterns (thus 8x2 dot matrices) to reproduce images, using the ISO/TR 11548-1 Braille encoding.</td>
+ </tr>
+
+ <tr>
+ <td><a href="https://www.iso.org/obp/ui/#iso:std:iso:tr:11548:-1">ISOBRL6</a></td>
+ <td>W</td>
+ <td>ISO/TR 11548-1 BRaiLle 6 dots</td>
+ <td>Uses juxtaposition of 6-dot braille patterns (thus 6x2 dot matrices) to reproduce images, using the ISO/TR 11548-1 Braille encoding.</td>
+ </tr>
+
<tr>
<td>JBIG</td>
<td>RW</td>
<td>Use <a href="command-line-options.html#define">-define</a> to specify the color compliance (e.g. <code>-define txt:compliance=css</code>).</td>
</tr>
+ <tr>
+ <td><a href="http://www.unicode.org/charts/PDF/U2800.pdf">UBRL</a></td>
+ <td>W</td>
+ <td>Unicode BRaiLle</td>
+ <td>Uses juxtaposition of 8-dot braille patterns (thus 8x2 dot matrices) to reproduce images, using the Unicode Braille encoding.</td>
+ </tr>
+
+ <tr>
+ <td><a href="http://www.unicode.org/charts/PDF/U2800.pdf">UBRL6</a></td>
+ <td>W</td>
+ <td>Unicode BRaiLle 6 dots</td>
+ <td>Uses juxtaposition of 6-dot braille patterns (thus 6x2 dot matrices) to reproduce images, using the Unicode Braille encoding.</td>
+ </tr>
+
<tr>
<td>UIL</td>
<td>W</td>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:35 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:33 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:02 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:38 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 13:20 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:26 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:34 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:43 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
<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://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>
-<p>The current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.4-8</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>
+<p>The current release is ImageMagick <a href="https://www.imagemagick.org/script/download.html">7.0.5-0</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>
<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>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:32 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:24 -->
\ No newline at end of file
<p>Next configure and compile ImageMagick:</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.4</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>./configure</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>make</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>./configure</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>make</span></pre>
<p>If ImageMagick configured and compiled without complaint, you are ready to install it on your system. Administrator privileges are required to install. To install, type</p>
<pre>
unzip ImageMagick-windows.zip
</pre>
-<p>Next, launch your Visual Studio IDE and choose <kbd>Open->Project</kbd>. Select the configure workspace from the <kbd>ImageMagick-7.0.4/VisualMagick/configure</kbd> folder and press Open. Choose <kbd>Build->Build Solution</kbd>
+<p>Next, launch your Visual Studio IDE and choose <kbd>Open->Project</kbd>. Select the configure workspace from the <kbd>ImageMagick-7.0.5/VisualMagick/configure</kbd> folder and press Open. Choose <kbd>Build->Build Solution</kbd>
to compile the program and on completion run the program.</p>
<p><img class="img-responsive center-block" src="../images/configure.jpg" alt="[configure]" /></p>
-<p>Press <kbd>Next</kbd> and click on the multi-threaded static build. If you are using the Visual Studio 6.0 IDE, make sure no check is next to the <var>Generate Visual Studio 7</var> format option. Now press, on <kbd>Next</kbd> twice and finally <kbd>Finish</kbd>. The configuration utility just created a workspace required to build ImageMagick from source. Choose <kbd>Open->Project</kbd> and select the VisualStaticMT workspace from the <kbd>ImageMagick-7.0.4/VisualMagick/</kbd> folder. Finally, choose <kbd>Build->Build Solution</kbd> to compile and build the ImageMagick distribution.</p>
+<p>Press <kbd>Next</kbd> and click on the multi-threaded static build. If you are using the Visual Studio 6.0 IDE, make sure no check is next to the <var>Generate Visual Studio 7</var> format option. Now press, on <kbd>Next</kbd> twice and finally <kbd>Finish</kbd>. The configuration utility just created a workspace required to build ImageMagick from source. Choose <kbd>Open->Project</kbd> and select the VisualStaticMT workspace from the <kbd>ImageMagick-7.0.5/VisualMagick/</kbd> folder. Finally, choose <kbd>Build->Build Solution</kbd> to compile and build the ImageMagick distribution.</p>
<p>To verify ImageMagick is working properly, launch a MS-DOS Command Prompt window and type</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.4</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>convert logo: image.jpg</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5</span><span class='crtout'><br/></span><span class="crtprompt"> </span><span class='crtin'>convert logo: image.jpg</span></pre>
<p>For a more comprehensive test, run the ImageMagick validation suite:</p>
<pre>
<p>Congratulations, you have a working ImageMagick distribution under Windows and you are ready to use ImageMagick to <a href="https://www.imagemagick.org/Usage/">convert, compose, or edit</a> your images or perhaps you'll want to use one of the <a href="develop.html">Application Program Interfaces</a> for C, C++, Perl, and others.</p>
-<p>The above instructions will satisfy a great number of ImageMagick users, but we suspect a few will have additional questions or problems to consider. For example, what does one do if ImageMagick fails to configure or compile? Or what if you want to install ImageMagick in a place other than the <kbd>ImageMagick-7.0.4/VisualMagick/bin</kbd> folder? Or perhaps you want to build and install the <a href="ImageMagickObject.html">ImageMagickObject</a> COM+ component. You will find the answer to these questions, and more, in <a href="advanced-windows-installation.html">Advanced Windows Source Installation</a>.</p>
+<p>The above instructions will satisfy a great number of ImageMagick users, but we suspect a few will have additional questions or problems to consider. For example, what does one do if ImageMagick fails to configure or compile? Or what if you want to install ImageMagick in a place other than the <kbd>ImageMagick-7.0.5/VisualMagick/bin</kbd> folder? Or perhaps you want to build and install the <a href="ImageMagickObject.html">ImageMagickObject</a> COM+ component. You will find the answer to these questions, and more, in <a href="advanced-windows-installation.html">Advanced Windows Source Installation</a>.</p>
</div>
<footer class="magick-footer">
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:47 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 13:17 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:35 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:48 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:46 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:41 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:24 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:01 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:45 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:41 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:41 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 13:17 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
<div class="container">
<div class="magick-header">
<p class="lead magick-description">ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below. ImageMagick stable and development source releases are also available from <a href="http://git.imagemagick.org/repos/ImageMagick">Git</a>. Before you download, you may want to review recent <a href="changelog.html">changes</a> to the ImageMagick distribution. The authoritative source code repository is <a href="http://git.imagemagick.org/repos/ImageMagick">http://git.imagemagick.org/repos/ImageMagick</a>.</p>
-<p>The latest release of ImageMagick is version 7.0.4-8.</p>
+<p>The latest release of ImageMagick is version 7.0.5-0.</p>
<dl class="dl-horizontal">
<dt>Germany</dt>
<dd><a href="http://mirror.checkdomain.de/imagemagick/">http://mirror.checkdomain.de/imagemagick/</a></dd>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:53 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:26 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:33 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:36 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:54 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:45 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:35 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
<p>Next configure and compile ImageMagick:</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.4</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>./configure -with-perl</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>make</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>cd ImageMagick-7.0.5</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>./configure -with-perl</span><span class='crtout'></span><span class="crtprompt"> </span><span class='crtin'>make</span></pre>
<p>If ImageMagick / PerlMagick configured and compiled without complaint, you are ready to install it on your system. Administrator privileges are required to install. To install, type</p>
<pre>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:40 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
<p>To remove the alpha values from your image, use <code>-alpha off</code>.</p>
<p>Some options have changed in ImageMagick version 7. These include:</p>
<dl>
+<dt>-channel</dt>
+<dd>the default is to update the RGBA channels, previously, in IMv6, the default was RGB. If you get results that differ from IMv6, you may need to specify <code>-channel RGB</code> on your command line (e.g. -level-colors option).</dd>
<dt>+combine</dt>
<dd>This option now requires an argument, the image colorspace (e.g. +combine sRGB).</dd>
</dl>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:41 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:37 -->
\ No newline at end of file
<<var>client path</var>>
</pre>
-<p>Above, $PREFIX is the default install path, typically <code>c:\\Program Files\\ImageMagick-7.0.4</code>.</p>
+<p>Above, $PREFIX is the default install path, typically <code>c:\\Program Files\\ImageMagick-7.0.5</code>.</p>
<p>For an uninstalled Windows installation, the configuration load order is:</p>
<p>An image coder (i.e. encoder / decoder) is responsible for registering, optionally classifying, optionally reading, optionally writing, and unregistering one image format (e.g. PNG, GIF, JPEG, etc.). ImageMagick searches for coders in the following order and it uses the first match found:</p>
<pre>
-$MAGICK_HOME/lib/ImageMagick-7.0.4/modules-Q16/coders
-<<var>client path</var>>/../lib/ImageMagick-7.0.4/modules-Q16/coders
-$MAGICK_HOME/lib/ImageMagick-7.0.4/modules-Q16/coders
-$MAGICK_HOME/share/ImageMagick-7.0.4/modules-Q16/coders
+$MAGICK_HOME/lib/ImageMagick-7.0.5/modules-Q16/coders
+<<var>client path</var>>/../lib/ImageMagick-7.0.5/modules-Q16/coders
+$MAGICK_HOME/lib/ImageMagick-7.0.5/modules-Q16/coders
+$MAGICK_HOME/share/ImageMagick-7.0.5/modules-Q16/coders
$XDG_CACHE_HOME/ImageMagick
$HOME/.config/ImageMagick
-<<var>client path</var>>/lib/ImageMagick-7.0.4/modules-Q16/coders
+<<var>client path</var>>/lib/ImageMagick-7.0.5/modules-Q16/coders
</pre>
<h4>Filters</h4>
<p>ImageMagick provides a convenient mechanism for adding your own custom image processing algorithms. ImageMagick searches for filters in the following order and it uses the first match found:</p>
<pre>
-$MAGICK_HOME/lib/ImageMagick-7.0.4/modules-Q16/filters
-<<var>client path</var>>/../lib/ImageMagick-7.0.4/modules-Q16/filters
-$MAGICK_HOME/lib/ImageMagick-7.0.4/modules-Q16/filters
-$MAGICK_HOME/share/ImageMagick-7.0.4/modules-Q16/filters
+$MAGICK_HOME/lib/ImageMagick-7.0.5/modules-Q16/filters
+<<var>client path</var>>/../lib/ImageMagick-7.0.5/modules-Q16/filters
+$MAGICK_HOME/lib/ImageMagick-7.0.5/modules-Q16/filters
+$MAGICK_HOME/share/ImageMagick-7.0.5/modules-Q16/filters
$XDG_CACHE_HOME/ImageMagick
$HOME/.config/ImageMagick
-<<var>client path</var>>/lib/ImageMagick-7.0.4/modules-Q16/filters
+<<var>client path</var>>/lib/ImageMagick-7.0.5/modules-Q16/filters
</pre>
<h2 class="magick-header"><a id="fonts"></a>Fonts</h2>
<pre>
$MAGICK_CONFIGURE_PATH
-$MAGICK_HOME/etc/ImageMagick/-7.0.4
-$MAGICK_HOME/share/ImageMagick-7.0.4
+$MAGICK_HOME/etc/ImageMagick/-7.0.5
+$MAGICK_HOME/share/ImageMagick-7.0.5
$XDG_CACHE_HOME/ImageMagick
$HOME/.config/ImageMagick
<<var>client path</var>>/etc/ImageMagick
<td>Set maximum parallel threads. Many ImageMagick algorithms run in parallel on multi-processor systems. Use this environment variable to set the maximum number of threads that are permitted to run in parallel.</td>
</tr>
<tr>
- <td>MAGICK_THROTTLE</td>
+ <td>MAGICK_THROTTLE_LIMIT</td>
<td>Periodically yield the CPU for at least the time specified in milliseconds.</td>
</tr>
<tr>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:37 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
<policy domain="coder" rights="read|write" pattern="{GIF,JPEG,PNG,WEBP}" />
</pre>
+<p>As of ImageMagick 7.0.4-10, you can allocate the pixel cache with anonymous memory mapping rather than from heap. As a consequence, the pixels are initialized to zero. You can also shred any temporary files for increased security. The value is the number of times to shred a temporary file. For example,</p>
+<pre>
+ <policy domain="system" name="pixel-cache-memory" value="anonymous"/>
+ <policy domain="system" name="shred" value="1"/>
+</pre>
+
<p>You can verify your policy changes are in effect with this command:</p>
<pre class="pre-scrollable">
Policy: System
name: precision
value: 6
- Policy: Cache
- name: shared-secret
- value: replace with your secret phrase
Policy: Path
rights: None
pattern: @*
Policy: Undefined
rights: None
</pre>
+<p>Notice the <code>Cache</code> policy is not listed due to the <code>stealth</code> property.</p>
<p>For additional details about resource limits and the policy configuration file, read <a href="resources.html">Resources</a> and <a href="architecture.html">Architecture</a>.</p>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:01 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:38 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:47 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
<p>To retrieve, or check out ImageMagick stable, use this command:</p>
-<pre><span class="crtprompt"> </span><span class='crtin'>svn co https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-7.0.4 ImageMagick-7.0.4</span></pre>
+<pre><span class="crtprompt"> </span><span class='crtin'>svn co https://subversion.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-7.0.5 ImageMagick-7.0.5</span></pre>
<p>To retrieve, or check out ImageMagick development, use this command:</p>
<pre>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://www.imagemagick.org/js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 16:59 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:26 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 11:45 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="../js/magick.html"></script>
</div>
</body>
</html>
-<!-- Magick Cache 13th February 2017 12:14 -->
\ No newline at end of file
+<!-- Magick Cache 3rd March 2017 19:25 -->
\ No newline at end of file