This commit is contained in:
Cristy
2017-12-17 09:43:57 -05:00
parent a9f94bf33f
commit 9848db8cf6
128 changed files with 1876 additions and 1623 deletions
+14 -12
View File
@@ -92,13 +92,13 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
<p>The ImageMagick development process ensures a stable API and <a href="https://abi-laboratory.pro/tracker/timeline/imagemagick/">ABI</a>. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="https://github.com/google/sanitizers/wiki/AddressSanitizer">memory error</a> and <a href="https://github.com/google/sanitizers/wiki/ThreadSanitizer">thread data race</a> detection to help prevent security vulnerabilities.</p>
<p>The current release is ImageMagick <a href="www/download.html">7.0.7-14</a>. It runs on <a href="www/download.html#unix">Linux</a>, <a href="www/download.html#windows">Windows</a>, <a href="www/download.html#macosx">Mac Os X</a>, <a href="www/download.html#iOS">iOS</a>, Android OS, and others.</p>
<p>The current release is ImageMagick <a href="www/download.html">7.0.7-15</a>. It runs on <a href="www/download.html#unix">Linux</a>, <a href="www/download.html#windows">Windows</a>, <a href="www/download.html#macosx">Mac Os X</a>, <a href="www/download.html#iOS">iOS</a>, Android OS, and others.</p>
<p>The authoritative ImageMagick web site is <a href="./">https://www.imagemagick.org</a>. The authoritative source code repository is <a href="https://github.com/ImageMagick">https://github.com/ImageMagick</a>. We maintain a source code mirror at <a href="https://gitlab.com/ImageMagick">https://gitlab.com/ImageMagick</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-post-title"><a id="features"></a>Features and Capabilities</h2>
<h2 class="magick-post-title"><a class="anchor" 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>
<div class="table-responsive">
<table class="table table-sm table-striped">
@@ -235,7 +235,7 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
<p><a href="./Usage/">Examples of ImageMagick Usage</a> shows how to use ImageMagick from the <a href="www/command-line-processing.html">command-line</a> to accomplish any of these tasks and much more. Also, see <a href="http://www.fmwconcepts.com/imagemagick/">Fred's ImageMagick Scripts</a>: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations. With <a href="https://github.com/dlemstra/Magick.NET">Magick.NET</a>, use ImageMagick without having to install ImageMagick on your server or desktop.</p>
<h2 class="magick-post-title"><a id="news"></a>News</h2>
<h2 class="magick-post-title"><a class="anchor" id="news"></a>News</h2>
<p>Now that ImageMagick version 7 is released, we continue to maintain the legacy release of ImageMagick, version 6, at <a href="https://legacy.imagemagick.org/">https://legacy.imagemagick.org</a>. Learn how ImageMagick version 7 differs from previous versions with our <a href="www/porting.html">porting guide</a>.</p>
@@ -250,7 +250,7 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
</ul>
<p>If these options are prohibitive, you can reduce the quality of the image results. The default build is Q16 HDRI. If you disable <a href="www/high-dynamic-range.html">HDRI</a>, you use half the memory and instead of predominately floating point operations, you use the typically more efficient integer operations. The tradeoff is reduced percision and you cannot process out of range pixel values (e.g. negative). If you build the Q8 non-HDRI version of ImageMagick, you again reduce the memory requirements in half-- and once again there is a tradeoff, even less percision and no out of range pixel values. For a Q8 non-HDRI build of ImageMagick, use these <code>configure</code> script options: <code>--with-quantum-depth=8 --disable-hdri</code>.</p>
<h2 class="magick-post-title"><a id="community"></a>Community</h2>
<h2 class="magick-post-title"><a class="anchor" id="community"></a>Community</h2>
<p>To join the ImageMagick community, try the <a href="https://www.imagemagick.org/discourse-server/">discourse server</a>. You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions. If you want to contribute image processing algorithms, other enhancements, or bug fixes, open an <a href="https://github.com/ImageMagick/ImageMagick/issues">issue</a>. </p>
</div>
</div>
@@ -259,13 +259,15 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
<p><a href="www/security-policy.html">Security</a>
<a href="www/architecture.html">Architecture</a>
<a href="www/links.html">Related</a>
<a href="www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="www/support.html">Donate</a>
<a href="index.html#">Back to top</a>
<a href="www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="www/sitemap.html">Sitemap</a>
<a href="index.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="www/support.html">Donate</a>
<a href="www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -273,4 +275,4 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
<script>window.jQuery || document.write('<script src="www/assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 09:58 -->
<!-- Magick Cache 17th December 2017 09:20 -->
+11 -9
View File
@@ -105,7 +105,7 @@
<p>MagickCMD is a C++ sample, but it also serves as a replacement for all the other command line utilities in most applications. Instead of using <code>convert xxxx yyyy</code> you can use <code>MagickCMD convert xxxx yyyy</code> instead. MagickCMD calls the COM object to accomplish the designated task. This small tight combination replaces the entire usual binary distribution in just a few mebibytes.</p>
<h2 class="magick-post-title"><a id="build"></a>Build ImageMagickObject From Source</h2>
<h2 class="magick-post-title"><a class="anchor" id="build"></a>Build ImageMagickObject From Source</h2>
<p>The source code for ImageMagickObject is available from the ImageMagick <a href="http://git.imagemagick.org/repos/ImageMagick">GIT</a> repository, or as part of the <a href="install-source.html#windows">Windows source</a> distribution. Once the source code has been retrieved and extracted, the source for ImageMagickObject is the directory <code>ImageMagick\contrib\win32\ATL7ImageMagickObject</code>, however, ImageMagick itself must be built using the static-multithread (VisualStaticMT) build configuration. Building ImageMagickObject requires Microsoft Visual C++ 7.0 as delivered with Microsoft's Visual Studio .NET package. See the <a href="install-source.html#windows">Windows compilation instructions</a> to get ImageMagick itself built before building the ImageMagick COM+ component.</p>
@@ -136,13 +136,15 @@ BuildImageMagickObject release
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="ImageMagickObject.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="ImageMagickObject.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -150,4 +152,4 @@ BuildImageMagickObject release
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+21 -19
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">It's possible you don't want to concern yourself with advanced installation under Unix or Linux systems. If so, you also have the option of installing a pre-compiled <a href="../www/download.html#unix">binary release</a> or if you still want to install from source without all the fuss see the simple <a href="../www/install-source.html#unix">Install From Source</a> instructions. However, if you want to customize the configuration and installation of ImageMagick under Unix or Linux systems, lets begin.</p>
<h2 class="magick-post-title"><a id="download"></a>Download &amp; Unpack</h2>
<h2 class="magick-post-title"><a class="anchor" id="download"></a>Download &amp; Unpack</h2>
<p>ImageMagick builds on a variety of Unix and Unix-like operating systems including Linux, Solaris, FreeBSD, Mac OS X, and others. A compiler is required and fortunately almost all modern Unix systems have one. Download <a href="https://www.imagemagick.org/download/ImageMagick.tar.gz">ImageMagick.tar.gz</a> from <a href="../download">ftp.imagemagick.org</a> or its <a href="../www/download.html">mirrors</a> and verify the distribution against its <a href="https://www.imagemagick.org/download/digest.rdf">message digest</a>.</p>
@@ -97,11 +97,11 @@
<p>Now that you have the ImageMagick Unix/Linux source distribution unpacked, let's configure it.</p>
<h2 class="magick-post-title"><a id="configure"></a>Configure</h2>
<h2 class="magick-post-title"><a class="anchor" id="configure"></a>Configure</h2>
<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.7-14</span><span class='crtout'></span><span class="crtprompt">$ </span><span class='crtin'>./configure</span></pre>
<pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>cd ImageMagick-7.0.7-15</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>
@@ -447,7 +447,7 @@ Options used to compile and link:
<p>ImageMagick is now configured and ready to build</p>
<h2 class="magick-post-title"><a id="build"></a>Build</h2>
<h2 class="magick-post-title"><a class="anchor" id="build"></a>Build</h2>
<p>Once ImageMagick is configured, these standard build targets are available from the generated <code>make</code> files:</p>
@@ -473,7 +473,7 @@ Options used to compile and link:
<p>Once built, you can optionally install ImageMagick on your system as discussed below.</p>
<h2 class="magick-post-title"><a id="install"></a>Install</h2>
<h2 class="magick-post-title"><a class="anchor" id="install"></a>Install</h2>
<p>Now that ImageMagick is configured and built, type:</p>
@@ -509,7 +509,7 @@ identify logo.gif
<p>Ghostscript is a prerequisite, otherwise the EPS, PS, and PDF tests will fail. Note that due to differences between the developer's environment and your own it is possible that a few tests may fail even though the results are ok. Differences between the developer's environment environment and your own may include the compiler, the CPU type, and the library versions used. The ImageMagick developers use the current release of all dependent libraries.</p>
<h2 class="magick-post-title"><a id="linux"></a>Linux-specific Build instructions</h2>
<h2 class="magick-post-title"><a class="anchor" id="linux"></a>Linux-specific Build instructions</h2>
<p>Download <a href="https://www.imagemagick.org/download/linux/SRPMS/ImageMagick.src.rpm">ImageMagick.src.rpm</a> from <a href="../download">ftp.imagemagick.org</a> or its <a href="../www/download.html">mirrors</a> and verify the distribution against its <a href="https://www.imagemagick.org/download/linux/SRPMS/digest.rdf">message digest</a>.</p>
@@ -520,8 +520,8 @@ identify logo.gif
<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.7-?.*.rpm</span></pre>
<h2 class="magick-post-title"><a id="macosx"></a>Mac OS X-specific Build instructions</h2>
<pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>rpm -ivh ImageMagick-7.0.7-?.*.rpm</span></pre>
<h2 class="magick-post-title"><a class="anchor" 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>
@@ -545,7 +545,7 @@ sudo port -v install graphviz +gs +wmf +jbig +jpeg2 +lcms
<p><a href="../www/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.7-14.tar.gz</span><span class='crtout'></span><span class="crtprompt">$ </span><span class='crtin'>cd ImageMagick-7.0.7-14</span></pre> <p>Configure ImageMagick:</p>
<pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>tar xvzf ImageMagick-7.0.7-15.tar.gz</span><span class='crtout'></span><span class="crtprompt">$ </span><span class='crtin'>cd ImageMagick-7.0.7-15</span></pre> <p>Configure ImageMagick:</p>
<pre class="highlight"><code>./configure --prefix=/opt --with-quantum-depth=16 \
--disable-dependency-tracking --with-x=yes \
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \
@@ -568,12 +568,12 @@ sudo port -v install graphviz +gs +wmf +jbig +jpeg2 +lcms
<pre class="highlight"><code>display -display :0
</code></pre>
<h2 class="magick-post-title"><a id="mingw"></a>MinGW-specific Build instructions</h2>
<h2 class="magick-post-title"><a class="anchor" id="mingw"></a>MinGW-specific Build instructions</h2>
<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.7-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>cd ImageMagick-7.0.7-14</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-post-title"><a id="problems"></a>Dealing with Unexpected Problems</h2>
<pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>tar jxvf ImageMagick-7.0.7-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>cd ImageMagick-7.0.7-15</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-post-title"><a class="anchor" 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>
@@ -623,13 +623,15 @@ no encode delegate for this image format
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="advanced-unix-installation.html#">Back to top</a>
<a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="advanced-unix-installation.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+18 -15
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">It's possible you don't want to concern yourself with advanced installation under Windows. If so, you also have the option of installing a self-installing <a href="../www/download.html#windows">binary release</a> or if you still want to install from source without all the fuss see the simple <a href="../www/install-source.html#windows">Install From Source</a> instructions. However, if you want to customize the configuration and installation of ImageMagick under Windows, lets begin.</p>
<h2 class="magick-post-title"><a id="download"></a>Download &amp; Unpack</h2>
<h2 class="magick-post-title"><a class="anchor" id="download"></a>Download &amp; Unpack</h2>
<p>Building ImageMagick source for Windows requires a modern version of Microsoft Visual Studio IDE. Users have reported success with the Borland C++ compiler as well. If you don't have a compiler you can still install a self-installing <a href="../www/download.html#windows">binary release</a>.</p>
@@ -99,7 +99,7 @@
<p>Now that you have the ImageMagick Windows source distribution unpacked, let's configure it.</p>
<h2 class="magick-post-title"><a id="configure"></a>Configure</h2>
<h2 class="magick-post-title"><a class="anchor" id="configure"></a>Configure</h2>
<p>These instructions are specific to building ImageMagick with the <a href="http://msdn.microsoft.com/vstudio/">Visual Studio</a> under Windows XP, Win2K, or Windows 98. ImageMagick does not include any workspace (DSW) or project files (DSP) except for those included with third party libraries. Instead, there is a <code>configure</code> program that must be built and run which creates the Visual Studio workspaces for ImageMagick. The Visual Studio system provides four different types of <var>runtime</var> environments that must match across all application, library, and dynamic-library (DLL) code that is built. The <code>configure</code> program creates a set of build files that are consistent for a specific runtime selection listed here:</p>
@@ -148,7 +148,7 @@
<p>The default build is WIN32. For 64-bit, open a newly created solution and enter Configuration Manager. Add a x64 configuration, copying the configuration from Win32. Be sure that it adds the configuration to all the projects. Now compile. For the 64-bit build, you will also need to disable X11 support. Edit magick-config.h and undefine the MAGICKCORE_X11_DELEGATE define.</p>
<h2 class="magick-post-title"><a id="Build"></a>Build</h2>
<h2 class="magick-post-title"><a class="anchor" id="Build"></a>Build</h2>
<p>After creating your build environment, proceed to open the DSW (or SLN) workspace in the <code>VisualMagick</code> folder. In the DSW file choose the <var>All</var> project to make it the <var>active</var> project. Set the build configuration to the desired one (Debug, or Release) and <var>clean</var> and <var>build:</var></p>
@@ -279,14 +279,14 @@ ImageMagick\VisualMagick\contrib\win32\MFC\NtMagick (project - DSP)
<p>If you are looking to install the ImageMagick COM+ object, see <a href="../www/ImageMagickObject.html">Installing the ImageMagickObject COM+ Component</a>.</p>
<h2 class="magick-post-title"><a id="Install"></a>Install</h2>
<h2 class="magick-post-title"><a class="anchor" id="Install"></a>Install</h2>
<p>You can run ImageMagick command line utilities directly from the <code>VisualMagick\bin</code> folder, however, in most cases you may want the convenience of an installer script. ImageMagick provides <a href="http://www.jrsoftware.org">Inno Setup</a> scripts for this purpose. Note, you must define MAGICKCORE_INSTALLED_SUPPORT at <a href="advanced-windows-installation.html#configure">configure</a> time to utilize the installer scripts.</p>
<p>To get started building a self-installing ImageMagick executable, go to <code>VisualMagick\installer</code> folder and click on a script that matches your build environment. Press F9 to build and install ImageMagick. The default location is <code>C:Program Files\ImageMagick-7.?.?\Q?</code>. The exact folder name depends on the ImageMagick version and quantum depth. Once installed, ImageMagick command line utilities and libraries are available to the MS Command Prompt, web scripts, or to meet your development needs.</p>
<h2 class="magick-post-title"><a id="binary"></a>Create a Self-Installing Binary Distribution</h2>
<h2 class="magick-post-title"><a class="anchor" id="binary"></a>Create a Self-Installing Binary Distribution</h2>
<h3>Prerequisites</h3>
@@ -344,7 +344,7 @@ dmake release
<ol>
<li>Double-click on
<code>VisualMagick/bin/ImageMagick-7.0.7-14-Q16-windows-dll.exe</code>
<code>VisualMagick/bin/ImageMagick-7.0.7-15-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>
@@ -369,14 +369,14 @@ dmake release
<p>If all the tests pass without complaint, the ImageMagick self-install binary distribution is ready for use.</p>
<h2 class="magick-post-title"><a id="problems"></a>Dealing with Unexpected Problems</h2>
<h2 class="magick-post-title"><a class="anchor" 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>
<p>If the compiler generates an error or if it quits unexpectedly, go to the <a href="http://msdn.microsoft.com/vstudio/">Visual Studio</a> web site and look for Visual Studio service packs. Chances are, after you download and install all the Visual Studio service packs, ImageMagick will compile and build as expected.</p>
<h2 class="magick-post-title"><a id="project"></a>Building Your Custom Project</h2>
<h2 class="magick-post-title"><a class="anchor" id="project"></a>Building Your Custom Project</h2>
<p>The Windows <a href="../www/download.html#windows">binary</a> distribution includes a number of demo projects that you can use as a template for your own custom project. For example, start with the Button project, generally located in the <code>c:/Program Files/ImageMagick-7.5.5-0/Magick++_demos</code> folder. If not, be sure to select <code>Configuration Properties->C/C++->Preprocessor</code> and set these definitions:</p>
@@ -396,13 +396,15 @@ _MAGICKMOD_
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="advanced-windows-installation.html#">Back to top</a>
<a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="advanced-windows-installation.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -410,3 +412,4 @@ _MAGICKMOD_
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 17th December 2017 09:22 -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">Use the <code>animate</code> program to animate an image sequence on any X server. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>animate</code> command or see below for example usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>animate</code> command here to illustrate its usefulness and ease of use. To get started, lets animate an image sequence in the GIF format:</p>
@@ -100,7 +100,7 @@
<p>You can find additional examples of using <code>animate</code> in <a href="../Usage/basics/#animate">Examples of ImageMagick Usage</a>.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>animate</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -541,13 +541,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="animate.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="animate.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -555,4 +557,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:00 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+1 -1
View File
@@ -164,7 +164,7 @@
</p>
<p><a href="api.html#">Back to top</a>
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<a href="www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
</footer>
</div><!-- /.container -->
+9 -7
View File
@@ -3216,13 +3216,15 @@ the region set by a preceding getPixels or getConstPixels call.</font></td>
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="Image++.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="Image++.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">Use the <code>animate</code> program to animate an image sequence on any X server. See <a href="../../www/command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>animate</code> command or see below for example usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>animate</code> command here to illustrate its usefulness and ease of use. To get started, lets animate an image sequence in the GIF format:</p>
@@ -100,7 +100,7 @@
<p>You can find additional examples of using <code>animate</code> in <a href="../../Usage/basics/#animate">Examples of ImageMagick Usage</a>.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>animate</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -541,13 +541,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="animate.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="animate.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -555,4 +557,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:00 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+9 -7
View File
@@ -311,13 +311,15 @@ MagickBooleanType GetTypeMetrics(Image *image,const DrawInfo *draw_info,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="annotate.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="annotate.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -395,13 +395,15 @@ MagickBooleanType SetImageType(Image *image,const ImageType type,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="attribute.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="attribute.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -448,13 +448,15 @@ MagickBooleanType InjectImageBlob(const ImageInfo *image_info,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="blob.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="blob.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+10 -8
View File
@@ -674,13 +674,15 @@ MagickBooleanType SyncCacheViewAuthenticPixels(CacheView *cache_view,
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="cache-view.html#">Back to top</a>
<a href="../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="cache-view.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -688,4 +690,4 @@ MagickBooleanType SyncCacheViewAuthenticPixels(CacheView *cache_view,
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+10 -8
View File
@@ -480,13 +480,15 @@ MagickBooleanType SyncAuthenticPixels(Image *image,
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="cache.html#">Back to top</a>
<a href="../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="cache.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -494,4 +496,4 @@ MagickBooleanType SyncAuthenticPixels(Image *image,
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+9 -7
View File
@@ -275,13 +275,15 @@ MagickBooleanType SetImageAlphaChannel(Image *image,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="channel.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="channel.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+13 -11
View File
@@ -87,7 +87,7 @@
<p>You could use an <a href="http://www.wizards-toolkit.org/www/encipher.html">enciphering</a> utility to scramble your image but they typically scramble the entire file making it unrecognizable as an image format. With ImageMagick, only the pixels are scrambled. The scrambled image continues to be recognized as an image and will even display in your web page. However, the content appears as gibberish, nothing like the original content.</p>
<h2 class="magick-post-title"><a id="encipher"></a>Encipher an Image</h2>
<h2 class="magick-post-title"><a class="anchor" id="encipher"></a>Encipher an Image</h2>
<p>Use the <a href="../../www/command-line-options.html#encipher">-encipher</a> option to scramble your image so that it is unrecognizable. The option requires a filename that contains your passphrase. In this example we scramble an image and save it in the PNG format:</p>
@@ -99,14 +99,14 @@
<pre class="highlight"><code>convert rose.jpg -encipher smiley.gif rose.png
</code></pre>
<h2 class="magick-post-title"><a id="decipher"></a>Decipher an Image</h2>
<h2 class="magick-post-title"><a class="anchor" id="decipher"></a>Decipher an Image</h2>
<p>Use the <a href="../../www/command-line-options.html#decipher">-decipher</a> option to unscramble your image so that it is recognizable once again. The option requires a filename that contains your passphrase. In this example we unscramble an image and save it in the JPEG format:</p>
<pre class="highlight"><code>convert rose.png -decipher passphrase.txt rose.jpg
</code></pre>
<h2 class="magick-post-title"><a id="caveats"></a>Encipher and Decipher Caveats</h2>
<h2 class="magick-post-title"><a class="anchor" id="caveats"></a>Encipher and Decipher Caveats</h2>
<p>Some formats do not support enciphered pixels-- the JPEG or GIF format, for
example. To ensure your image format is supported, encipher a test image and
@@ -148,13 +148,15 @@ Examples <a href="../../Usage/transform/#encipher"
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="cipher.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="cipher.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -162,4 +164,4 @@ Examples <a href="../../Usage/transform/#encipher"
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+13 -11
View File
@@ -87,7 +87,7 @@
<p>Use the <a href="../../contrib/color-converter.html">Color Converter</a> to supply any valid ImageMagick color specification as described below to see a color swatch of that color and to convert to all the other color models.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>Each of the following commands produces the same <var>lime</var> border around the image. (Use "double quotes" for Windows.)</p>
@@ -99,7 +99,7 @@ magick -bordercolor 'rgb(0,100%,0)' -border 10 image.jpg image.png</code></pre>
<p>The list of recognized color names (for example, <var>aqua</var>, <var>black</var>, <var>blue</var>, <var>fuchsia</var>, <var>gray</var>, <var>green</var>, <var>lime</var>, <var>maroon</var>, <var>navy</var>, <var>olive</var>, <var>purple</var>, <var>red</var>, <var>silver</var>, <var>teal</var>, <var>white</var>, <var>yellow</var>, and others) is shown in a table further below.</p>
<h2 class="magick-post-title"><a id="models"></a>Color Model Specification</h2>
<h2 class="magick-post-title"><a class="anchor" id="models"></a>Color Model Specification</h2>
<p>The sRGB, CMYK, HSL and HSB color models are used in numerical color specifications. These examples all specify the same red sRGB color:</p>
@@ -204,7 +204,7 @@ icc-color(rgb, white)</code></pre>
device-rgb(0.5, 1.0, 0.0)
device-cmyk(0.11, 0.48, 0.83, 0.00)</code></pre>
<h2 class="magick-post-title"><a id="color_names"></a>List of Color Names</h2>
<h2 class="magick-post-title"><a class="anchor" id="color_names"></a>List of Color Names</h2>
<p>The table below provides a list of named colors recognized by ImageMagick:</p>
@@ -4945,13 +4945,15 @@ device-cmyk(0.11, 0.48, 0.83, 0.00)</code></pre>
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="color.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="color.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -4959,4 +4961,4 @@ device-cmyk(0.11, 0.48, 0.83, 0.00)</code></pre>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+9 -7
View File
@@ -154,13 +154,15 @@ MagickBooleanType CycleColormapImage(Image *image,const ssize_t displace,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="colormap.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="colormap.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -206,13 +206,15 @@ MagickBooleanType TransformImageColorspace(Image *image,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="colorspace.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="colorspace.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">Use the <code>compare</code> program to mathematically and visually annotate the difference between an image and its reconstruction. See <a href="../../www/command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>compare</code> command or see below for example usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>compare</code> command here to illustrate its usefulness and ease of use. To get started, lets compare an image to one thats been sharpened:</p>
@@ -135,7 +135,7 @@ Image: rose.jpg
<p>The compare program returns 2 on error otherwise 0 if the images are similar or 1 if they are dissimilar.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>compare</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -431,13 +431,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="compare.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="compare.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -445,4 +447,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:20 -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">Use the <code>composite</code> program to overlap one image over another. See <a href="../www/command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>composite</code> command or see below for example usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>composite</code> command here to illustrate its usefulness and ease of use. To get started, lets overlay a smiley face over a rose:</p>
@@ -118,7 +118,7 @@ magick composite -compose atop -geometry -13-17 white-highlight.png red-circle.p
<p>You can find additional examples of using <code>composite</code> in <a href="../../Usage/">Examples of ImageMagick Usage</a>. You can find out more about them and the mathematics by looking at <a href="http://www.w3.org/TR/SVG12/rendering.html">SVG Alpha Compositing</a></p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>composite</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -535,13 +535,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="composite.html#">Back to top</a>
<a href="../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="composite.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -549,4 +551,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:01 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+9 -7
View File
@@ -318,13 +318,15 @@ MagickBooleanType WriteImages(const ImageInfo *image_info,Image *images,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="constitute.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="constitute.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -196,13 +196,15 @@ MagickBooleanType RaiseImage(const Image *image,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="decorate.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="decorate.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -144,13 +144,15 @@ MagickBooleanType MagickSetImageAlphaColor(MagickWand *wand,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="deprecate.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="deprecate.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">Use the <code>display</code> program to display an image or image sequence on any X server. See <a href="../../www/command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>display</code> command or see below for example usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>display</code> command here to illustrate its usefulness and ease of use. To get started, lets display an image in the JPEG format:</p>
@@ -109,7 +109,7 @@
<p>You can find additional examples of using <code>display</code> in <a href="http://www.ibm.com/developerworks/library/l-graf/">Graphics from the Command Line</a>. Further discussion is available in <a href="https://www.ibm.com/developerworks/library/l-graf2/">More Graphics from the Command Line</a> and <a href="../../Usage/">Examples of ImageMagick Usage</a>.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>display</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -575,13 +575,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="display.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="display.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -589,4 +591,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+9 -7
View File
@@ -253,13 +253,15 @@ Image *SparseColorImage(const Image *image,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="distort.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="distort.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -377,13 +377,15 @@ void GetAffineMatrix(AffineMatrix *affine_matrix)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="draw.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="draw.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -3854,13 +3854,15 @@ MagickBooleanType PushDrawingWand(DrawingWand *wand)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="drawing-wand.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="drawing-wand.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -723,13 +723,15 @@ ExceptionInfo *exception)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="effect.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="effect.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -771,13 +771,15 @@ MagickBooleanType SigmoidalContrastImage(Image *image,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="enhance.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="enhance.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+10 -8
View File
@@ -280,13 +280,15 @@
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="exception.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="exception.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -294,4 +296,4 @@
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+9 -7
View File
@@ -243,13 +243,15 @@ Image *MeanShiftImage(const Image *image,const size_t width,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="feature.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="feature.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -188,13 +188,15 @@ Image *InverseFourierTransformImage(const Image *magnitude_image,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="fourier.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="fourier.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+12 -10
View File
@@ -83,7 +83,7 @@
<div class="magick-header">
<p class="text-center"><a href="fx.html#fx">The Fx Special Effects Image Operator</a><a href="fx.html#anatomy">The Anatomy of an Fx Expression</a></p>
<a id="fx"></a>
<a class="anchor" id="fx"></a>
<p class="lead magick-description">Use the Fx special effects image operator to apply a mathematical expression to an image or image channels. Use Fx to:</p>
@@ -149,7 +149,7 @@
<p>The next section discusses the Fx expression language.</p>
<h2 class="magick-post-title"><a id="anatomy"></a>The Anatomy of an Fx Expression</h2>
<h2 class="magick-post-title"><a class="anchor" id="anatomy"></a>The Anatomy of an Fx Expression</h2>
<h3>The Fx Expression Language</h3>
@@ -420,13 +420,15 @@ Red channel of NW corner of image #1 is 0.184588
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="fx.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="fx.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -434,4 +436,4 @@ Red channel of NW corner of image #1 is 0.184588
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+9 -7
View File
@@ -248,13 +248,15 @@ Image *UniqueImageColors(const Image *image,ExceptionInfo *exception)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="histogram.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="histogram.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+10 -8
View File
@@ -647,13 +647,15 @@ MagickBooleanType UpdateImageViewIterator(ImageView *source,
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="image-view.html#">Back to top</a>
<a href="../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="image-view.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -661,4 +663,4 @@ MagickBooleanType UpdateImageViewIterator(ImageView *source,
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+9 -7
View File
@@ -1165,13 +1165,15 @@ MagickBooleanType SyncImagesSettings(const ImageInfo *image_info,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="image.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="image.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -409,13 +409,15 @@ Image *MergeImageLayers(const Image *image,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="layer.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="layer.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -749,13 +749,15 @@ Image *SplitImageList(Image *images)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="list.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="list.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -143,13 +143,15 @@ containers of image frames.</td>
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="magick++-classes.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="magick++-classes.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -90,13 +90,15 @@
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="magick-deprecate.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="magick-deprecate.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -7832,13 +7832,15 @@ MagickBooleanType MagickWriteImagesFile(MagickWand *wand,FILE *file)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="magick-image.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="magick-image.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -1929,13 +1929,15 @@ MagickBooleanType MagickSetType(MagickWand *wand,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="magick-property.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="magick-property.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+11 -9
View File
@@ -275,7 +275,7 @@ int main(int argc,char **argv)
return(0);
}
</code></pre>
<p><a id="wand-view"></a>Now lets perform the same contrast enhancement while taking advantage of our dual or quad-core processing system by running the algorithm in parallel utilizing wand views. The <a href="../source/wand/sigmoidal-contrast.c">sigmoidal-contrast.c</a> module reads an image, applies sigmoidal non-linearity contrast control, and writes the result to disk just like the previous contrast enhancement program, but now it does its work in parallel (assumes ImageMagick is built with OpenMP support).</p>
<p><a class="anchor" id="wand-view"></a>Now lets perform the same contrast enhancement while taking advantage of our dual or quad-core processing system by running the algorithm in parallel utilizing wand views. The <a href="../source/wand/sigmoidal-contrast.c">sigmoidal-contrast.c</a> module reads an image, applies sigmoidal non-linearity contrast control, and writes the result to disk just like the previous contrast enhancement program, but now it does its work in parallel (assumes ImageMagick is built with OpenMP support).</p>
<pre class="pre-scrollable"><code>#include &lt;stdio.h>
#include &lt;stdlib.h>
@@ -392,13 +392,15 @@ int main(int argc,char **argv)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="magick-wand.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="magick-wand.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -406,4 +408,4 @@ int main(int argc,char **argv)
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+11 -9
View File
@@ -130,7 +130,7 @@ magick convert rose.jpg rose.png
<p>You can find additional examples of using <code>magick</code> in <a href="../../Usage/">Examples of ImageMagick Usage</a>.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>magick</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -1330,13 +1330,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="magick.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="magick.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -1344,4 +1346,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+9 -7
View File
@@ -458,13 +458,15 @@ SetMagickMemoryMethods(AcquireMemoryHandler acquire_memory_handler,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="memory.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="memory.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -241,13 +241,15 @@ MagickBooleanType ListMimeInfo(FILE *file,ExceptionInfo *exception)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="mime.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="mime.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+10 -8
View File
@@ -508,13 +508,15 @@ MagickBooleanType UnregisterModule(const ModuleInfo *module_info,
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="module.html#">Back to top</a>
<a href="../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="module.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -522,4 +524,4 @@ MagickBooleanType UnregisterModule(const ModuleInfo *module_info,
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">Use the <code>mogrify</code> program to resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. This tool is similar to <a href="../../www/convert.html">convert</a> except that the original image file is <em>overwritten</em> (unless you change the file suffix with the <a href="../../www/command-line-options.html#format">-format</a> option) with any changes you request. See <a href="../../www/command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>mogrify</code> command or see below for sample usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>mogrify</code> command here to illustrate its usefulness and ease of use. To get started, let's reduce the size of our
rose:</p>
@@ -118,7 +118,7 @@ rose:</p>
<p>You can find additional examples of using <code>mogrify</code> in <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>. Further discussion is available in <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="../../Usage/">Examples of ImageMagick Usage</a>.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>mogrify</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -1310,13 +1310,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="mogrify.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="mogrify.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -1324,4 +1326,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 09:59 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+9 -7
View File
@@ -168,13 +168,15 @@ MagickProgressMonitor SetImageInfoProgressMonitor(ImageInfo *image_info,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="monitor.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="monitor.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">Use the <code>montage</code> program to 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. See <a href="../../www/command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>montage</code> command or see below for example usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>montage</code> command here to illustrate its usefulness and ease of use. To get started, let's montage two images into a single composite:</p>
@@ -125,7 +125,7 @@
<p>You can find additional examples of using <code>montage</code> at <a href="../../Usage/montage/">Examples of ImageMagick Usage</a> and <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>. Further discussion is available in <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="../../Usage/">Examples of ImageMagick Usage</a>.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>montage</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -647,13 +647,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="montage.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="montage.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -661,4 +663,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+9 -7
View File
@@ -625,13 +625,15 @@ void ZeroKernelNans (KernelInfo *kernel)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="morphology.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="morphology.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -302,13 +302,15 @@ MagickBooleanType TransparentPaintImageChroma(Image *image,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="paint.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="paint.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -513,13 +513,15 @@ MagickBooleanType PixelSyncIterator(PixelIterator *iterator)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="pixel-iterator.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="pixel-iterator.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -1582,13 +1582,15 @@ void PixelSetYellowQuantum(PixelWand *wand,const Quantum yellow)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="pixel-wand.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="pixel-wand.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+10 -8
View File
@@ -355,13 +355,15 @@ MagickBooleanType SyncImageProfiles(Image *image)
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="profile.html#">Back to top</a>
<a href="../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="profile.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -369,4 +371,4 @@ MagickBooleanType SyncImageProfiles(Image *image)
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+10 -8
View File
@@ -407,13 +407,15 @@ MagickBooleanType SetImageProperty(Image *image,const char *property,
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="property.html#">Back to top</a>
<a href="../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="property.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -421,4 +423,4 @@ MagickBooleanType SetImageProperty(Image *image,const char *property,
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">This document describes how ImageMagick performs color reduction on an image. To fully understand what follows, you should have a knowledge of basic imaging techniques and the tree data structure and terminology.</p>
<h2 class="magick-post-title"><a id="describe"></a>Algorithm Description</h2>
<h2 class="magick-post-title"><a class="anchor" id="describe"></a>Algorithm Description</h2>
<p>For purposes of color allocation, an image is a set of <var>n</var> pixels, where each pixel is a point in RGB space. RGB space is a 3-dimensional vector space, and each pixel, <var>p(i)</var>, is defined by an ordered triple of red, green, and blue coordinates, (<var>r(i)</var>, <var>g(i)</var>, <var>b(i)</var>).</p>
@@ -177,7 +177,7 @@ while number of nodes with (n2 &gt; 0) &gt; required maximum number of colors
<p>Empirical evidence suggests that the distances in color spaces such as YUV, or YIQ correspond to perceptual color differences more closely than do distances in RGB space. These color spaces may give better results when color reducing an image. Here the algorithm is as described except each pixel is a point in the alternate color space. For convenience, the color components are normalized to the range 0 to a maximum value, <var>Cmax</var>. The color reduction can then proceed as described.</p>
<h2 class="magick-post-title"><a id="measure"></a>Measuring Color Reduction Error</h2>
<h2 class="magick-post-title"><a class="anchor" id="measure"></a>Measuring Color Reduction Error</h2>
<p>Depending on the image, the color reduction error may be obvious or invisible. Images with high spatial frequencies (such as hair or grass) will show error much less than pictures with large smoothly shaded areas (such as faces). This because the high-frequency contour edges introduced by the color reduction process are masked by the high frequencies in the image.</p>
@@ -210,13 +210,15 @@ while number of nodes with (n2 &gt; 0) &gt; required maximum number of colors
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="quantize.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="quantize.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -224,4 +226,4 @@ while number of nodes with (n2 &gt; 0) &gt; required maximum number of colors
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+9 -7
View File
@@ -261,13 +261,15 @@ MagickBooleanType SetImageRegistry(const RegistryType type,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="registry.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="registry.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -451,13 +451,15 @@ Image *ThumbnailImage(const Image *image,const size_t columns,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="resize.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="resize.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+10 -8
View File
@@ -278,13 +278,15 @@ MagickBooleanType SetMagickResourceLimit(const ResourceType type,
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="resource.html#">Back to top</a>
<a href="../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="resource.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -292,4 +294,4 @@ MagickBooleanType SetMagickResourceLimit(const ResourceType type,
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+9 -7
View File
@@ -123,13 +123,15 @@ MagickBooleanType SegmentImage(Image *image,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="segment.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="segment.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -194,13 +194,15 @@ Image *ShearRotateImage(const Image *image,const double degrees,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="shear.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="shear.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -116,13 +116,15 @@ MagickBooleanType SignatureImage(Image *image,ExceptionInfo *exception)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="signature.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="signature.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -498,13 +498,15 @@ Image *StatisticImage(const Image *image,const StatisticType type,
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="statistic.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="statistic.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description"><code>Stream</code> is 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.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>stream</code> command here to illustrate its usefulness and ease of use. To get started, lets stream the red, green, blue components of a 640x480 JPEG image to disk as unsigned characters:</p>
@@ -104,7 +104,7 @@ magick display -depth 8 -size 640x480 rgb:pixels.dat
</code></pre>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>stream</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -280,13 +280,15 @@ magick display -depth 8 -size 640x480 rgb:pixels.dat
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="stream.html#">Back to top</a>
<a href="../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="stream.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -294,4 +296,4 @@ magick display -depth 8 -size 640x480 rgb:pixels.dat
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+9 -7
View File
@@ -545,13 +545,15 @@ Image *TrimImage(const Image *image,ExceptionInfo *exception)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="transform.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="transform.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+9 -7
View File
@@ -278,13 +278,15 @@ void ListMagickVersion(FILE *file)
<p><a href="../../www/security-policy.html">Security</a>
<a href="../../www/architecture.html">Architecture</a>
<a href="../../www/links.html">Related</a>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../../www/support.html">Donate</a>
<a href="version.html#">Back to top</a>
<a href="../../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../../www/sitemap.html">Sitemap</a>
<a href="version.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../../www/support.html">Donate</a>
<a href="../../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+10 -8
View File
@@ -569,13 +569,15 @@ MagickBooleanType UpdateWandViewIterator(WandView *source,
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="wand-view.html#">Back to top</a>
<a href="../www/contact.html">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="wand-view.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/contact.html">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -583,4 +585,4 @@ MagickBooleanType UpdateWandViewIterator(WandView *source,
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+25 -23
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">The citizens of Oz were quite content with their benefactor, the all-powerful Wizard. They accepted his wisdom and benevolence without ever questioning the who, why, and where of his power. Like the citizens of Oz, if you feel comfortable that ImageMagick can help you convert, edit, or compose your images without knowing what goes on behind the curtain, feel free to skip this section. However, if you want to know more about the software and algorithms behind ImageMagick, read on. To fully benefit from this discussion, you should be comfortable with image nomenclature and be familiar with computer programming.</p>
<h2 class="magick-post-title"><a id="overview"></a>Architecture Overview</h2>
<h2 class="magick-post-title"><a class="anchor" id="overview"></a>Architecture Overview</h2>
<p>An image typically consists of a rectangular region of pixels and metadata. To convert, edit, or compose an image in an efficient manner, we need convenient access to any pixel anywhere within the region (and sometimes outside the region). And in the case of an image sequence, we need access to any pixel of any region of any image in the sequence. However, there are hundreds of image formats such JPEG, TIFF, PNG, GIF, etc., that makes it difficult to access pixels on demand. Within these formats we find differences in:</p>
@@ -125,7 +125,7 @@
<p>ImageMagick consists of nearly a half million lines of C code and optionally depends on several million lines of code in dependent libraries (e.g. JPEG, PNG, TIFF libraries). Given that, one might expect a huge architecture document. However, a great majority of image processing is simply accessing pixels and its metadata and our simple, elegant, and efficient implementation makes this easy for the ImageMagick developer. We discuss the implementation of the pixel cache and getting and setting image properties and profiles in the next few sections. Next, we discuss using ImageMagick within a <a href="architecture.html#threads">thread</a> of execution. In the final sections, we discuss <a href="architecture.html#coders">image coders</a> to read or write a particular image format followed by a few words on creating a <a href="architecture.html#filters">filter</a> to access or update pixels based on your custom requirements.</p>
<h2 class="magick-post-title"><a id="cache"></a>The Pixel Cache</h2>
<h2 class="magick-post-title"><a class="anchor" id="cache"></a>The Pixel Cache</h2>
<p>The ImageMagick pixel cache is a repository for image pixels with up to 32 channels. The channels are stored contiguously at the depth specified when ImageMagick was built. The channel depths are 8 bits-per-pixel component for the Q8 version of ImageMagick, 16 bits-per-pixel component for the Q16 version, and 32 bits-per-pixel component for the Q32 version. By default pixel components are 32-bit floating-bit <a href="high-dynamic-range.html">high dynamic-range</a> quantities. The channels can hold any value but typically contain red, green, blue, and alpha intensities or cyan, magenta, yellow, alpha intensities. A channel might contain the colormap indexes for colormapped images or the black channel for CMYK images. The pixel cache storage may be heap memory, disk-backed memory mapped, or on disk. The pixel cache is reference-counted. Only the cache properties are copied when the cache is cloned. The cache pixels are subsequently copied only when you signal your intention to update any of the pixels.</p>
@@ -134,7 +134,7 @@
<p>The pixel cache is associated with an image when it is created and it is initialized when you try to get or put pixels. Here are three common methods to associate a pixel cache with an image:</p>
<dl>
<dt class="col-md-4">Create an image canvas initialized to the background color:</dt><br/>
<dt class="col-md-8">Create an image canvas initialized to the background color:</dt><br/>
<dd class="col-md-8"><pre class="highlight"><code>image=AllocateImage(image_info);
if (SetImageExtent(image,640,480) == MagickFalse)
{ /* an exception was thrown */ }
@@ -142,13 +142,13 @@ if (SetImageExtent(image,640,480) == MagickFalse)
SetImageBackgroundColor(image);
</code></pre></dd>
<dt class="col-md-4">Create an image from a JPEG image on disk:</dt><br/>
<dt class="col-md-8">Create an image from a JPEG image on disk:</dt><br/>
<dd class="col-md-8"><pre class="highlight"><code>(void) strcpy(image_info-&gt;filename,"image.jpg"):
image=ReadImage(image_info,exception);
if (image == (Image *) NULL)
{ /* an exception was thrown */ }
</code></pre></dd>
<dt class="col-md-4">Create an image from a memory based image:</dt><br/>
<dt class="col-md-8">Create an image from a memory based image:</dt><br/>
<dd class="col-md-8"><pre class="highlight"><code>image=BlobToImage(blob_info,blob,extent,exception);
if (image == (Image *) NULL)
{ /* an exception was thrown */ }
@@ -159,10 +159,10 @@ if (image == (Image *) NULL)
<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">&#x2011;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.7-14 2017-12-06 Q16 https://www.imagemagick.org</span></pre>
<pre class="highlight"><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.7-15 2017-12-10 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>
<h3><a class="anchor" id="authentic-pixels"></a>Access the Pixel Cache</h3>
<p>Once the pixel cache is associated with an image, you typically want to get, update, or put pixels into it. We refer to pixels inside the image region as <a href="architecture.html#authentic-pixels">authentic pixels</a> and outside the region as <a href="architecture.html#virtual-pixels">virtual pixels</a>. Use these methods to access the pixels in the cache:</p>
<ul>
@@ -236,7 +236,7 @@ if (y &lt; (ssize_t) source-&gt;rows)
<p>gives you the pixels you asked for without complaint, even though some are not within the confines of the image region.</p>
<h3><a id="virtual-pixels"></a>Virtual Pixels</h3>
<h3><a class="anchor" id="virtual-pixels"></a>Virtual Pixels</h3>
<p>There are a plethora of image processing algorithms that require a neighborhood of pixels about a pixel of interest. The algorithm typically includes a caveat concerning how to handle pixels around the image boundaries, known as edge pixels. With virtual pixels, you do not need to concern yourself about special edge processing other than choosing which virtual pixel method is most appropriate for your algorithm.</p>
<p>Access to the virtual pixels are controlled by the <a href="api/cache.html#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod()</a> method from the MagickCore API or the <a href="command-line-options.html#virtual-pixel">&#x2011;virtual&#x2011;pixel</a> option from the command line. The methods include:</p>
@@ -434,7 +434,7 @@ convert image.mpc -crop 100x100+200+0 +repage 3.png
<p>MPC is ideal for web sites. It reduces the overhead of reading and writing an image. We use it exclusively at our <a href="../MagickStudio/scripts/MagickStudio.cgi">online image studio</a>.</p>
<h2 class="magick-post-title"><a id="stream"></a>Streaming Pixels</h2>
<h2 class="magick-post-title"><a class="anchor" id="stream"></a>Streaming Pixels</h2>
<p>ImageMagick provides for streaming pixels as they are read from or written to an image. This has several advantages over the pixel cache. The time and resources consumed by the pixel cache scale with the area of an image, whereas the pixel stream resources scale with the width of an image. The disadvantage is the pixels must be consumed as they are streamed so there is no persistence.</p>
@@ -465,7 +465,7 @@ image=ReadStream(image_info,&amp;StreamPixels,exception);
<p>We also provide a lightweight tool, <a href="stream.html">stream</a>, 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 <a href="stream.html">stream</a> desirable when working with large images or when you require raw pixel components. A majority of the image formats stream pixels (red, green, and blue) from left to right and top to bottom. However, a few formats do not support this common ordering (e.g. the PSD format).</p>
<h2 class="magick-post-title"><a id="properties"></a>Image Properties and Profiles</h2>
<h2 class="magick-post-title"><a class="anchor" id="properties"></a>Image Properties and Profiles</h2>
<p>Images have metadata associated with them in the form of properties (e.g. width, height, description, etc.) and profiles (e.g. EXIF, IPTC, color management). ImageMagick provides convenient methods to get, set, or update image properties and get, set, update, or apply profiles. Some of the more popular image properties are associated with the Image structure in the MagickCore API. For example:</p>
<pre class="highlight"><code>(void) printf("image width: %lu, height: %lu\n",image-&gt;columns,image-&gt;rows);
@@ -496,7 +496,7 @@ if (profile != (StringInfo *) NULL)
(void) PrintStringInfo(stdout,"EXIF",profile);
</code></pre>
<h2 class="magick-post-title"><a id="tera-pixel"></a>Large Image Support</h2>
<h2 class="magick-post-title"><a class="anchor" id="tera-pixel"></a>Large Image Support</h2>
<p>ImageMagick can read, process, or write mega-, giga-, or tera-pixel image sizes. An image width or height can range from 1 to 2 giga-pixels on a 32 bit OS and up to 9 exa-pixels on a 64-bit OS. Note, that some image formats have restrictions on image size. For example, Photoshop images are limited to 300,000 pixels for width or height. Here we resize an image to a quarter million pixels square:</p>
<pre class="highlight"><code>convert logo: -resize 250000x250000 logo.miff
</code></pre>
@@ -528,7 +528,7 @@ convert -limit memory 2mb -limit map 2mb -limit disk 2gb \
myhugeimage.jpg -sharpen 5x2 myhugeimage.png
</code></pre>
<h2 class="magick-post-title"><a id="threads"></a>Threads of Execution</h2>
<h2 class="magick-post-title"><a class="anchor" id="threads"></a>Threads of Execution</h2>
<p>Many of ImageMagick's internal algorithms are threaded to take advantage of speed-ups offered by the multicore processor chips. However, you are welcome to use ImageMagick algorithms in your threads of execution with the exception of the MagickCore's GetVirtualPixels(), GetAuthenticPixels(), QueueAuthenticPixels(), or SyncAuthenticPixels() pixel cache methods. These methods are intended for one thread of execution only with the exception of an OpenMP parallel section. To access the pixel cache with more than one thread of execution, use a cache view. We do this for the <a href="api/composite.html#CompositeImage">CompositeImage()</a> method, for example. Suppose we want to composite a single image over a different image in each thread of execution. If we use GetVirtualPixels(), the results are unpredictable because multiple threads would likely be asking for different areas of the pixel cache simultaneously. Instead we use GetCacheViewVirtualPixels() which creates a unique view for each thread of execution ensuring our program behaves properly regardless of how many threads are invoked. The other program interfaces, such as the <a href="magick-wand.html">MagickWand API</a>, are completely thread safe so there are no special precautions for threads of execution.</p>
@@ -673,7 +673,7 @@ Performance[12]: 10i 4.525ips 0.799e 18.320u 0:02.210
<p>The sweet spot for this example is 6 threads. This makes sense since there are 6 physical cores. The other 6 are hyperthreads. It appears that sharpening does not benefit from hyperthreading.</p>
<p>In certain cases, it might be optimal to set the number of threads to 1 or to disable OpenMP completely with the <a href="resources.html#environment">MAGICK_THREAD_LIMIT</a> environment variable, <a href="command-line-options.html#limit">-limit</a> command line option, or the <a href="resources.html#configure">policy.xml</a> configuration file.</p>
<h2 class="magick-post-title"><a id="distributed"></a>Heterogeneous Distributed Processing</h2>
<h2 class="magick-post-title"><a class="anchor" id="distributed"></a>Heterogeneous Distributed Processing</h2>
<p>ImageMagick includes support for heterogeneous distributed processing with the <a href="http://en.wikipedia.org/wiki/OpenCL">OpenCL</a> framework. OpenCL kernels within ImageMagick permit image processing algorithms to execute across heterogeneous platforms consisting of CPUs, GPUs, and other processors. Depending on your platform, speed-ups can be an order of magnitude faster than the traditional single CPU.</p>
<p>First verify that your version of ImageMagick includes support for the OpenCL feature:</p>
@@ -751,7 +751,7 @@ __kernel void Convolve(const __global CLPixelType *source,__constant float *filt
<p>Note, that under Windows, you might have an issue with TDR (Timeout Detection and Recovery of GPUs). Its purpose is to detect runaway tasks hanging the GPU by using an execution time threshold. For some older low-end GPUs running the OpenCL filters in ImageMagick, longer execution times might trigger the TDR mechanism and pre-empt the GPU image filter. When this happens, ImageMagick automatically falls back to the CPU code path and returns the expected results. To avoid pre-emption, increase the <a href="http://msdn.microsoft.com/en-us/library/windows/hardware/gg487368.aspx">TdrDelay</a> registry key.</p>
<h2 class="magick-post-title"><a id="coders"></a>Custom Image Coders</h2>
<h2 class="magick-post-title"><a class="anchor" id="coders"></a>Custom Image Coders</h2>
<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.). Registering an image coder alerts ImageMagick a particular format is available to read or write. While unregistering tells ImageMagick the format is no longer available. The classifying method looks at the first few bytes of an image and determines if the image is in the expected format. The reader sets the image size, colorspace, and other properties and loads the pixel cache with the pixels. The reader returns a single image or an image sequence (if the format supports multiple images per file), or if an error occurs, an exception and a null image. The writer does the reverse. It takes the image properties and unloads the pixel cache and writes them as required by the image format.</p>
@@ -1183,7 +1183,7 @@ display logo.mgk
<p>We provide the <a href="https://www.imagemagick.org/download/kits/">Magick Coder Kit</a> to help you get started writing your own custom coder.</p>
<h2 class="magick-post-title"><a id="filters"></a>Custom Image Filters</h2>
<h2 class="magick-post-title"><a class="anchor" id="filters"></a>Custom Image Filters</h2>
<p>ImageMagick provides a convenient mechanism for adding your own custom image processing algorithms. We call these image filters and they are invoked from the command line with the <a href="command-line-options.html#process">-process</a> option or from the MagickCore API method <a href="api/module.html#ExecuteModuleProcess">ExecuteModuleProcess()</a>.</p>
@@ -1463,13 +1463,15 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="architecture.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="architecture.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -1477,4 +1479,4 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:20 -->
+1 -1
View File
@@ -447,7 +447,7 @@ objShell.Exec("convert ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")
</p>
<p><a href="binary-releases.html#">Back to top</a>
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<a href="www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
</footer>
</div><!-- /.container -->
+13 -9
View File
@@ -80,7 +80,9 @@
</header>
<main role="main" class="container">
<div class="magick-template">
<div class="magick-header"><dl><dt>2017-12-08 7.0.7-15 Cristy &lt;quetzlzacatenango@image...&gt;</dt>
<div class="magick-header"><dl><dt>2017-12-16 7.0.7-15 Cristy &lt;quetzlzacatenango@image...&gt;</dt>
<li> Release ImageMagick version 7.0.7-15, GIT revision 21924:30cb31746:20171216.</li>
<dt>2017-12-08 7.0.7-15 Cristy &lt;quetzlzacatenango@image...&gt;</dt>
<li> Overall standard deviation is the average of each pixel channel (reference https://www.imagemagick.org/discourse-server//viewforum.html?f=3).</li>
<li> Update to the latest ImageMagick documentation.</li>
<dt>2017-12-05 7.0.7-14 Cristy &lt;quetzlzacatenango@image...&gt;</dt>
@@ -591,13 +593,15 @@
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="changelog.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="changelog.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -605,4 +609,4 @@
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 09:58 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+13 -11
View File
@@ -87,7 +87,7 @@
<p>You could use an <a href="http://www.wizards-toolkit.org/www/encipher.html">enciphering</a> utility to scramble your image but they typically scramble the entire file making it unrecognizable as an image format. With ImageMagick, only the pixels are scrambled. The scrambled image continues to be recognized as an image and will even display in your web page. However, the content appears as gibberish, nothing like the original content.</p>
<h2 class="magick-post-title"><a id="encipher"></a>Encipher an Image</h2>
<h2 class="magick-post-title"><a class="anchor" id="encipher"></a>Encipher an Image</h2>
<p>Use the <a href="command-line-options.html#encipher">-encipher</a> option to scramble your image so that it is unrecognizable. The option requires a filename that contains your passphrase. In this example we scramble an image and save it in the PNG format:</p>
@@ -99,14 +99,14 @@
<pre class="highlight"><code>convert rose.jpg -encipher smiley.gif rose.png
</code></pre>
<h2 class="magick-post-title"><a id="decipher"></a>Decipher an Image</h2>
<h2 class="magick-post-title"><a class="anchor" id="decipher"></a>Decipher an Image</h2>
<p>Use the <a href="command-line-options.html#decipher">-decipher</a> option to unscramble your image so that it is recognizable once again. The option requires a filename that contains your passphrase. In this example we unscramble an image and save it in the JPEG format:</p>
<pre class="highlight"><code>convert rose.png -decipher passphrase.txt rose.jpg
</code></pre>
<h2 class="magick-post-title"><a id="caveats"></a>Encipher and Decipher Caveats</h2>
<h2 class="magick-post-title"><a class="anchor" id="caveats"></a>Encipher and Decipher Caveats</h2>
<p>Some formats do not support enciphered pixels-- the JPEG or GIF format, for
example. To ensure your image format is supported, encipher a test image and
@@ -148,13 +148,15 @@ Examples <a href="../Usage/transform/#encipher"
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="cipher.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="cipher.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -162,4 +164,4 @@ Examples <a href="../Usage/transform/#encipher"
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+10 -8
View File
@@ -142,13 +142,15 @@ magick myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="color-management.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="color-management.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -156,4 +158,4 @@ magick myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 09:59 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+13 -11
View File
@@ -87,7 +87,7 @@
<p>Use the <a href="../contrib/color-converter.html">Color Converter</a> to supply any valid ImageMagick color specification as described below to see a color swatch of that color and to convert to all the other color models.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>Each of the following commands produces the same <var>lime</var> border around the image. (Use "double quotes" for Windows.)</p>
@@ -99,7 +99,7 @@ magick -bordercolor 'rgb(0,100%,0)' -border 10 image.jpg image.png</code></pre>
<p>The list of recognized color names (for example, <var>aqua</var>, <var>black</var>, <var>blue</var>, <var>fuchsia</var>, <var>gray</var>, <var>green</var>, <var>lime</var>, <var>maroon</var>, <var>navy</var>, <var>olive</var>, <var>purple</var>, <var>red</var>, <var>silver</var>, <var>teal</var>, <var>white</var>, <var>yellow</var>, and others) is shown in a table further below.</p>
<h2 class="magick-post-title"><a id="models"></a>Color Model Specification</h2>
<h2 class="magick-post-title"><a class="anchor" id="models"></a>Color Model Specification</h2>
<p>The sRGB, CMYK, HSL and HSB color models are used in numerical color specifications. These examples all specify the same red sRGB color:</p>
@@ -204,7 +204,7 @@ icc-color(rgb, white)</code></pre>
device-rgb(0.5, 1.0, 0.0)
device-cmyk(0.11, 0.48, 0.83, 0.00)</code></pre>
<h2 class="magick-post-title"><a id="color_names"></a>List of Color Names</h2>
<h2 class="magick-post-title"><a class="anchor" id="color_names"></a>List of Color Names</h2>
<p>The table below provides a list of named colors recognized by ImageMagick:</p>
@@ -4945,13 +4945,15 @@ device-cmyk(0.11, 0.48, 0.83, 0.00)</code></pre>
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="color.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="color.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -4959,4 +4961,4 @@ device-cmyk(0.11, 0.48, 0.83, 0.00)</code></pre>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
File diff suppressed because it is too large Load Diff
+20 -18
View File
@@ -131,7 +131,7 @@
<p>See <a href="../Usage/">Examples of ImageMagick Usage</a> for additional help when using ImageMagick from the command-line.</p>
<h2 class="magick-post-title"><a id="anatomy"></a>The Anatomy of the Command-line</h2>
<h2 class="magick-post-title"><a class="anchor" id="anatomy"></a>The Anatomy of the Command-line</h2>
<p>The ImageMagick command-line consists of</p>
<ol>
@@ -152,7 +152,7 @@
<p>You can find a detailed explanation of each of the constituent parts of the command-line in the sections that follow.</p>
<h2 class="magick-post-title"><a id="input"></a>Input Filename</h2>
<h2 class="magick-post-title"><a class="anchor" id="input"></a>Input Filename</h2>
<p>ImageMagick extends the concept of an input filename to include:</p>
<ul>
@@ -329,7 +329,7 @@ image-5.jpg</pre>
<pre class="highlight"><code>magick logo: gif:- | display -define stream:buffer-size=0 gif:-</code></pre>
<h2 class="magick-post-title"><a id="option"></a>Command-line Options</h2>
<h2 class="magick-post-title"><a class="anchor" id="option"></a>Command-line Options</h2>
<p>You can direct the behavior of ImageMagick utilities with these command-line <a href="command-line-options.html">options</a>. The behavior of an option falls into one of these categories:</p>
@@ -342,7 +342,7 @@ image-5.jpg</pre>
<li><a href="command-line-processing.html#stack">Image Stack</a></li>
</ul>
<h4 class="magick-header"><a id="setting"></a>Image Setting</h4>
<h4 class="magick-header"><a class="anchor" id="setting"></a>Image Setting</h4>
<p>An image setting persists as it appears on the command-line and may affect
subsequent processing such as reading an image, an image operator, or when
@@ -357,7 +357,7 @@ is reset or the command-line terminates. The image settings include:</p>
<pre class="highlight"><code>magick -channel RGB wand.png wizard.png images.png</code></pre>
<h4 class="magick-header"><a id="operator"></a>Image Operator</h4>
<h4 class="magick-header"><a class="anchor" id="operator"></a>Image Operator</h4>
<p>An image operator differs from a setting in that it affects the image
immediately as it appears on the command-line. An operator is
@@ -375,12 +375,12 @@ include:</p>
<pre class="highlight"><code>magick wand.png -negate wizard.png images.png</code></pre>
<h4 class="magick-header"><a id="channel"></a>Image Channel Operator</h4>
<h4 class="magick-header"><a class="anchor" id="channel"></a>Image Channel Operator</h4>
<p>Operate directly on image channels:</p>
<ul>
<a href="command-line-options.html#channel-fx">&#x2011;channel&#x2011;fx</a><a href="command-line-options.html#separate">&#x2011;separate</a> </ul>
<h4 class="magick-header"><a id="sequence"></a>Image Sequence Operator</h4>
<h4 class="magick-header"><a class="anchor" id="sequence"></a>Image Sequence Operator</h4>
<p>An image sequence operator differs from a setting in that it affects an
image sequence immediately as it appears on the command-line. Choose from
@@ -392,7 +392,7 @@ these image sequence operators:</p>
<pre class="highlight"><code>magick mikayla.png picnic.png beach.png -append vacation.png</code></pre>
<h4 class="magick-header"><a id="geometry"></a>Image Geometry</h4>
<h4 class="magick-header"><a class="anchor" id="geometry"></a>Image Geometry</h4>
<p>Many command-line <a href="command-line-options.html">options</a> take a <var>geometry</var> argument
to specify such things as the desired width and height of an image and other
@@ -536,7 +536,7 @@ magick logo: -gravity center -region '100x200-10+20' -negate wizNeg3.png</code><
</p>
<h4 class="magick-header"><a id="stack"></a>Image Stack</h4>
<h4 class="magick-header"><a class="anchor" id="stack"></a>Image Stack</h4>
<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>
@@ -558,7 +558,7 @@ above.</p>
<p>The arguments to these operators are indexes into the image sequence by number, starting with zero, for the first image, and so on. However if you give a negative index, the images are indexed from the end (last image added). That is, an index of -1 is the last image in the current image sequence, -2 gives the second-to-last, and so on.</p>
<h2 class="magick-post-title"><a id="output"></a>Output Filename</h2>
<h2 class="magick-post-title"><a class="anchor" id="output"></a>Output Filename</h2>
<p>ImageMagick extends the concept of an output filename to include:</p>
@@ -619,13 +619,15 @@ image-2.jpg</pre>
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="command-line-processing.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="command-line-processing.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -633,4 +635,4 @@ image-2.jpg</pre>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 09:58 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+22 -20
View File
@@ -89,22 +89,22 @@
<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="../Usage/">create, edit, compose, or convert</a> images from the command-line.</p>
<dl class="row">
<dt class="col-md-4"><a id="magick"></a><a href="magick.html">magick</a></dt><dd class="col-md-8">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 class="col-md-4"><a id="magick-script"></a><a href="magick-script.html">magick-script</a></dt><dd class="col-md-8">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>
<dt class="col-md-4"><a class="anchor" id="magick"></a><a href="magick.html">magick</a></dt><dd class="col-md-8">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 class="col-md-4"><a class="anchor" id="magick-script"></a><a href="magick-script.html">magick-script</a></dt><dd class="col-md-8">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="row">
<dt class="col-md-4"><a href="animate.html">animate</a></dt><dd class="col-md-8">animate an image sequence on any X server.</dd>
<dt class="col-md-4"><a id="compare"></a><a href="compare.html">compare</a></dt><dd class="col-md-8">mathematically and visually annotate the difference between an image and its reconstruction.</dd>
<dt class="col-md-4"><a id="composite"></a><a href="composite.html">composite</a></dt><dd class="col-md-8">overlap one image over another.</dd>
<dt class="col-md-4"><a id="conjure"></a><a href="conjure.html">conjure</a></dt><dd class="col-md-8">interpret and execute scripts written in the Magick Scripting Language (MSL).</dd>
<dt class="col-md-4"><a id="convert"></a><a href="convert.html">convert</a></dt><dd class="col-md-8">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 class="col-md-4"><a id="display"></a><a href="display.html">display</a></dt><dd class="col-md-8">display an image or image sequence on any X server.</dd>
<dt class="col-md-4"><a id="identify"></a><a href="identify.html">identify</a></dt><dd class="col-md-8">describe the format and characteristics of one or more image files.</dd>
<dt class="col-md-4"><a id="import"></a><a href="import.html">import</a></dt><dd class="col-md-8">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 class="col-md-4"><a id="mogrify"></a><a href="mogrify.html">mogrify</a></dt><dd class="col-md-8">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 class="col-md-4"><a id="montage"></a><a href="montage.html">montage</a></dt><dd class="col-md-8">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 class="col-md-4"><a id="stream"></a><a href="stream.html">stream</a></dt><dd class="col-md-8">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>
<dt class="col-md-4"><a class="anchor" id="compare"></a><a href="compare.html">compare</a></dt><dd class="col-md-8">mathematically and visually annotate the difference between an image and its reconstruction.</dd>
<dt class="col-md-4"><a class="anchor" id="composite"></a><a href="composite.html">composite</a></dt><dd class="col-md-8">overlap one image over another.</dd>
<dt class="col-md-4"><a class="anchor" id="conjure"></a><a href="conjure.html">conjure</a></dt><dd class="col-md-8">interpret and execute scripts written in the Magick Scripting Language (MSL).</dd>
<dt class="col-md-4"><a class="anchor" id="convert"></a><a href="convert.html">convert</a></dt><dd class="col-md-8">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 class="col-md-4"><a class="anchor" id="display"></a><a href="display.html">display</a></dt><dd class="col-md-8">display an image or image sequence on any X server.</dd>
<dt class="col-md-4"><a class="anchor" id="identify"></a><a href="identify.html">identify</a></dt><dd class="col-md-8">describe the format and characteristics of one or more image files.</dd>
<dt class="col-md-4"><a class="anchor" id="import"></a><a href="import.html">import</a></dt><dd class="col-md-8">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 class="col-md-4"><a class="anchor" id="mogrify"></a><a href="mogrify.html">mogrify</a></dt><dd class="col-md-8">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 class="col-md-4"><a class="anchor" id="montage"></a><a href="montage.html">montage</a></dt><dd class="col-md-8">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 class="col-md-4"><a class="anchor" id="stream"></a><a href="stream.html">stream</a></dt><dd class="col-md-8">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 on your computer, you can instead utilize them as a subcommand of the <code>magick</code> command. For example,</p>
<pre class="highlight"><code>magick identify -verbose myImage.png</code></pre>
@@ -116,13 +116,15 @@
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="command-line-tools.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="command-line-tools.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -130,4 +132,4 @@
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 09:59 -->
<!-- Magick Cache 17th December 2017 09:20 -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">Use the <code>compare</code> program to mathematically and visually annotate the difference between an image and its reconstruction. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>compare</code> command or see below for example usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>compare</code> command here to illustrate its usefulness and ease of use. To get started, lets compare an image to one thats been sharpened:</p>
@@ -135,7 +135,7 @@ Image: rose.jpg
<p>The compare program returns 2 on error otherwise 0 if the images are similar or 1 if they are dissimilar.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>compare</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -431,13 +431,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="compare.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="compare.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -445,4 +447,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:20 -->
+9 -7
View File
@@ -632,13 +632,15 @@ href="../www/command-line-options.html#list">-list compose</a>.</p>
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="compose.html#">Back to top</a>
<a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="compose.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">Use the <code>composite</code> program to overlap one image over another. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>composite</code> command or see below for example usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>composite</code> command here to illustrate its usefulness and ease of use. To get started, lets overlay a smiley face over a rose:</p>
@@ -118,7 +118,7 @@ magick composite -compose atop -geometry -13-17 white-highlight.png red-circle.p
<p>You can find additional examples of using <code>composite</code> in <a href="../Usage/">Examples of ImageMagick Usage</a>. You can find out more about them and the mathematics by looking at <a href="http://www.w3.org/TR/SVG12/rendering.html">SVG Alpha Compositing</a></p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>composite</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -535,13 +535,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="composite.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="composite.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -549,4 +551,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:01 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+13 -11
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">The <code>conjure</code> program gives you the ability to perform custom image processing tasks from a script written in the Magick Scripting Language (MSL). MSL is XML-based and consists of action statements with attributes. Actions include reading an image, processing an image, getting attributes from an image, writing an image, and more. An attribute is a key/value pair that modifies the behavior of an action. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>conjure</code> command or see below for example usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>conjure</code> command here to illustrate its usefulness and ease of use. To get started, here is simple <code>conjure</code> command:</p>
@@ -160,7 +160,7 @@ msl:font-metrics.origin.y
<p>You can find additional examples of using <code>conjure</code> in <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>. Further discussion is available in <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="../Usage/">Examples of ImageMagick Usage</a>.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>conjure</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -219,7 +219,7 @@ msl:font-metrics.origin.y
</tbody>
</table>
<h2 class="magick-post-title"><a id="msl"></a>Magick Scripting Language</h2>
<h2 class="magick-post-title"><a class="anchor" id="msl"></a>Magick Scripting Language</h2>
<p>The <code>conjure</code> command recognizes these MSL elements. Any element with a strike-thru is not supported yet.</p>
<table class="table table-sm table-striped">
<caption>Magick Scripting Language (MSL)</caption>
@@ -1144,13 +1144,15 @@ fill="color name", channel="All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray,
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="conjure.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="conjure.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -1158,4 +1160,4 @@ fill="color name", channel="All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray,
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:02 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+10 -8
View File
@@ -126,13 +126,15 @@
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="connected-components.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="connected-components.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -140,4 +142,4 @@
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+9 -7
View File
@@ -145,13 +145,15 @@
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="https://www.imagemagick.org/script/contact.php#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+11 -9
View File
@@ -123,7 +123,7 @@
<p>You can find additional examples of using <code>convert</code> in <a href="../Usage/">Examples of ImageMagick Usage</a>.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>convert</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -1334,13 +1334,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="convert.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="convert.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -1348,4 +1350,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 09:59 -->
<!-- Magick Cache 17th December 2017 09:20 -->
+44 -42
View File
@@ -85,122 +85,122 @@
<p class="lead magick-description">ImageMagick includes a number of ready-made interfaces. This makes it possible to modify or create images automagically and dynamically utilizing your favorite development platform.</p>
<dl class="row">
<dt class="col-md-4"><a id="ada"></a>Ada</dt>
<dt class="col-md-4"><a class="anchor" id="ada"></a>Ada</dt>
<dd class="col-md-8"><a href="https://gna.org/projects/g2f/">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</dd>
<dt class="col-md-4"><a id="c"></a>C</dt>
<dt class="col-md-4"><a class="anchor" id="c"></a>C</dt>
<dd class="col-md-8">Use <a href="magick-wand.html">MagickWand</a> to convert, compose, and edit images from the C language. There is also the low-level <a href="magick-core.html">MagickCore</a> library for wizard-level developers.</dd>
<dt class="col-md-4"><a id="ch"></a>Ch</dt>
<dt class="col-md-4"><a class="anchor" id="ch"></a>Ch</dt>
<dd class="col-md-8"><a href="../ChMagick">ChMagick</a> is a <a href="http://www.softintegration.com/">Ch</a> binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.</dd>
<dt class="col-md-4"><a id="com_"></a>COM+</dt>
<dt class="col-md-4"><a class="anchor" id="com_"></a>COM+</dt>
<dd class="col-md-8">Use <a href="ImageMagickObject.html">ImageMagickObject</a> to convert, compose, and edit images from a Windows COM+ compatible component.</dd>
<dt class="col-md-4"><a id="c__"></a>C++</dt>
<dt class="col-md-4"><a class="anchor" id="c__"></a>C++</dt>
<dd class="col-md-8"><a href="magick++.html">Magick++</a> provides an object-oriented C++ interface to ImageMagick. See <a href="../Magick++/tutorial/Magick++_tutorial.pdf">A Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++. We include the <a href="../Magick++/tutorial/Magick++_tutorial.odt">source</a> if you want to correct, enhance, or expand the tutorial.</dd>
<dt class="col-md-4"><a id="go"></a>GO</dt>
<dt class="col-md-4"><a class="anchor" id="go"></a>GO</dt>
<dd class="col-md-8"><a href="https://github.com/gographics/imagick">GoImagick</a> is a set of Go bindings to ImageMagick's MagickWand and MagickCore C APIs.</dd>
<dt class="col-md-4"><a id="java"></a>Java</dt>
<dt class="col-md-4"><a class="anchor" id="java"></a>Java</dt>
<dd class="col-md-8"><a href="http://www.jmagick.org">JMagick</a> provides an object-oriented Java interface to ImageMagick. <a href="http://im4java.sourceforge.net">Im4java</a> is a pure-java interface to the ImageMagick command-line.</dd>
<dt class="col-md-4"><a id="julia"></a>Julia</dt>
<dt class="col-md-4"><a class="anchor" id="julia"></a>Julia</dt>
<dd class="col-md-8"><a href="https://github.com/JuliaIO/ImageMagick.jl">JuliaIO</a> provides an object-oriented Julia interface to ImageMagick.</dd>
<dt class="col-md-4"><a id="labview"></a>LabVIEW</dt>
<dt class="col-md-4"><a class="anchor" id="labview"></a>LabVIEW</dt>
<dd class="col-md-8"><a href="http://forums.lavag.org/downloads-file90.html">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</dd>
<dt class="col-md-4"><a id="lisp"></a>Lisp</dt>
<dt class="col-md-4"><a class="anchor" id="lisp"></a>Lisp</dt>
<dd class="col-md-8"><a href="http://common-lisp.net/project/cl-magick/">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</dd>
<dt class="col-md-4"><a id="lua"></a>Lua</dt>
<dt class="col-md-4"><a class="anchor" id="lua"></a>Lua</dt>
<dd class="col-md-8"><a href="https://github.com/leafo/magick">Lua</a> bindings to ImageMagick for LuaJIT using FFI.</dd>
<dt class="col-md-4"><a id="lua"></a> </dt>
<dt class="col-md-4"><a class="anchor" id="lua"></a> </dt>
<dd class="col-md-8"><a href="https://github.com/isage/lua-imagick">Lua</a> bindings to ImageMagick for Lua using pure-C.</dd>
<dt class="col-md-4"><a id="neko"></a>Neko</dt>
<dt class="col-md-4"><a class="anchor" id="neko"></a>Neko</dt>
<dd class="col-md-8"><a href="http://code.google.com/p/nmagick">NMagick</a> is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.</dd>
<dt class="col-md-4"><a id="dot-net"></a>.NET</dt>
<dt class="col-md-4"><a class="anchor" id="dot-net"></a>.NET</dt>
<dd class="col-md-8">Use <a href="http://magick.codeplex.com/">Magick.NET</a> to convert, compose, and edit images from Windows .NET.</dd>
<dt class="col-md-4"><a id="dot-net"></a> </dt>
<dd class="col-md-8">Use <a href="https://github.com/dlemstra/Magick.NET">Magick.NET</a> to convert, compose, and edit images from Windows .NET.</dd>
<dt class="col-md-4"><a class="anchor" id="dot-net"></a> </dt>
<dd class="col-md-8"><a href="http://sourceforge.net/projects/imagemagickapp/">ImageMagickApp</a> is a .NET application written in C# that utilizes the ImageMagick command line to allow conversion of multiple image formats to different formats.</dd>
<dt class="col-md-4"><a id="pascal"></a>Pascal</dt>
<dt class="col-md-4"><a class="anchor" id="pascal"></a>Pascal</dt>
<dd class="col-md-8"><a href="http://wiki.freepascal.org/PascalMagick">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</dd>
<dt class="col-md-4"><a id="perl"></a>Perl</dt>
<dt class="col-md-4"><a class="anchor" id="perl"></a>Perl</dt>
<dd class="col-md-8">Use <a href="perl-magick.html">PerlMagick</a> to convert, compose, and edit images from the Perl language.</dd>
<dt class="col-md-4"><a id="php"></a>PHP</dt>
<dt class="col-md-4"><a class="anchor" id="php"></a>PHP</dt>
<dd class="col-md-8"><a href="http://www.magickwand.org/">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</dd>
<dt class="col-md-4"><a id="php"></a> </dt>
<dt class="col-md-4"><a class="anchor" id="php"></a> </dt>
<dd class="col-md-8"><a href="http://pecl.html.net/package/imagick">IMagick</a> is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available <a href="http://php.net/imagick">here</a>.</dd>
<dt class="col-md-4"><a id="php"></a> </dt>
<dt class="col-md-4"><a class="anchor" id="php"></a> </dt>
<dd class="col-md-8"><a href="https://github.com/francodacosta/phmagick">phMagick</a> is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.</dd>
<dt class="col-md-4"><a id="python"></a>Python</dt>
<dt class="col-md-4"><a class="anchor" id="python"></a>Python</dt>
<dd class="col-md-8"><a href="http://wand-py.org/">Wand</a> is a ctypes-based ImagedMagick binding library for Python.</dd>
<dt class="col-md-4"><a id="php"></a> </dt>
<dt class="col-md-4"><a class="anchor" id="php"></a> </dt>
<dd class="col-md-8"><a href="https://www.imagemagick.org/download/python/">PythonMagick</a> is an object-oriented Python interface to ImageMagick.</dd>
<dt class="col-md-4"><a id="php"></a> </dt>
<dt class="col-md-4"><a class="anchor" id="php"></a> </dt>
<dd class="col-md-8"><a href="http://www.assembla.com/wiki/show/pythonmagickwand">PythonMagickWand</a> is an object-oriented Python interface to MagickWand based on ctypes.</dd>
<dt class="col-md-4"><a id="php"></a> </dt>
<dt class="col-md-4"><a class="anchor" id="php"></a> </dt>
<dd class="col-md-8"><a href="http://siptoolbox.sourceforge.net/">Scilab Image Processing</a> toolbox utilizes ImageMagick to do imaging tasks such as filtering, blurring, edge detection, thresholding, histogram manipulation, segmentation, mathematical morphology, color image processing, etc..</dd>
<dt class="col-md-4"><a id="realbasic"></a>REALbasic</dt>
<dt class="col-md-4"><a class="anchor" id="realbasic"></a>REALbasic</dt>
<dd class="col-md-8">The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</dd>
<dt class="col-md-4"><a id="r"></a>R</dt>
<dt class="col-md-4"><a class="anchor" id="r"></a>R</dt>
<dd class="col-md-8"> The <a href="https://cran.r-project.org/package=magick">magick</a> package wraps the Magick++ STL to provide vectorized image processing in R. Get started with using the package <a href="https://cran.r-project.org/web/packages/magick/vignettes/intro.html">vignette</a>.</dd>
<dt class="col-md-4"><a id="ruby"></a>Ruby</dt>
<dt class="col-md-4"><a class="anchor" id="ruby"></a>Ruby</dt>
<dd class="col-md-8"><a href="https://rmagick.github.io/">RMagick</a> is an interface between the Ruby programming language and the <a href="magick-core.html">MagickCore</a> image processing libraries. Get started with RMagick by perusing the <a href="https://rmagick.github.io/">documentation</a>.</dd>
<dt class="col-md-4"><a id="php"></a> </dt>
<dt class="col-md-4"><a class="anchor" id="php"></a> </dt>
<dd class="col-md-8"><a href="http://magickwand.rubyforge.org/">MagickWand for Ruby</a> is an interface between the Ruby programming language and the <a href="magick-wand.html">MagickWand</a> image processing libraries. Get started with MagickWand for PHP by perusing the <a href="http://magickwand.rubyforge.org/">documentation</a>.</dd>
<dt class="col-md-4"><a id="php"></a> </dt>
<dt class="col-md-4"><a class="anchor" id="php"></a> </dt>
<dd class="col-md-8"><a href="https://github.com/minimagick">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</dd>
<dt class="col-md-4"><a id="php"></a> </dt>
<dt class="col-md-4"><a class="anchor" id="php"></a> </dt>
<dd class="col-md-8"><a href="http://quickmagick.rubyforge.org/quick_magick">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</dd>
<dt class="col-md-4"><a id="rust"></a>Rust</dt>
<dt class="col-md-4"><a class="anchor" id="rust"></a>Rust</dt>
<dd class="col-md-8"><a href="https://github.com/influenza/wand-of-rust">RustWand</a> is a MagickWand bindings for the Rust language.</dd>
<dt class="col-md-4"><a id="tcl"></a>Tcl/Tk</dt>
<dt class="col-md-4"><a class="anchor" id="tcl"></a>Tcl/Tk</dt>
<dd class="col-md-8"><a href="http://tclmagick.sourceforge.net/">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</dd>
<dt class="col-md-4"><a id="xml-rpc"></a>XML RPC</dt>
<dt class="col-md-4"><a class="anchor" id="xml-rpc"></a>XML RPC</dt>
<dd class="col-md-8"><a href="http://code.google.com/p/remotemagick/">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</dd>
</dl>
@@ -211,13 +211,15 @@
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="develop.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="develop.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -225,4 +227,4 @@
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:01 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">Use the <code>display</code> program to display an image or image sequence on any X server. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>display</code> command or see below for example usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>display</code> command here to illustrate its usefulness and ease of use. To get started, lets display an image in the JPEG format:</p>
@@ -109,7 +109,7 @@
<p>You can find additional examples of using <code>display</code> in <a href="http://www.ibm.com/developerworks/library/l-graf/">Graphics from the Command Line</a>. Further discussion is available in <a href="https://www.ibm.com/developerworks/library/l-graf2/">More Graphics from the Command Line</a> and <a href="../Usage/">Examples of ImageMagick Usage</a>.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>display</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -575,13 +575,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="display.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="display.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -589,4 +591,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+10 -8
View File
@@ -104,13 +104,15 @@ convert -limit memory 1GiB -limit map 2GiB -limit disk 4GiB \
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="distribute-pixel-cache.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="distribute-pixel-cache.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -118,4 +120,4 @@ convert -limit memory 1GiB -limit map 2GiB -limit disk 4GiB \
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+67 -65
View File
@@ -87,7 +87,7 @@
<p>ImageMagick source and binary distributions are available from a variety of FTP and Web <a href="mirror.html">mirrors</a> around the world.</p>
<h2 class="magick-post-title"><a id="unix"></a>Unix Binary Release</h2>
<h2 class="magick-post-title"><a class="anchor" id="unix"></a>Unix Binary Release</h2>
<p>These are the Unix variations that we support. If your system is not on the list, try installing from <a href="install-source.html">source</a>. Although ImageMagick runs fine on a single core computer, it automagically runs in parallel on dual and quad-core systems reducing run times considerably.</p>
@@ -102,16 +102,16 @@
</tr>
<tr>
<td>ImageMagick-7.0.7-14.x86_64.rpm</td>
<td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.7-14.x86_64.rpm">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.7-14.x86_64.rpm">download</a></td>
<td>ImageMagick-7.0.7-15.x86_64.rpm</td>
<td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.7-15.x86_64.rpm">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-7.0.7-15.x86_64.rpm">download</a></td>
<td>Redhat / CentOS 7.1 x86_64 RPM</td>
</tr>
<tr>
<td>ImageMagick-libs-7.0.7-14.x86_64.rpm</td>
<td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.7-14.x86_64.rpm">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-libs-7.0.7-14.x86_64.rpm">download</a></td>
<td>ImageMagick-libs-7.0.7-15.x86_64.rpm</td>
<td><a href= "https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.7-15.x86_64.rpm">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-libs-7.0.7-15.x86_64.rpm">download</a></td>
<td>Redhat / CentOS 7.1 x86_64 RPM</td>
</tr>
@@ -148,8 +148,8 @@
<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.7-14.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.7-14.x86_64.rpm</span></pre>
<pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>rpm -Uvh ImageMagick-7.0.7-15.x86_64.rpm</span></pre><p>You'll need the libraries as well:</p>
<pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>rpm -Uvh ImageMagick-libs-7.0.7-15.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 class="highlight"><code>cd $HOME</code></pre>
@@ -160,7 +160,7 @@
<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.7"</span></pre>
<pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.7"</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 class="highlight"><code>export PATH="$MAGICK_HOME/bin:$PATH</code></pre>
@@ -179,7 +179,7 @@ display logo.gif</code></pre>
<p>Congratulations, you have a working ImageMagick distribution under Unix or Linux and you are ready to use ImageMagick to <a href="../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>
<h2 class="magick-post-title"><a id="macosx"></a>Mac OS X Binary Release</h2>
<h2 class="magick-post-title"><a class="anchor" id="macosx"></a>Mac OS X Binary Release</h2>
<p>We recommend <a href="http://www.macports.org">MacPorts</a> which custom builds ImageMagick in your environment (some users prefer <a href="http://brew.sh">Homebrew</a>). Download MacPorts and type:</p>
@@ -217,7 +217,7 @@ display logo.gif</code></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.7"</span></pre>
<pre class="highlight"><span class="crtprompt">$ </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.0.7"</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 class="highlight"><code>export PATH="$MAGICK_HOME/bin:$PATH"</code></pre>
@@ -239,7 +239,7 @@ display logo.gif</code></pre>
<p>Congratulations, you have a working ImageMagick distribution under Mac OS X and you are ready to use ImageMagick to <a href="../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>
<h2 class="magick-post-title"><a id="iOS"></a>iOS Binary Release</h2>
<h2 class="magick-post-title"><a class="anchor" id="iOS"></a>iOS Binary Release</h2>
<p><a href="http://www.cloudgoessocial.net/2011/03/21/im-xcode4-ios4-3/">~Claudio</a> provides iOS builds of ImageMagick.</p>
@@ -260,7 +260,7 @@ display logo.gif</code></pre>
<p>To run the script:</p>
<pre class="highlight"><code>./imagemagick_compile.sh <var>VERSION</var></code></pre>
<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.0.7-14, svn, ...)</p>
<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.0.7-15, svn, ...)</p>
<p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p>
<ul>
@@ -290,7 +290,7 @@ display logo.gif</code></pre>
<p>A <a href="http://www.cloudgoessocial.net/im_iphone/IM_Test.zip">sample project </a> is available for download. It is not updated too often, but it does give an idea of all the settings and some ways to play around with ImageMagick in an iOS application.</p>
<h2 class="magick-post-title"><a id="windows"></a>Windows Binary Release</h2>
<h2 class="magick-post-title"><a class="anchor" id="windows"></a>Windows Binary Release</h2>
<p>ImageMagick runs on Windows 10 (x86 &amp; x64), Windows 8 (x86 &amp; x64), Windows 7 (x86 &amp; x64), Windows Server 2012, Windows XP (x86) with Service Pack 3, Windows Vista (x86 &amp; x64) with Service Pack 2, Windows Server 2003 (x86 &amp; x64) with Service Pack 2 (verify MSXML6 is present), Windows Server 2003 R2 (x86 &amp; x64), Windows Server 2008 (x86 &amp; x64) with Service Pack 2, and Windows Server 2008 R2 (x64).</p>
@@ -309,9 +309,9 @@ display logo.gif</code></pre>
</tr>
<tr>
<td>ImageMagick-7.0.7-14-Q16-x64-dll.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-Q16-x64-dll.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-Q16-x64-dll.exe">download</a></td>
<td>ImageMagick-7.0.7-15-Q16-x64-dll.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q16-x64-dll.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-Q16-x64-dll.exe">download</a></td>
<td>Win64 dynamic at 16 bits-per-pixel component</td>
</tr>
</table></div>
@@ -329,93 +329,93 @@ display logo.gif</code></pre>
</tr>
<tr>
<td>ImageMagick-7.0.7-14-Q16-x64-static.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-Q16-x64-static.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-Q16-x64-static.exe">download</a></td>
<td>ImageMagick-7.0.7-15-Q16-x64-static.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q16-x64-static.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-Q16-x64-static.exe">download</a></td>
<td>Win64 static at 16 bits-per-pixel component</td>
</tr>
<tr>
<td>ImageMagick-7.0.7-14-Q8-x64-dll.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-Q8-x64-dll.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-Q8-x64-dll.exe">download</a></td>
<td>ImageMagick-7.0.7-15-Q8-x64-dll.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q8-x64-dll.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-Q8-x64-dll.exe">download</a></td>
<td>Win64 dynamic at 8 bits-per-pixel component</td>
</tr>
<tr>
<td>ImageMagick-7.0.7-14-Q8-x64-static.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-Q8-x64-static.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-Q8-x64-static.exe">download</a></td>
<td>ImageMagick-7.0.7-15-Q8-x64-static.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q8-x64-static.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-Q8-x64-static.exe">download</a></td>
<td>Win64 static at 8 bits-per-pixel component</td>
</tr>
<tr>
<td>ImageMagick-7.0.7-14-Q16-HDRI-x64-dll.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-Q16-HDRI-x64-dll.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-Q16-HDRI-x64-dll.exe">download</a></td>
<td>ImageMagick-7.0.7-15-Q16-HDRI-x64-dll.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q16-HDRI-x64-dll.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-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.7-14-Q16-HDRI-x64-static.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-Q16-HDRI-x64-static.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-Q16-HDRI-x64-static.exe">download</a></td>
<td>ImageMagick-7.0.7-15-Q16-HDRI-x64-static.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q16-HDRI-x64-static.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-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.7-14-Q16-x86-dll.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-Q16-x86-dll.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-Q16-x86-dll.exe">download</a></td>
<td>ImageMagick-7.0.7-15-Q16-x86-dll.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q16-x86-dll.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-Q16-x86-dll.exe">download</a></td>
<td>Win32 dynamic at 16 bits-per-pixel component</td>
</tr>
<tr>
<td>ImageMagick-7.0.7-14-Q16-x86-static.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-Q16-x86-static.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-Q16-x86-static.exe">download</a></td>
<td>ImageMagick-7.0.7-15-Q16-x86-static.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q16-x86-static.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-Q16-x86-static.exe">download</a></td>
<td>Win32 static at 16 bits-per-pixel component</td>
</tr>
<tr>
<td>ImageMagick-7.0.7-14-Q8-x86-dll.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-Q8-x86-dll.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-Q8-x86-dll.exe">download</a></td>
<td>ImageMagick-7.0.7-15-Q8-x86-dll.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q8-x86-dll.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-Q8-x86-dll.exe">download</a></td>
<td>Win32 dynamic at 8 bits-per-pixel component</td>
</tr>
<tr>
<td>ImageMagick-7.0.7-14-Q8-x86-static.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-Q8-x86-static.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-Q8-x86-static.exe">download</a></td>
<td>ImageMagick-7.0.7-15-Q8-x86-static.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q8-x86-static.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-Q8-x86-static.exe">download</a></td>
<td>Win32 static at 8 bits-per-pixel component</td>
</tr>
<tr>
<td>ImageMagick-7.0.7-14-Q16-HDRI-x86-dll.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-Q16-HDRI-x86-dll.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-Q16-HDRI-x86-dll.exe">download</a></td>
<td>ImageMagick-7.0.7-15-Q16-HDRI-x86-dll.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q16-HDRI-x86-dll.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-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.7-14-Q16-HDRI-x86-static.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-Q16-HDRI-x86-static.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-Q16-HDRI-x86-static.exe">download</a></td>
<td>ImageMagick-7.0.7-15-Q16-HDRI-x86-static.exe</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-Q16-HDRI-x86-static.exe">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-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.7-14-portable-Q16-x86.zip</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-portable-Q16-x86.zip">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-portable-Q16-x86.zip">download</a></td>
<td>ImageMagick-7.0.7-15-portable-Q16-x86.zip</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-portable-Q16-x86.zip">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-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.7-14-portable-Q16-x64.zip</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-14-portable-Q16-x64.zip">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-14-portable-Q16-x64.zip">download</a></td>
<td>ImageMagick-7.0.7-15-portable-Q16-x64.zip</td>
<td><a href= "https://www.imagemagick.org/download/binaries/ImageMagick-7.0.7-15-portable-Q16-x64.zip">download</a></td>
<td><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.7-15-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>
@@ -446,13 +446,15 @@ objShell.Exec("magick ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")</cod
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="download.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="download.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -460,4 +462,4 @@ objShell.Exec("magick ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")</cod
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 09:59 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+10 -8
View File
@@ -891,13 +891,15 @@ Post ObjectData Descriptor Record
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="escape.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="escape.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -905,4 +907,4 @@ Post ObjectData Descriptor Record
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+10 -8
View File
@@ -91,13 +91,15 @@
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="examples.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="examples.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -105,4 +107,4 @@
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 09:59 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+9 -7
View File
@@ -280,13 +280,15 @@
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="exception.html#">Back to top</a>
<a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="exception.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
+10 -8
View File
@@ -91,13 +91,15 @@
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="export.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="export.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -105,4 +107,4 @@
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+16 -14
View File
@@ -92,7 +92,7 @@
<p>On some platforms, ImageMagick automagically processes these extensions: .gz for Zip compression, .Z for Unix compression, .bz2 for block compression, and .pgp for PGP encryption. For example, a PNM image called image.pnm.gz is automagically uncompressed.</p>
<h2 class="magick-post-title"><a id="colorspace"></a>A Word about Colorspaces</h2>
<h2 class="magick-post-title"><a class="anchor" id="colorspace"></a>A Word about Colorspaces</h2>
<p>A majority of the image formats assume an sRGB
colorspace (e.g. JPEG, PNG, etc.). A few support only linear RGB (e.g. EXR,
DPX, CIN, HDR) or only linear GRAY (e.g. PGM). A few formats support CMYK.
@@ -143,7 +143,7 @@ example,</p>
<pre class="highlight"><code> convert lab.tif -colorspace RGB -resize 50% -colorspace Lab resize.jpg
</code></pre>
<h2 class="magick-post-title"><a id="supported"></a>Supported Image Formats</h2>
<h2 class="magick-post-title"><a class="anchor" id="supported"></a>Supported Image Formats</h2>
<p>ImageMagick supports reading over 100 major file formats (not
including sub-formats). The following table provides a summary of
@@ -1244,7 +1244,7 @@ the supported image formats.</p>
</table>
</div>
<h2 class="magick-post-title"><a id="pseudo"></a>Pseudo-image Formats</h2>
<h2 class="magick-post-title"><a class="anchor" id="pseudo"></a>Pseudo-image Formats</h2>
<p>ImageMagick supports a number of image format specifications which refer to images prepared via an algorithm, or input/output targets. The following table lists these pseudo-image formats:</p>
@@ -1470,7 +1470,7 @@ the supported image formats.</p>
</table>
</div>
<h2 class="magick-post-title"><a id="builtin-images"></a>Built-in Images</h2>
<h2 class="magick-post-title"><a class="anchor" id="builtin-images"></a>Built-in Images</h2>
<p>ImageMagick includes a number of built-in (embedded) images which may be referenced as if they were an image file. The <code>magick:</code> format tag may be used via the syntax <code>magick:</code><var>name</var> to request an embedded image (e.g. <code>magick:logo</code>). For backwards compatibility, the image specifications <code>GRANITE:</code>, <code>LOGO:</code>, <code>NETSCAPE:</code>, and <code>ROSE:</code> may also be used to request images with those names.</p>
@@ -1520,7 +1520,7 @@ the supported image formats.</p>
</table></div>
<h2 class="magick-post-title"><a id="builtin-patterns"></a>Built-in Patterns</h2>
<h2 class="magick-post-title"><a class="anchor" id="builtin-patterns"></a>Built-in Patterns</h2>
<p>ImageMagick includes a number of built-in (embedded) patterns which may be referenced as if they were an image file. The <code>pattern:</code> format tag may be used via the syntax <code>pattern:</code><var>name</var> to request an embedded pattern (e.g. <code>pattern:checkerboard</code>). The pattern size is controlled with the <a href="command-line-options.html#size">-size</a> command line option.</p>
@@ -1912,7 +1912,7 @@ the supported image formats.</p>
</tr>
</table></div>
<h2 class="magick-post-title"><a id="embedded"></a>Embedded Image Profiles</h2>
<h2 class="magick-post-title"><a class="anchor" id="embedded"></a>Embedded Image Profiles</h2>
<p>ImageMagick provides a number of format identifiers which are used to add, remove, and save embedded profiles for images which can support embedded profiles. Image types which may contain embedded profiles are TIFF, JPEG, and PDF.</p>
@@ -1985,13 +1985,15 @@ the supported image formats.</p>
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="formats.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="formats.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -1999,4 +2001,4 @@ the supported image formats.</p>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+12 -10
View File
@@ -83,7 +83,7 @@
<div class="magick-header">
<p class="text-center"><a href="fx.html#fx">The Fx Special Effects Image Operator</a><a href="fx.html#anatomy">The Anatomy of an Fx Expression</a></p>
<a id="fx"></a>
<a class="anchor" id="fx"></a>
<p class="lead magick-description">Use the Fx special effects image operator to apply a mathematical expression to an image or image channels. Use Fx to:</p>
@@ -149,7 +149,7 @@
<p>The next section discusses the Fx expression language.</p>
<h2 class="magick-post-title"><a id="anatomy"></a>The Anatomy of an Fx Expression</h2>
<h2 class="magick-post-title"><a class="anchor" id="anatomy"></a>The Anatomy of an Fx Expression</h2>
<h3>The Fx Expression Language</h3>
@@ -420,13 +420,15 @@ Red channel of NW corner of image #1 is 0.184588
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="fx.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="fx.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -434,4 +436,4 @@ Red channel of NW corner of image #1 is 0.184588
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+10 -8
View File
@@ -251,13 +251,15 @@ magick -size 256x128 -define gradient:radii=128,64 radial-gradient:black-white r
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="gradient.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="gradient.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -265,4 +267,4 @@ magick -size 256x128 -define gradient:radii=128,64 radial-gradient:black-white r
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+11 -9
View File
@@ -91,7 +91,7 @@
<li>apply tone-mapping for specific display</li>
</ul>
<h2 class="magick-post-title"><a id="enable"></a>Enabling HDRI in ImageMagick</h2>
<h2 class="magick-post-title"><a class="anchor" id="enable"></a>Enabling HDRI in ImageMagick</h2>
<p>By default, image pixels in ImageMagick version 7 are stored in a floating-point representation that range from 0 to the quantum depth, which is typically 16-bits (Q16). With HDRI enabled, the pixels can include negative values as well as values that exceed the quantum depth. A majority of digital image formats do not support HDRI, and for those images any pixels outside the quantum range are clamped before they are stored.</p>
@@ -116,13 +116,15 @@ Features: HDRI
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="high-dynamic-range.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="high-dynamic-range.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -130,4 +132,4 @@ Features: HDRI
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+10 -8
View File
@@ -108,13 +108,15 @@ I swear by my life and my love of it that I will never live for the sake of anot
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="history.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="history.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -122,4 +124,4 @@ I swear by my life and my love of it that I will never live for the sake of anot
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:06 -->
<!-- Magick Cache 17th December 2017 09:22 -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">The <code>identify</code> program describes the format and characteristics of one or more image files. It also reports if an image is incomplete or corrupt. The information returned includes the image number, the file name, the width and height of the image, whether the image is colormapped or not, the number of colors in the image, the number of bytes in the image, the format of the image (JPEG, PNM, etc.), and finally the number of seconds it took to read and process the image. Many more attributes are available with the verbose option. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>identify</code> command or see below for example usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>identify</code> command here to illustrate its usefulness and ease of use. To get started, lets identify an image in the JPEG format:</p>
@@ -203,7 +203,7 @@ image.raw RGB 640x480 sRGB 9kb 0.000u 0:01
<p>You can find additional examples of using <code>identify</code> in <a href="../Usage/">Examples of ImageMagick Usage</a>.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>identify</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -435,13 +435,15 @@ transparent, extract, background, or shape the alpha channel</td>
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="identify.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="identify.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -449,4 +451,4 @@ transparent, extract, background, or shape the alpha channel</td>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 09:58 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+12 -10
View File
@@ -85,7 +85,7 @@
<p class="lead magick-description">Use the <code>import</code> program to capture some or all of an X server screen and save the image to a file. <code>import</code> captures the window selected by clicking or program argument. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>import</code> command or see below for example usages of the command.</p>
<h2 class="magick-post-title"><a id="usage"></a>Example Usage</h2>
<h2 class="magick-post-title"><a class="anchor" id="usage"></a>Example Usage</h2>
<p>We list a few examples of the <code>import</code> command here to illustrate its usefulness and ease of use. To get started, lets import an image of an X11 window in the JPEG format:</p>
@@ -100,7 +100,7 @@
<p>You can find additional examples of using <code>import</code> in <a href="http://www.ibm.com/developerworks/library/l-graf/?ca=dnt-428">Graphics from the Command Line</a>. Further discussion is available in <a href="http://www.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine">More Graphics from the Command Line</a> and <a href="../Usage/">Examples of ImageMagick Usage</a>.</p>
<h2 class="magick-post-title"><a id="options"></a>Option Summary</h2>
<h2 class="magick-post-title"><a class="anchor" id="options"></a>Option Summary</h2>
<p>The <code>import</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
@@ -436,13 +436,15 @@
<p><a href="security-policy.html">Security</a>
<a href="architecture.html">Architecture</a>
<a href="links.html">Related</a>
<a href="sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="support.html">Donate</a>
<a href="import.html#">Back to top</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="sitemap.html">Sitemap</a>
<a href="import.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="support.html">Donate</a>
<a href="https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -450,4 +452,4 @@
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 10:05 -->
<!-- Magick Cache 17th December 2017 09:21 -->
+14 -12
View File
@@ -92,13 +92,13 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
<p>The ImageMagick development process ensures a stable API and <a href="https://abi-laboratory.pro/tracker/timeline/imagemagick/">ABI</a>. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="https://github.com/google/sanitizers/wiki/AddressSanitizer">memory error</a> and <a href="https://github.com/google/sanitizers/wiki/ThreadSanitizer">thread data race</a> detection to help prevent security vulnerabilities.</p>
<p>The current release is ImageMagick <a href="../www/download.html">7.0.7-14</a>. It runs on <a href="../www/download.html#unix">Linux</a>, <a href="../www/download.html#windows">Windows</a>, <a href="../www/download.html#macosx">Mac Os X</a>, <a href="../www/download.html#iOS">iOS</a>, Android OS, and others.</p>
<p>The current release is ImageMagick <a href="../www/download.html">7.0.7-15</a>. It runs on <a href="../www/download.html#unix">Linux</a>, <a href="../www/download.html#windows">Windows</a>, <a href="../www/download.html#macosx">Mac Os X</a>, <a href="../www/download.html#iOS">iOS</a>, Android OS, and others.</p>
<p>The authoritative ImageMagick web site is <a href="../">https://www.imagemagick.org</a>. The authoritative source code repository is <a href="https://github.com/ImageMagick">https://github.com/ImageMagick</a>. We maintain a source code mirror at <a href="https://gitlab.com/ImageMagick">https://gitlab.com/ImageMagick</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-post-title"><a id="features"></a>Features and Capabilities</h2>
<h2 class="magick-post-title"><a class="anchor" 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>
<div class="table-responsive">
<table class="table table-sm table-striped">
@@ -235,7 +235,7 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
<p><a href="../Usage/">Examples of ImageMagick Usage</a> shows how to use ImageMagick from the <a href="../www/command-line-processing.html">command-line</a> to accomplish any of these tasks and much more. Also, see <a href="http://www.fmwconcepts.com/imagemagick/">Fred's ImageMagick Scripts</a>: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations. With <a href="https://github.com/dlemstra/Magick.NET">Magick.NET</a>, use ImageMagick without having to install ImageMagick on your server or desktop.</p>
<h2 class="magick-post-title"><a id="news"></a>News</h2>
<h2 class="magick-post-title"><a class="anchor" id="news"></a>News</h2>
<p>Now that ImageMagick version 7 is released, we continue to maintain the legacy release of ImageMagick, version 6, at <a href="https://legacy.imagemagick.org/">https://legacy.imagemagick.org</a>. Learn how ImageMagick version 7 differs from previous versions with our <a href="../www/porting.html">porting guide</a>.</p>
@@ -250,7 +250,7 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
</ul>
<p>If these options are prohibitive, you can reduce the quality of the image results. The default build is Q16 HDRI. If you disable <a href="../www/high-dynamic-range.html">HDRI</a>, you use half the memory and instead of predominately floating point operations, you use the typically more efficient integer operations. The tradeoff is reduced percision and you cannot process out of range pixel values (e.g. negative). If you build the Q8 non-HDRI version of ImageMagick, you again reduce the memory requirements in half-- and once again there is a tradeoff, even less percision and no out of range pixel values. For a Q8 non-HDRI build of ImageMagick, use these <code>configure</code> script options: <code>--with-quantum-depth=8 --disable-hdri</code>.</p>
<h2 class="magick-post-title"><a id="community"></a>Community</h2>
<h2 class="magick-post-title"><a class="anchor" id="community"></a>Community</h2>
<p>To join the ImageMagick community, try the <a href="https://www.imagemagick.org/discourse-server/">discourse server</a>. You can review questions or comments (with informed responses) posed by ImageMagick users or ask your own questions. If you want to contribute image processing algorithms, other enhancements, or bug fixes, open an <a href="https://github.com/ImageMagick/ImageMagick/issues">issue</a>. </p>
</div>
</div>
@@ -259,13 +259,15 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
<p><a href="../www/security-policy.html">Security</a>
<a href="../www/architecture.html">Architecture</a>
<a href="../www/links.html">Related</a>
<a href="../www/sitemap.html">Sitemap</a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
</p>
<p><a href="../www/support.html">Donate</a>
<a href="index.html#">Back to top</a>
<a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
<a href="../www/sitemap.html">Sitemap</a>
<a href="index.html#"><img class="" id="logo" alt="And Now a Touch of Magick" width="16" height="16" src="../images/wand.ico"/></a>
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
<a href="../www/support.html">Donate</a>
<a href="../www/https://www.imagemagick.org/script/contact.php">Contact Us</a>
<br/>
<small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
<!-- Javascript assets -->
@@ -273,4 +275,4 @@ Use ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&am
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 16th December 2017 09:58 -->
<!-- Magick Cache 17th December 2017 09:20 -->

Some files were not shown because too many files have changed in this diff Show More