mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
latest documentation
This commit is contained in:
+11
-12
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="www/develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,19 +128,19 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Mastering Digital Image Alchemy</h1>
|
||||
<h1 class="mt-5 fs-4">Mastering Digital Image Alchemy</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<main class="container">
|
||||
<div>
|
||||
<p class="lead"><a href="images/wizard.png" title="And Now a Touch of Magick"><img class="img-fluid img-thumbnail" style="float: left; margin-right: 10px;" id="logo" alt="And Now a Touch of Magick" width="265" height="352" src="images/wizard.jpg" /></a> ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&entry=78333969" target="_blank">®</a></sup> is a free, <a href="www/license.html">open-source</a> software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file <a href="www/formats.html">formats</a>, including JPEG, PNG, GIF, TIFF, and Ultra HDR.</p>
|
||||
<p class="lead"><a href="images/wizard.png" title="And Now a Touch of Magick"><img class="img-fluid img-thumbnail" style="float: left; margin-right: 10px;" id="logo" alt="And Now a Touch of Magick" width="265" height="352" src="images/wizard.jpg" /></a> ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&entry=78333969" rel="noopener" target="_blank">®</a></sup> is a free, <a href="www/license.html">open-source</a> software suite, used for editing and manipulating digital images. It can be used to create, edit, compose, or convert bitmap images, and supports a wide range of file <a href="www/formats.html">formats</a>, including JPEG, PNG, GIF, TIFF, and Ultra HDR.</p>
|
||||
|
||||
<p>ImageMagick is widely used in industries such as web development, graphic design, and video editing, as well as in scientific research, medical imaging, and astronomy. Its versatile and customizable nature, along with its robust image processing capabilities, make it a popular choice for a wide range of image-related tasks.</p>
|
||||
|
||||
<p>ImageMagick includes a command-line interface for executing complex image processing tasks, as well as APIs for integrating its features into software applications. It is written in C and can be used on a variety of operating systems, including Linux, Windows, and macOS.</p>
|
||||
|
||||
<p>The main website for ImageMagick can be found at <a href="index.html">https://imagemagick.org</a>. The most recent version available is <a href="www/download.html">ImageMagick 7.1.1-43</a>. The source code for this software can be accessed through a <a href="https://github.com/ImageMagick/ImageMagick" target="_blank">repository</a>. In addition, we maintain a legacy version of ImageMagick, <a href="index.html" target="_blank">version 6</a>.</p>
|
||||
<p>The main website for ImageMagick can be found at <a href="index.html">https://imagemagick.org</a>. The most recent version available is <a href="www/download.html">ImageMagick 7.1.1-44</a>. The source code for this software can be accessed through a <a href="https://github.com/ImageMagick/ImageMagick" rel="noopener" target="_blank">repository</a>. In addition, we maintain a legacy version of ImageMagick, <a href="index.html" rel="noopener" target="_blank">version 6</a>. Read our <a href="www/porting.html">porting</a> guide for comprehensive details on transitioning from version 6 to version 7.</p>
|
||||
|
||||
<p>Creating a security policy that fits your specific local environment before making use of ImageMagick is highly advised. You can find guidance on setting up this <a href="www/security-policy.html">policy</a>. Also, it's important to verify your policy using the <a href="index.html">validation tool</a>.</p>
|
||||
|
||||
@@ -311,15 +310,15 @@
|
||||
</table>
|
||||
</div>
|
||||
<p> </p>
|
||||
<p><a href="index.html" target="_blank">Examples of ImageMagick Usage</a> demonstrates how to use the software from the <a href="www/command-line-processing.html">command line</a> to achieve various effects. There are also several scripts available on the website called <a href="http://www.fmwconcepts.com/imagemagick/" target="_blank">Fred's ImageMagick Scripts</a>, which can be used to apply geometric transforms, blur and sharpen images, remove noise, and perform other operations. Additionally, there is a tool called <a href="https://github.com/dlemstra/Magick.NET" target="_blank">Magick.NET</a> that allows users to access the functionality of ImageMagick without having to install the software on their own systems. Finally, the website also includes a <a href="index.html" target="_blank">Cookbook</a> with tips and examples for using ImageMagick on Windows systems.</p>
|
||||
<p><a href="index.html" rel="noopener" target="_blank">Examples of ImageMagick Usage</a> demonstrates how to use the software from the <a href="www/command-line-processing.html">command line</a> to achieve various effects. There are also several scripts available on the <a href="http://www.fmwconcepts.com/imagemagick/" rel="noopener" target="_blank">Fred's ImageMagick Scripts</a> and <a href="index.html" rel="noopener" target="_blank">Snibgo's ImageMagick Scripts</a> websites, which can be used to apply geometric transforms, blur and sharpen images, remove noise, and perform other operations. Additionally, there is a tool called <a href="https://github.com/dlemstra/Magick.NET" rel="noopener" target="_blank">Magick.NET</a> that allows users to access the functionality of ImageMagick without having to install the software on their own systems. Finally, the website also includes a <a href="index.html" rel="noopener" target="_blank">Cookbook</a> with tips and examples for using ImageMagick on Windows systems.</p>
|
||||
|
||||
<h3><a class="anchor" id="community"></a>Community</h3>
|
||||
<p>Join the ImageMagick community by participating in the <a href="https://github.com/ImageMagick/ImageMagick/discussions" target="_blank">discussion</a> service. Here, you can find answers to questions asked by other ImageMagick users or ask your own questions. If you have a technical question, a suggestion for an improvement, or a fix for a bug, you can also open an <a href="https://github.com/ImageMagick/ImageMagick/issues" target="_blank">issue</a> to get help from the community.</p>
|
||||
<p>Join the ImageMagick community by participating in the <a href="https://github.com/ImageMagick/ImageMagick/discussions" rel="noopener" target="_blank">discussion</a> service. Here, you can find answers to questions asked by other ImageMagick users or ask your own questions. If you have a technical question, a suggestion for an improvement, or a fix for a bug, you can also open an <a href="https://github.com/ImageMagick/ImageMagick/issues" rel="noopener" target="_blank">issue</a> to get help from the community.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="www/security-policy.html">Security</a> •
|
||||
<a href="www/news.html">News</a>
|
||||
@@ -332,10 +331,10 @@
|
||||
<a href="www/support.html">Sponsor</a> •
|
||||
<a href="www/cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="./www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -346,4 +345,4 @@
|
||||
<script src="www/assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:45 -->
|
||||
<!-- Magick Cache 1st March 2025 18:48 -->
|
||||
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Advanced Linux Source Installation</h1>
|
||||
<h1 class="mt-5 fs-4">Advanced Linux Source Installation</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -154,7 +153,10 @@
|
||||
|
||||
<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>
|
||||
|
||||
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>cd ImageMagick-7.1.1-43</span><span class='crtout'></span><span class="crtprompt"><br/>$ </span><span class='crtin'>./configure</span></code></pre></ul>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>
|
||||
cd ImageMagick-7.1.1-44
|
||||
./configure</samp></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>
|
||||
|
||||
@@ -563,7 +565,8 @@ identify logo.gif</samp></pre>
|
||||
|
||||
<p>After the build you, locate the RPMS folder and install the ImageMagick binary RPM distribution:</p>
|
||||
|
||||
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>rpm -ivh ImageMagick-7.1.1-?.*.rpm</span></code></pre></ul>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>rpm -ivh ImageMagick-7.1.1.-?.*.rpm</samp></pre>
|
||||
|
||||
<h2><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>
|
||||
@@ -586,7 +589,9 @@ sudo port -v install graphviz +gs +wmf +jbig +jpeg2 +lcms </samp></pre>
|
||||
|
||||
<p><a href="download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="../archive/digest.rdf">message digest</a>.</p>
|
||||
<p>Unpack and change into the top-level ImageMagick directory:</p>
|
||||
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>tar xvzf ImageMagick-7.1.1-43.tar.gz</span><span class='crtout'></span><span class="crtprompt"><br/>$ </span><span class='crtin'>cd ImageMagick-7.1.1-43</span></code></pre></ul> <p>Configure ImageMagick:</p>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>tar xvzf ImageMagick-7.1.1-44.tar.gz
|
||||
cd ImageMagick-7.1.1-44</samp></pre>
|
||||
<p>Configure ImageMagick:</p>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>./configure --prefix=/opt --with-quantum-depth=16 \
|
||||
--disable-dependency-tracking --with-x=yes \
|
||||
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \
|
||||
@@ -608,7 +613,14 @@ sudo port -v install graphviz +gs +wmf +jbig +jpeg2 +lcms </samp></pre>
|
||||
|
||||
<p>Although you can download and install delegate libraries yourself, many are already available in the <a href="../index.html">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>
|
||||
|
||||
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>tar jxvf ImageMagick-7.1.1-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt"><br/>$ </span><span class='crtin'>cd ImageMagick-7.1.1-43</span><span class='crtout'><br/></span><span class="crtprompt"><br/>$ </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'><br/></span><span class="crtprompt"><br/>$ </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'><br/></span><span class="crtprompt"><br/>$ </span><span class='crtin'>./configure --without-perl</span><span class='crtout'><br/></span><span class="crtprompt"><br/>$ </span><span class='crtin'>make</span><span class='crtout'><br/></span><span class="crtprompt"><br/>$ </span><span class='crtin'>sudo make install</span></code></pre></ul>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>tar jxvf ImageMagick-7.1.1-?.tar.bz2
|
||||
cd ImageMagick-7.1.1-44
|
||||
export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"
|
||||
export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"
|
||||
./configure --without-perl
|
||||
make
|
||||
sudo make install</samp></pre>
|
||||
|
||||
<h2><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>
|
||||
@@ -649,7 +661,7 @@ no encode delegate for this image format </samp></pre>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -662,10 +674,10 @@ no encode delegate for this image format </samp></pre>
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -676,3 +688,4 @@ no encode delegate for this image format </samp></pre>
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 18:00 -->
|
||||
@@ -643,7 +643,7 @@ no encode delegate for this image format
|
||||
<a href="../www/support.html">Sponsor</a> •
|
||||
<a href="../www/cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 416.32" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path fill="currentColor" d="M160.83 416.32c193.2 0 298.92-160.22 298.92-298.92 0-4.51 0-9-.2-13.52A214 214 0 0 0 512 49.38a212.93 212.93 0 0 1-60.44 16.6 105.7 105.7 0 0 0 46.3-58.19 209 209 0 0 1-66.79 25.37 105.09 105.09 0 0 0-181.73 71.91 116.12 116.12 0 0 0 2.66 24c-87.28-4.3-164.73-46.3-216.56-109.82A105.48 105.48 0 0 0 68 159.6a106.27 106.27 0 0 1-47.53-13.11v1.43a105.28 105.28 0 0 0 84.21 103.06 105.67 105.67 0 0 1-47.33 1.84 105.06 105.06 0 0 0 98.14 72.94A210.72 210.72 0 0 1 25 370.84a202.17 202.17 0 0 1-25-1.43 298.85 298.85 0 0 0 160.83 46.92"/></svg></a>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Advanced Windows Source Installation</h1>
|
||||
<h1 class="mt-5 fs-4">Advanced Windows Source Installation</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -180,7 +179,7 @@ program will start a Wizard that allows configuration of ImageMagick and its ind
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -193,10 +192,10 @@ program will start a Wizard that allows configuration of ImageMagick and its ind
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -207,3 +206,4 @@ program will start a Wizard that allows configuration of ImageMagick and its ind
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 19:23 -->
|
||||
+6
-7
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Command-line Tools: Animate</h1>
|
||||
<h1 class="mt-5 fs-4">Command-line Tools: Animate</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -589,7 +588,7 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -602,10 +601,10 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
|
||||
@@ -24,20 +24,20 @@
|
||||
<meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:title' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../../../../../../../../../../../../../../../../../../../../../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../../../../../../../../../../../../../../../../../../../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="Create, Edit, Compose, or Convert Digital Images" />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link href="Image++.html" rel="canonical" />
|
||||
<link href="../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.png" rel="icon" />
|
||||
<link href="../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="../../../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.png" rel="icon" />
|
||||
<link href="../../../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="../../assets/magick.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../../"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../../"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -66,7 +66,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="../../../../../../../../../../../../../../../../../../../../../../https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../../../../../../../../../../../../../../../../../../../../../../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -3227,7 +3227,7 @@ the region set by a preceding getPixels or getConstPixels call.</font></td>
|
||||
<a href="../../www/security-policy.html">Security</a> •
|
||||
<a href="../../www/news.html">News</a>
|
||||
|
||||
<a href="Image++.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.ico"/></a>
|
||||
<a href="Image++.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../../www/links.html">Related</a> •
|
||||
<a href="../../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.10.0"/>
|
||||
<meta name="generator" content="Doxygen 1.12.0"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Magick++: Main Page</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -11,9 +11,9 @@
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
@@ -36,18 +36,23 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.10.0 -->
|
||||
<!-- Generated by Doxygen 1.12.0 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search');
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
@@ -66,7 +71,7 @@ $(function() {
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('index.html',''); initResizable(); });
|
||||
$(function(){initNavTree('index.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -95,13 +100,13 @@ $(function(){initNavTree('index.html',''); initResizable(); });
|
||||
<div class="headertitle"><div class="title">Magick++ Documentation</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<a href="doxygen_crawl.html"/>
|
||||
<a href="doxygen_crawl.html"></a>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="../../index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0 </li>
|
||||
<li class="footer">Generated by <a href="../../index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.10.0"/>
|
||||
<meta name="generator" content="Doxygen 1.12.0"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>MagickCache: Main Page</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -11,9 +11,9 @@
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
<script type="text/javascript" src="clipboard.js"></script>
|
||||
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="navtreedata.js"></script>
|
||||
<script type="text/javascript" src="navtree.js"></script>
|
||||
<script type="text/javascript" src="resize.js"></script>
|
||||
<script type="text/javascript" src="cookie.js"></script>
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
@@ -37,18 +37,23 @@
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.10.0 -->
|
||||
<!-- Generated by Doxygen 1.12.0 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() { codefold.init(0); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<script type="text/javascript" src="menudata.js"></script>
|
||||
<script type="text/javascript" src="menu.js"></script>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function() {
|
||||
initMenu('',true,false,'search.php','Search');
|
||||
initMenu('',true,false,'search.php','Search',true);
|
||||
$(function() { init_search(); });
|
||||
});
|
||||
/* @license-end */
|
||||
@@ -67,7 +72,7 @@ $(function() {
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
$(function(){initNavTree('index.html',''); initResizable(); });
|
||||
$(function(){initNavTree('index.html',''); initResizable(true); });
|
||||
/* @license-end */
|
||||
</script>
|
||||
<div id="doc-content">
|
||||
@@ -96,13 +101,13 @@ $(function(){initNavTree('index.html',''); initResizable(); });
|
||||
<div class="headertitle"><div class="title">MagickCache Documentation</div></div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<a href="doxygen_crawl.html"/>
|
||||
<a href="doxygen_crawl.html"></a>
|
||||
</div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="../../index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0 </li>
|
||||
<li class="footer">Generated by <a href="../../index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="animate.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -153,7 +153,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="annotate.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -321,7 +321,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="attribute.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -521,7 +521,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="blob.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -510,7 +510,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="cache-view.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -736,7 +736,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="cache.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -608,7 +608,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="channel.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -336,7 +336,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="cipher.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -385,7 +385,7 @@ MagickBooleanType EncipherImage(Image *image,const char *passphrase,
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="color.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -290,7 +290,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="colormap.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -216,7 +216,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="colorspace.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -426,7 +426,7 @@ exception);
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="compare.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -191,7 +191,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="composite.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -191,7 +191,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="constitute.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -379,7 +379,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="decorate.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -258,7 +258,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="deprecate.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -206,7 +206,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="display.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -153,7 +153,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="distort.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -315,7 +315,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="draw.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -517,7 +517,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="drawing-wand.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -3971,7 +3971,7 @@ $ TypeMetric *metrics)
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="effect.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -829,7 +829,7 @@ ExceptionInfo *exception)
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="enhance.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -905,7 +905,7 @@ const MagickBooleanType invert,ExceptionInfo *exception)
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="exception.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -542,7 +542,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="feature.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -304,7 +304,7 @@ contrast=channel_features[RedPixelChannel].contrast[0];
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="fourier.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -250,7 +250,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="fx.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -202,7 +202,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="histogram.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -313,7 +313,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="image-view.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -699,7 +699,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="image.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -1258,7 +1258,7 @@ MagickBooleanType SyncImagesSettings(const ImageInfo *image_info,
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="layer.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -471,7 +471,7 @@ ExceptionInfo *exception);
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="list.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -811,7 +811,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -24,20 +24,20 @@
|
||||
<meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:title' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../../../../../../../../../../../../../../../../../../../../../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../../../../../../../../../../../../../../../../../../../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="Create, Edit, Compose, or Convert Digital Images" />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link href="magick++-classes.html" rel="canonical" />
|
||||
<link href="../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.png" rel="icon" />
|
||||
<link href="../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="../../../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.png" rel="icon" />
|
||||
<link href="../../../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="../../assets/magick.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../../"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../../"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -66,7 +66,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="../../../../../../../../../../../../../../../../../../../../../../https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../../../../../../../../../../../../../../../../../../../../../../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -154,7 +154,7 @@ containers of image frames.</td>
|
||||
<a href="../../www/security-policy.html">Security</a> •
|
||||
<a href="../../www/news.html">News</a>
|
||||
|
||||
<a href="magick++-classes.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.ico"/></a>
|
||||
<a href="magick++-classes.html#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../../../../../../../../../../../../../../../../../../../../../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../../www/links.html">Related</a> •
|
||||
<a href="../../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="magick-deprecate.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -145,7 +145,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="magick-image.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -8535,7 +8535,7 @@ MagickBooleanType MagickThresholdImageChannel(MagickWand *wand,
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="magick-property.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -2061,7 +2061,7 @@ void *client_data)
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="magick-wand.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -736,7 +736,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="magick.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -270,7 +270,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="memory.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -603,7 +603,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="mime.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -303,7 +303,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="module.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -570,7 +570,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="mogrify.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -153,7 +153,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="monitor.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -264,7 +264,7 @@ void *client_data)
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="montage.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -153,7 +153,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="morphology.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -684,7 +684,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="paint.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -364,7 +364,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="pixel-iterator.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -575,7 +575,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="pixel-wand.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -1644,7 +1644,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="profile.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -417,7 +417,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="property.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -469,7 +469,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="quantize.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -595,7 +595,7 @@ pixel in the image.
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="registry.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -323,7 +323,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="resize.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -513,7 +513,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="resource.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -340,7 +340,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="segment.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -185,7 +185,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="shear.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -257,7 +257,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="signature.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -178,7 +178,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="statistic.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -590,7 +590,7 @@ red_mean=channel_statistics[RedPixelChannel].mean;
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="stream.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -191,7 +191,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="transform.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -608,7 +608,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="version.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -184,7 +184,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+6
-6
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="vision.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -218,7 +218,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
<meta itemprop='description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta property='og:url' content='../../' />
|
||||
<meta property='og:name' content='ImageMagick' />
|
||||
<meta property='og:image' content='../../../images/logo.png' />
|
||||
<meta property='og:image' content='../../../../../images/logo.png' />
|
||||
<meta property='og:type' content='website' />
|
||||
<meta property='og:site_name' content='ImageMagick' />
|
||||
<meta property='og:description' content="ImageMagick is a powerful, open-source software suite for creating, editing, converting, and manipulating images in over 200 formats. Ideal for web developers, graphic designers, and researchers, it offers versatile tools for image processing, including batch processing, format conversion, and complex image transformations." />
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../images/wand.ico" rel="shortcut icon" />
|
||||
<link type="images/png" sizes="64x64" href="../../../../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../../../../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="wand-view.html" rel="canonical" />
|
||||
<link href="../assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
@@ -92,7 +92,7 @@
|
||||
</svg>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../images/wand.ico"/></a>
|
||||
<a class="navbar-brand" href="../index.html"><img class="d-block" id="icon" alt="ImageMagick" width="32" height="32" src="../../../../images/wand.ico"/></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#magick-navbars" aria-controls="magick-navbars" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -118,7 +118,7 @@
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex form-inline" action="https://imagemagick.org/script/search.php">
|
||||
<form class="d-flex form-inline" action="../../https://imagemagick.org/script/search.php">
|
||||
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
|
||||
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
|
||||
</form>
|
||||
@@ -621,7 +621,7 @@
|
||||
<a href="../www/security-policy.html">Security</a> •
|
||||
<a href="../www/news.html">News</a>
|
||||
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../images/wand.ico"/></a>
|
||||
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="../../../../images/wand.ico"/></a>
|
||||
|
||||
<a href="../www/links.html">Related</a> •
|
||||
<a href="../www/sitemap.html">Sitemap</a>
|
||||
|
||||
+25
-24
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,12 +128,12 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Architecture</h1>
|
||||
<h1 class="mt-5 fs-4">Architecture</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<main class="container">
|
||||
<div>
|
||||
<div>
|
||||
<p class="text-center"><a href="#cache">The Pixel Cache</a> • <a href="#properties">Image Properties and Profiles</a> • <a href="#multispectral">Multispectral Imagery</a> • <a href="#tera-pixel">Large Image Support</a> • <a href="#stream">Streaming Pixels</a> • <a href="#threads">Threads of Execution</a> • <a href="#distributed">Heterogeneous Distributed Processing</a> • <a href="#coders">Custom Image Coders</a> • <a href="#filters">Custom Image Filters</a></p>
|
||||
|
||||
<p class="lead">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>
|
||||
@@ -214,17 +213,19 @@ 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 class="text-nowrap" href="command-line-options.html#version">-version</a> option: </p>
|
||||
|
||||
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>identify -version</span><span class='crtout'><br/>Version: ImageMagick 7.1.1-43 2024-12-05 Q16 https://imagemagick.org</span></code></pre></ul>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>$ identify -version
|
||||
Version: ImageMagick 7.1.1-44 2025-02-20 Q16-HDRI https://imagemagick.org</samp></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>
|
||||
|
||||
<h2><a class="anchor" id="authentic-pixels"></a>Access the Pixel Cache</h2>
|
||||
|
||||
<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="#authentic-pixels">authentic pixels</a> and outside the region as <a href="#virtual-pixels">virtual pixels</a>. Use these methods to access the pixels in the cache:</p>
|
||||
<ul>
|
||||
<li><a href="api/cache.html#GetVirtualPixels">GetVirtualPixels()</a>: gets pixels that you do not intend to modify or pixels that lie outside the image region (e.g. pixel @ -1,-3)</li>
|
||||
<li><a href="api/cache.html#GetAuthenticPixels">GetAuthenticPixels()</a>: gets pixels that you intend to modify</li>
|
||||
<li><a href="api/cache.html#QueueAuthenticPixels">QueueAuthenticPixels()</a>: queue pixels that you intend to set</li>
|
||||
<li><a href="api/cache.html#SyncAuthenticPixels">SyncAuthenticPixels()</a>: update the pixel cache with any modified pixels</li>
|
||||
<li><a href="api/cache.html#GetVirtualPixels#GetVirtualPixels">GetVirtualPixels()</a>: gets pixels that you do not intend to modify or pixels that lie outside the image region (e.g. pixel @ -1,-3)</li>
|
||||
<li><a href="api/cache.html#GetAuthenticPixels#GetAuthenticPixels">GetAuthenticPixels()</a>: gets pixels that you intend to modify</li>
|
||||
<li><a href="api/cache.html#QueueAuthenticPixels#QueueAuthenticPixels">QueueAuthenticPixels()</a>: queue pixels that you intend to set</li>
|
||||
<li><a href="api/cache.html#SyncAuthenticPixels#SyncAuthenticPixels">SyncAuthenticPixels()</a>: update the pixel cache with any modified pixels</li>
|
||||
</ul>
|
||||
|
||||
<p>Here is a typical <a href="magick-core.html">MagickCore</a> code snippet for manipulating pixels in the pixel cache. In our example, we copy pixels from the input image to the output image and decrease the intensity by 10%:</p>
|
||||
@@ -264,9 +265,9 @@ if (y < (ssize_t) source->rows)
|
||||
{ /* an exception was thrown */ }
|
||||
</samp></pre>
|
||||
|
||||
<p>When we first create the destination image by cloning the source image, the pixel cache pixels are not copied. They are only copied when you signal your intentions to modify or set the pixel cache by calling <a href="api/cache.html#GetAuthenticPixels">GetAuthenticPixels()</a> or <a href="api/cache.html#QueueAuthenticPixels">QueueAuthenticPixels()</a>. Use <a href="api/cache.html#QueueAuthenticPixels">QueueAuthenticPixels()</a> if you want to set new pixel values rather than update existing ones. You could use GetAuthenticPixels() to set pixel values but it is slightly more efficient to use QueueAuthenticPixels() instead. Finally, use <a href="api/cache.html#SyncAuthenticPixels">SyncAuthenticPixels()</a> to ensure any updated pixels are pushed to the pixel cache.</p>
|
||||
<p>When we first create the destination image by cloning the source image, the pixel cache pixels are not copied. They are only copied when you signal your intentions to modify or set the pixel cache by calling <a href="api/cache.html#GetAuthenticPixels#GetAuthenticPixels">GetAuthenticPixels()</a> or <a href="api/cache.html#QueueAuthenticPixels#QueueAuthenticPixels">QueueAuthenticPixels()</a>. Use <a href="api/cache.html#QueueAuthenticPixels#QueueAuthenticPixels">QueueAuthenticPixels()</a> if you want to set new pixel values rather than update existing ones. You could use GetAuthenticPixels() to set pixel values but it is slightly more efficient to use QueueAuthenticPixels() instead. Finally, use <a href="api/cache.html#SyncAuthenticPixels#SyncAuthenticPixels">SyncAuthenticPixels()</a> to ensure any updated pixels are pushed to the pixel cache.</p>
|
||||
|
||||
<p>You can associate arbitrary content with each pixel, called <em>meta</em> content. Use <a href="api/cache.html#GetVirtualMetacontent">GetVirtualMetacontent()</a> (to read the content) or <a href="api/cache.html#GetAuthenticMetacontent">GetAuthenticMetacontent()</a> (to update the content) to gain access to this content. For example, to print the metacontent, use:</p>
|
||||
<p>You can associate arbitrary content with each pixel, called <em>meta</em> content. Use <a href="api/cache.html#GetVirtualMetacontent#GetVirtualMetacontent">GetVirtualMetacontent()</a> (to read the content) or <a href="api/cache.html#GetAuthenticMetacontent#GetAuthenticMetacontent">GetAuthenticMetacontent()</a> (to update the content) to gain access to this content. For example, to print the metacontent, use:</p>
|
||||
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>const void
|
||||
*metacontent;
|
||||
@@ -293,7 +294,7 @@ if (y < (ssize_t) source->rows)
|
||||
<h2><a class="anchor" id="virtual-pixels"></a>Virtual Pixels</h2>
|
||||
|
||||
<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 class="text-nowrap" href="command-line-options.html#virtual-pixel">-virtual-pixel</a> option from the command line. The methods include:</p>
|
||||
<p>Access to the virtual pixels are controlled by the <a href="api/cache.html#SetImageVirtualPixelMethod#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod()</a> method from the MagickCore API or the <a class="text-nowrap" href="command-line-options.html#virtual-pixel">-virtual-pixel</a> option from the command line. The methods include:</p>
|
||||
|
||||
<div>
|
||||
<table class="table table-sm table-hover table-striped table-responsive">
|
||||
@@ -424,7 +425,7 @@ Resource limits:
|
||||
Time: unlimited
|
||||
</samp></pre>
|
||||
|
||||
<p>You can set these limits either as a <a href="security-policy.html">security policy</a> (see <a href="https://imagemagick.org/source/policy-open.xml">policy.xml</a>), with an <a href="resources.html#environment">environment variable</a>, with the <a href="command-line-options.html#limit">-limit</a> command line option, or with the <a href="api/resource.html#SetMagickResourceLimit">SetMagickResourceLimit()</a> MagickCore API method. As an example, our online web interface to ImageMagick, <a href="../index.html">MagickStudio</a>, includes these policy limits to help prevent a denial-of-service:</p>
|
||||
<p>You can set these limits either as a <a href="security-policy.html">security policy</a> (see <a href="https://imagemagick.org/source/policy-open.xml">policy.xml</a>), with an <a href="resources.html#environment">environment variable</a>, with the <a href="command-line-options.html#limit">-limit</a> command line option, or with the <a href="api/resource.html#SetMagickResourceLimit#SetMagickResourceLimit">SetMagickResourceLimit()</a> MagickCore API method. As an example, our online web interface to ImageMagick, <a href="../index.html">MagickStudio</a>, includes these policy limits to help prevent a denial-of-service:</p>
|
||||
<pre class="pre-scrollable p-3 mb-2 text-body-secondary bg-body-tertiary"><code><?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE policymap [
|
||||
<!ELEMENT policymap (policy)*>
|
||||
@@ -539,7 +540,7 @@ Resource limits:
|
||||
<p>To determine which type and how much resources are consumed by the pixel cache, add the <a href="command-line-options.html#debug">-debug cache</a> option to the command-line:</p>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>$ magick -debug cache logo: -sharpen 3x2 null:
|
||||
2016-12-17T13:33:42-05:00 0:00.000 0.000u 7.0.0 Cache magick: cache.c/DestroyPixelCache/1275/Cache
|
||||
destroy
|
||||
destroy
|
||||
2016-12-17T13:33:42-05:00 0:00.000 0.000u 7.0.0 Cache magick: cache.c/OpenPixelCache/3834/Cache
|
||||
open LOGO[0] (Heap Memory, 640x480x4 4.688MiB)
|
||||
2016-12-17T13:33:42-05:00 0:00.010 0.000u 7.0.0 Cache magick: cache.c/OpenPixelCache/3834/Cache
|
||||
@@ -640,7 +641,7 @@ magick image.mpc -crop 100x100+200+0 +repage 3.png
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>(void) printf("image width: %lu, height: %lu\n",image->columns,image->rows);
|
||||
</samp></pre>
|
||||
|
||||
<p>For a great majority of image properties, such as an image comment or description, we use the <a href="api/property.html#GetImageProperty">GetImageProperty()</a> and <a href="api/property.html#SetImageProperty">SetImageProperty()</a> methods. Here we set a property and fetch it right back:</p>
|
||||
<p>For a great majority of image properties, such as an image comment or description, we use the <a href="api/property.html#GetImageProperty#GetImageProperty">GetImageProperty()</a> and <a href="api/property.html#SetImageProperty#SetImageProperty">SetImageProperty()</a> methods. Here we set a property and fetch it right back:</p>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>const char
|
||||
*comment;
|
||||
|
||||
@@ -652,7 +653,7 @@ if (comment == (const char *) NULL)
|
||||
|
||||
<p>ImageMagick supports artifacts with the GetImageArtifact() and SetImageArtifact() methods. Artifacts are stealth properties that are not exported to image formats (e.g. PNG).</p>
|
||||
|
||||
<p>Image profiles are handled with <a href="api/profile.html#GetImageProfile">GetImageProfile()</a>, <a href="api/profile.html#SetImageProfile">SetImageProfile()</a>, and <a href="api/profile.html#ProfileImage">ProfileImage()</a> methods. Here we set a profile and fetch it right back:</p>
|
||||
<p>Image profiles are handled with <a href="api/profile.html#GetImageProfile#GetImageProfile">GetImageProfile()</a>, <a href="api/profile.html#SetImageProfile#SetImageProfile">SetImageProfile()</a>, and <a href="api/profile.html#ProfileImage#ProfileImage">ProfileImage()</a> methods. Here we set a profile and fetch it right back:</p>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>StringInfo
|
||||
*profile;
|
||||
|
||||
@@ -674,7 +675,7 @@ if (profile != (StringInfo *) NULL)
|
||||
|
||||
<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>
|
||||
|
||||
<p>Use <a href="api/stream.html#ReadStream">ReadStream()</a> or <a href="api/stream.html#WriteStream">WriteStream()</a> with an appropriate callback method in your MagickCore program to consume the pixels as they are streaming. Here's an abbreviated example of using ReadStream:</p>
|
||||
<p>Use <a href="api/stream.html#ReadStream#ReadStream">ReadStream()</a> or <a href="api/stream.html#WriteStream#WriteStream">WriteStream()</a> with an appropriate callback method in your MagickCore program to consume the pixels as they are streaming. Here's an abbreviated example of using ReadStream:</p>
|
||||
<pre class="pre-scrollable p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>static size_t StreamPixels(const Image *image,const void *pixels,const size_t columns)
|
||||
{
|
||||
register const Quantum
|
||||
@@ -737,7 +738,7 @@ magick -limit memory 2mb -limit map 2mb -limit disk 2gb \
|
||||
|
||||
<h2><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 source image over a different destination 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>
|
||||
<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">CompositeImage()</a> method, for example. Suppose we want to composite a single source image over a different destination 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>
|
||||
|
||||
<p>Here is an MagickCore code snippet that takes advantage of threads of execution with the <a href="openmp.html">OpenMP</a> programming paradigm:</p>
|
||||
<pre class="pre-scrollable p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>CacheView
|
||||
@@ -1413,7 +1414,7 @@ display logo.mgk
|
||||
|
||||
<h2><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>
|
||||
<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">ExecuteModuleProcess()</a>.</p>
|
||||
|
||||
<p>Here is a listing of a sample <a href="https://imagemagick.org/source/analyze.c">custom image filter</a>. It computes a few statistics such as the pixel brightness and saturation mean and standard-deviation.</p>
|
||||
<pre class="pre-scrollable p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>#include <stdio.h>
|
||||
@@ -1437,7 +1438,7 @@ display logo.mgk
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%
|
||||
% analyzeImage() computes the brightness and saturation mean, standard
|
||||
% deviation, kurtosis and skewness and stores these values as attributes
|
||||
% deviation, kurtosis and skewness and stores these values as attributes
|
||||
% of the image.
|
||||
%
|
||||
% The format of the analyzeImage method is:
|
||||
@@ -1692,7 +1693,7 @@ Image: logo:
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -1705,10 +1706,10 @@ Image: logo:
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -1773,7 +1773,7 @@
|
||||
<a href="../www/support.html">Sponsor</a> •
|
||||
<a href="../www/cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 416.32" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path fill="currentColor" d="M160.83 416.32c193.2 0 298.92-160.22 298.92-298.92 0-4.51 0-9-.2-13.52A214 214 0 0 0 512 49.38a212.93 212.93 0 0 1-60.44 16.6 105.7 105.7 0 0 0 46.3-58.19 209 209 0 0 1-66.79 25.37 105.09 105.09 0 0 0-181.73 71.91 116.12 116.12 0 0 0 2.66 24c-87.28-4.3-164.73-46.3-216.56-109.82A105.48 105.48 0 0 0 68 159.6a106.27 106.27 0 0 1-47.53-13.11v1.43a105.28 105.28 0 0 0 84.21 103.06 105.67 105.67 0 0 1-47.33 1.84 105.06 105.06 0 0 0 98.14 72.94A210.72 210.72 0 0 1 25 370.84a202.17 202.17 0 0 1-25-1.43 298.85 298.85 0 0 0 160.83 46.92"/></svg></a>
|
||||
|
||||
+7
-7
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Encipher or Decipher an Image</h1>
|
||||
<h1 class="mt-5 fs-4">Encipher or Decipher an Image</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -195,7 +194,7 @@ Examples <a href="https://usage.imagemagick.org/transform/#encipher#encipher"
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -208,10 +207,10 @@ Examples <a href="https://usage.imagemagick.org/transform/#encipher#encipher"
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -222,3 +221,4 @@ Examples <a href="https://usage.imagemagick.org/transform/#encipher#encipher"
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 18:22 -->
|
||||
+7
-8
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">How to Cite</h1>
|
||||
<h1 class="mt-5 fs-4">How to Cite</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -155,7 +154,7 @@
|
||||
}</samp></pre>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -168,10 +167,10 @@
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -182,4 +181,4 @@
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:50 -->
|
||||
<!-- Magick Cache 1st March 2025 19:01 -->
|
||||
+7
-7
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Contrast Limited Adaptive Histogram Equalization</h1>
|
||||
<h1 class="mt-5 fs-4">Contrast Limited Adaptive Histogram Equalization</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -164,7 +163,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -177,10 +176,10 @@
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -191,3 +190,4 @@
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 16:52 -->
|
||||
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Color Management</h1>
|
||||
<h1 class="mt-5 fs-4">Color Management</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -194,7 +193,7 @@ magick myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -207,10 +206,10 @@ magick myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -221,3 +220,4 @@ magick myimage_channels_*.png -set colorspace HSL -combine -colorspace RGB -set
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 18:43 -->
|
||||
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Color Thresholding</h1>
|
||||
<h1 class="mt-5 fs-4">Color Thresholding</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -205,7 +204,7 @@ magick xc:"sRGB(205,100,45)" -colorspace gray txt:
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -218,10 +217,10 @@ magick xc:"sRGB(205,100,45)" -colorspace gray txt:
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -232,3 +231,4 @@ magick xc:"sRGB(205,100,45)" -colorspace gray txt:
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 19:35 -->
|
||||
+7
-7
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Color Names</h1>
|
||||
<h1 class="mt-5 fs-4">Color Names</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -5010,7 +5009,7 @@ device-cmyk(0.11, 0.48, 0.83, 0.00)</samp></pre>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -5023,10 +5022,10 @@ device-cmyk(0.11, 0.48, 0.83, 0.00)</samp></pre>
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -5037,3 +5036,4 @@ device-cmyk(0.11, 0.48, 0.83, 0.00)</samp></pre>
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 19:16 -->
|
||||
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Command-line Options</h1>
|
||||
<h1 class="mt-5 fs-4">Command-line Options</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -1720,16 +1719,74 @@ CMYKA images) and offsets are normalized (divide Flash offset by 255).</p>
|
||||
|
||||
<p>Choices are:</p>
|
||||
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>CMY CMYK Gray HCL
|
||||
HCLp HSB HSI HSL
|
||||
HSV HWB Jzazbz Lab
|
||||
LCHab LCHuv LMS Log
|
||||
Luv OHTA OkLab OkLCH
|
||||
Rec601YCbCr Rec709YCbCr RGB scRGB
|
||||
sRGB Transparent xyY XYZ
|
||||
YCbCr YCC YDbDr YIQ
|
||||
YPbPr YUV Undefined
|
||||
</samp></pre>
|
||||
<table class="table table-sm table-hover table-striped table-responsive">
|
||||
<tr>
|
||||
<td>Adobe98</td>
|
||||
<td>CIELab</td>
|
||||
<td>DisplayP3</td>
|
||||
<td>HSL</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CAT02LMS</td>
|
||||
<td>CMY</td>
|
||||
<td>CMYK</td>
|
||||
<td>Gray</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>HCL</td>
|
||||
<td>HCLp</td>
|
||||
<td>HSB</td>
|
||||
<td>HSI</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>HSV</td>
|
||||
<td>HWB</td>
|
||||
<td>Jzazbz</td>
|
||||
<td>Lab</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>LCH</td>
|
||||
<td>LCHab</td>
|
||||
<td>LCHuv</td>
|
||||
<td>LinearGray</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>LMS</td>
|
||||
<td>Log</td>
|
||||
<td>Luv</td>
|
||||
<td>OHTA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Oklab</td>
|
||||
<td>Oklch</td>
|
||||
<td>ProPhoto</td>
|
||||
<td>Rec601YCbCr</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rec709YCbCr</td>
|
||||
<td>RGB</td>
|
||||
<td>scRGB</td>
|
||||
<td>sRGB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Transparent</td>
|
||||
<td>xyY</td>
|
||||
<td>XYZ</td>
|
||||
<td>YCbCr</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>YDbDr</td>
|
||||
<td>YCC</td>
|
||||
<td>YIQ</td>
|
||||
<td>YPbPr</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>YUV</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>To print a complete list of colorspaces, use <a href="#list">-list colorspace</a>.</p>
|
||||
|
||||
@@ -3325,7 +3382,7 @@ calculations, to the full range by multiplying by <var>QuantumRange</var>.)</p>
|
||||
<col width="75%" />
|
||||
<thead>
|
||||
<tr>
|
||||
<th><var>operator</var></th>
|
||||
<th>Operator</th>
|
||||
<th>Summary (see further below for details)</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -3339,15 +3396,20 @@ calculations, to the full range by multiplying by <var>QuantumRange</var>.)</p>
|
||||
<tr><td>Divide </td> <td>Divide pixels by <var>value</var>.</td></tr>
|
||||
<tr><td>Exp </td> <td>base-e exponential function</td></tr>
|
||||
<tr><td>Exponential </td> <td>base-e exponential function</td></tr>
|
||||
<tr><td>Gaussian-noise</td><td> </td></tr>
|
||||
<tr><td>Impulse-noise</td><td> </td></tr>
|
||||
<tr><td>InverseLog </td> <td>Apply inverse scaled logarithm to normalized pixels.</td></tr>
|
||||
<tr><td>Laplacian-noise</td><td> </td></tr>
|
||||
<tr><td>LeftShift </td> <td>Shift the pixel values left by <var>value</var> bits (i.e., multiply pixels by 2<sup><var>value</var></sup>).</td></tr>
|
||||
<tr><td>Log </td> <td>Apply scaled logarithm to normalized pixels.</td></tr>
|
||||
<tr><td>Max </td> <td>Set pixels to maximum of <var>value</var> and current pixel <var>value</var> (i.e. set any pixels currently less than <var>value</var> to <var>value</var>).</td></tr>
|
||||
<tr><td>Mean </td> <td>Add the <var>value</var> and divide by 2.</td></tr>
|
||||
<tr><td>Median </td> <td>Choose the median value from an image sequence.</td></tr>
|
||||
<tr><td>Min </td> <td>Set pixels to minimum of <var>value</var> and current pixel <var>value</var> (i.e. set any pixels currently greater than <var>value</var> to <var>value</var>).</td></tr>
|
||||
<tr><td>Multiplicative-noise</td> <td>(These are equivalent to the corresponding <a href="#noise" >-noise</a> operators.)</td></tr>
|
||||
<tr><td>Multiply </td> <td>Multiply pixels by <var>value</var>.</td></tr>
|
||||
<tr><td>Or </td> <td>Binary OR of pixels with <var>value</var>.</td></tr>
|
||||
<tr><td>Poisson-noise</td><td> </td></tr>
|
||||
<tr><td>Pow </td> <td>Raise normalized pixels to the power <var>value</var>.</td></tr>
|
||||
<tr><td>RightShift </td> <td>Shift the pixel values right by <var>value</var> bits (i.e., divide pixels by 2<sup><var>value</var></sup>).</td></tr>
|
||||
<tr><td>RMS</td> <td>Square the pixel and add the <var>value</var>.</td></tr>
|
||||
@@ -3355,22 +3417,14 @@ calculations, to the full range by multiplying by <var>QuantumRange</var>.)</p>
|
||||
<tr><td>Set </td> <td>Set pixel equal to <var>value</var>.</td></tr>
|
||||
<tr><td>Sin, Sine </td> <td>Apply sine to pixels with frequency <var>value</var> with 50% bias added.</td></tr>
|
||||
<tr><td>Subtract </td> <td>Subtract <var>value</var> from pixels.</td></tr>
|
||||
<tr><td>Xor </td> <td>Binary XOR of pixels with <var>value.</var></td></tr>
|
||||
|
||||
<tr><td> </td><td> </td></tr>
|
||||
|
||||
<tr><td>Gaussian-noise</td><td> </td></tr>
|
||||
<tr><td>Impulse-noise</td><td> </td></tr>
|
||||
<tr><td>Laplacian-noise</td><td> </td></tr>
|
||||
<tr><td>Multiplicative-noise</td> <td>(These are equivalent to the corresponding <a href="#noise" >-noise</a> operators.)</td></tr>
|
||||
<tr><td>PoissonNoise</td><td> </td></tr>
|
||||
<tr><td>Uniform-noise</td><td> </td></tr>
|
||||
|
||||
<tr><td> </td><td> </td></tr>
|
||||
<tr><td>Sum </td> <td></td></tr>
|
||||
|
||||
<tr><td>Threshold </td> <td>Threshold pixels larger than <var>value</var>.</td></tr>
|
||||
<tr><td>ThresholdBlack </td> <td>Threshold pixels to zero values equal to or below <var>value</var>.</td></tr>
|
||||
<tr><td>ThresholdWhite </td> <td>Threshold pixels to maximum values above <var>value</var>. </td></tr>
|
||||
<tr><td>Uniform-noise</td><td> </td></tr>
|
||||
<tr><td>Xor </td> <td>Binary XOR of pixels with <var>value.</var></td></tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@@ -6243,7 +6297,7 @@ asymmetric since they involve 3−>4 and 4−>3 channel mapping.
|
||||
<h2><a class="anchor" id="quality"></a>-quality <var>value</var></h2>
|
||||
</div>
|
||||
|
||||
<p class="magick-description">JPEG/MIFF/PNG compression level.</p>
|
||||
<p class="magick-description">control the compression quality of JPEG, PNG, HEIC, and WebP image files when you are creating or saving them. This option is important for managing the trade-off between image quality and file size.</p>
|
||||
|
||||
<p>For the JPEG and MPEG image formats, quality is 1 (lowest image quality and
|
||||
highest compression) to 100 (best quality but least effective compression).
|
||||
@@ -7645,6 +7699,8 @@ tolerated in an edge specified as a percent. 0% means no background is tolerate
|
||||
<p>Use <samp><a href="#background">-background</a> <em>background-color</em></samp> to
|
||||
identify background color surrounding the region of interest.</p>
|
||||
|
||||
<p>Fully transparent pixels are typically treated as if they lack color or that their color is irrelevant. When comparing two pixels that are both fully transparent, they are often considered equal. This means that any attributes related to their color are disregarded in the evaluation process.</p>
|
||||
|
||||
<div style="margin: auto;">
|
||||
<h2><a class="anchor" id="type"></a>-type <var>type</var></h2>
|
||||
</div>
|
||||
@@ -7983,7 +8039,7 @@ but with strict boolean masking. </p>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -7996,10 +8052,10 @@ but with strict boolean masking. </p>
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -8010,4 +8066,4 @@ but with strict boolean masking. </p>
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:46 -->
|
||||
<!-- Magick Cache 1st March 2025 19:09 -->
|
||||
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Command-line Processing</h1>
|
||||
<h1 class="mt-5 fs-4">Command-line Processing</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -708,7 +707,7 @@ image-2.jpg</pre>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -721,10 +720,10 @@ image-2.jpg</pre>
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -735,4 +734,4 @@ image-2.jpg</pre>
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:45 -->
|
||||
<!-- Magick Cache 1st March 2025 19:10 -->
|
||||
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Command-line Tools</h1>
|
||||
<h1 class="mt-5 fs-4">Command-line Tools</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -164,7 +163,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -177,10 +176,10 @@
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -191,4 +190,4 @@
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:47 -->
|
||||
<!-- Magick Cache 1st March 2025 19:19 -->
|
||||
+11
-9
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Command-line Tools: Compare</h1>
|
||||
<h1 class="mt-5 fs-4">Command-line Tools: Compare</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -178,7 +177,11 @@ Image: rose.jpg
|
||||
<p>If the reconstructed image is a subimage of the image, the compare program returns the best match offset. In addition, it returns a similarity image such that an exact match location is completely white and if none of the pixels match, black, otherwise some gray level in-between:</p>
|
||||
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>$ magick compare -metric NCC -subimage-search logo.png hat.png similarity.png
|
||||
0.99870222 @ 353,157 </samp></pre>
|
||||
0.99870222 @ 353,157 [0.309472]</samp></pre>
|
||||
|
||||
<p>The value in the brackets is the normalized simularity metric.</p>
|
||||
|
||||
<p>The subimage search feature in ImageMagick can be quite slow due to its iterative nature. However, if your release of ImageMagick includes FFTW (Fastest Fourier Transform in the West) support and your metric is { DPC, MSE, NCC, RMSE, PHASE, PSNR }, you can expect an order of magnitude speed increase in processing time.</p>
|
||||
|
||||
<p>You can find additional examples of using <samp>compare</samp> in <a href="../index.html">Examples of ImageMagick Usage</a>.</p>
|
||||
|
||||
@@ -483,7 +486,7 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -496,10 +499,10 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -510,4 +513,3 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:48 -->
|
||||
+7
-7
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Alpha Compositing</h1>
|
||||
<h1 class="mt-5 fs-4">Alpha Compositing</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -731,7 +730,7 @@ href="command-line-options.html#list">-list compose</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -744,10 +743,10 @@ href="command-line-options.html#list">-list compose</a>.</p>
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -758,3 +757,4 @@ href="command-line-options.html#list">-list compose</a>.</p>
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 18:53 -->
|
||||
+7
-8
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Command-line Tools: Composite</h1>
|
||||
<h1 class="mt-5 fs-4">Command-line Tools: Composite</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -591,7 +590,7 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -604,10 +603,10 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -618,4 +617,4 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:50 -->
|
||||
<!-- Magick Cache 1st March 2025 18:22 -->
|
||||
+7
-7
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Command-line Tools: Conjure</h1>
|
||||
<h1 class="mt-5 fs-4">Command-line Tools: Conjure</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -1196,7 +1195,7 @@ fill="color name", channel="All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray,
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -1209,10 +1208,10 @@ fill="color name", channel="All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray,
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -1223,3 +1222,4 @@ fill="color name", channel="All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray,
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 19:03 -->
|
||||
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Connected Components Labeling</h1>
|
||||
<h1 class="mt-5 fs-4">Connected Components Labeling</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -200,7 +199,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -213,10 +212,10 @@
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -227,3 +226,4 @@
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 18:03 -->
|
||||
+3
-3
@@ -26,7 +26,7 @@
|
||||
<meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" />
|
||||
<link type="images/png" sizes="64x64" href="../images/wand.png" rel="icon" />
|
||||
<link type="images/icon" sizes="16x16" href="../images/wand.ico" rel="shortcut icon" />
|
||||
<link href="https://imagemagick.org/script/contact.php" rel="canonical" />
|
||||
<link href="../www/../www/https://imagemagick.org/script/contact.php" rel="canonical" />
|
||||
<link href="assets/bootstrap.min.css" rel="stylesheet" />
|
||||
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
|
||||
</head>
|
||||
@@ -143,7 +143,7 @@
|
||||
<p>Enter this code, <samp>
|
||||
040d70</samp>, in the Authenticate field and fill in the remaining fields. Press Send to forward your message to the ImageMagick wizards:</p>
|
||||
<br/>
|
||||
<form method="post" name="post" id="post" action="https://imagemagick.org/script/contact.php" enctype="application/x-www-form-urlencoded">
|
||||
<form method="post" name="post" id="post" action="../www/../www/https://imagemagick.org/script/contact.php" enctype="application/x-www-form-urlencoded">
|
||||
<div>
|
||||
<table class="table table-sm table-hover table-striped table-responsive">
|
||||
<tr>
|
||||
@@ -209,7 +209,7 @@
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
|
||||
+7
-8
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Command-line Tools: Convert</h1>
|
||||
<h1 class="mt-5 fs-4">Command-line Tools: Convert</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -1430,7 +1429,7 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -1443,10 +1442,10 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -1457,4 +1456,4 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:48 -->
|
||||
<!-- Magick Cache 1st March 2025 19:21 -->
|
||||
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Convex Hull</h1>
|
||||
<h1 class="mt-5 fs-4">Convex Hull</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -196,7 +195,7 @@ magick [-fuzz <var>value</var>%] [-background <var>background-color</var>] -form
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -209,10 +208,10 @@ magick [-fuzz <var>value</var>%] [-background <var>background-color</var>] -form
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -223,3 +222,4 @@ magick [-fuzz <var>value</var>%] [-background <var>background-color</var>] -form
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 18:22 -->
|
||||
+45
-11
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Defines</h1>
|
||||
<h1 class="mt-5 fs-4">Defines</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -206,6 +205,11 @@ use:</p>
|
||||
-type truecolor. JPG and PSD will need this define.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>compare:frequency-domain=<var>boolean</var></td>
|
||||
<td>Certain similarity metrics such as DPC, MSE, NCC, PSNR, Phase, and RMSE operate in the frequency domain when FFTW and HDRI are enabled. To utilize their spatial equivalents, you can use the command <samp>-define compare:frequency-domain=false</samp>. However, note that DPC and PHASE metrics do not have spatial equivalents, so this command will be ignored for them.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>compare:ssim-radius=<var>value</var></td>
|
||||
<td>Set the structural similarity index radius.</td>
|
||||
@@ -823,7 +827,8 @@ use:</p>
|
||||
<td>Valid values are <var>bmp2</var>, <var>bmp3</var>,
|
||||
and <var>bmp4</var>. This option can be useful when the
|
||||
method of prepending "BMP2:" to the output filename is inconvenient or
|
||||
is not available, such as when using the <a href="mogrify.html">mogrify</a> utility.</td>
|
||||
is not available, such as when using the <a href="mogrify.html">mogrify</a>
|
||||
utility.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@@ -998,6 +1003,23 @@ use:</p>
|
||||
(requires a 256x256 input image).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>identify:convex-hull=<var>true</var></td>
|
||||
<td>Display convex hull & minimum bounding box.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>identify:locate=<var>value</var></td>
|
||||
<td>Display minimum or maximum pixel locations.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>identify:limit=<var>value</var></td>
|
||||
<td>The maximum number of pixel locations to display when using identify:locate.
|
||||
Valid values are <samp>minimum</samp>,<samp>maximum</samp>. The default is maximum.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>jp2:layer-number=<var>value</var></td>
|
||||
<td>Set the maximum number of quality layers to decode. Same for JPT, JC2,
|
||||
@@ -1109,6 +1131,13 @@ use:</p>
|
||||
<td>Set the jpeg-xl encoding effort. Valid values are in the range of 3 (falcon) to 9 (tortoise).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>minimum-bounding-box:orientation=<var>value</var></td>
|
||||
<td>Find smallest perpendicular distance from edge to origin. Valid values are <samp>horizontal</samp>
|
||||
and <samp>vertical</samp>.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>mng:need-cacheoff</td>
|
||||
<td>turn playback caching off for streaming MNG.</td>
|
||||
@@ -1450,8 +1479,8 @@ use:</p>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>svg:substitute-entities=<var>true</var></td>
|
||||
<td>Enable entity substitution if you trust the source.</td>
|
||||
<td>svg:embedding=<var>true</var></td>
|
||||
<td>Enable embedding of a another SVG for which you trust the source. This is disabled by default as it can be a source of infinite recusion.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@@ -1459,6 +1488,11 @@ use:</p>
|
||||
<td>Enable rendering of a very large SVG for which you trust the source.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>svg:substitute-entities=<var>true</var></td>
|
||||
<td>Enable entity substitution if you trust the source.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>tga:preserve-orientation=<var>true</var></td>
|
||||
<td>Preserve the image orientation.</td>
|
||||
@@ -1595,7 +1629,7 @@ use:</p>
|
||||
otherwise, sdr intent and gainmap are decoded, combined into
|
||||
hdr image and sent as output.</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>uhdr:sdr-color-gamut=<var>{bt709|display_p3|bt2100}</var></td>
|
||||
<td>Set input SDR intent color gamut. Used during encoding. Required.</td>
|
||||
@@ -1846,7 +1880,7 @@ use:</p>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -1859,10 +1893,10 @@ use:</p>
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
|
||||
+8
-9
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link active" href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Develop</h1>
|
||||
<h1 class="mt-5 fs-4">Develop</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -219,7 +218,7 @@ With a language interface, use ImageMagick to modify or create images dynamicall
|
||||
|
||||
<dt class="col-md-4"><a class="anchor" id="node.js"></a>Node.js</dt>
|
||||
|
||||
<dd class="col-md-8"><a href="https://www.npmjs.com/package/node-magickwand" target="_blank">Node-magickwand</a> is a full native port of the ImageMagick-7 C++ library to Node.js using SWIG Node-API. Unlike all other ImageMagick npm packages, it does not use the CLI to interact with the utilities, but offers direct access to the full C++ API. It supports both synchronous and multithreaded asynchronous operations, it is fully integrated with TypedArrays and it has full TypeScript support.</dd>
|
||||
<dd class="col-md-8"><a href="https://www.npmjs.com/package/node-magickwand" rel="noopener" target="_blank">Node-magickwand</a> is a full native port of the ImageMagick-7 C++ library to Node.js using SWIG Node-API. Unlike all other ImageMagick npm packages, it does not use the CLI to interact with the utilities, but offers direct access to the full C++ API. It supports both synchronous and multithreaded asynchronous operations, it is fully integrated with TypedArrays and it has full TypeScript support.</dd>
|
||||
|
||||
<dt class="col-md-4"><a class="anchor" id="pascal"></a>Pascal</dt>
|
||||
|
||||
@@ -287,7 +286,7 @@ With a language interface, use ImageMagick to modify or create images dynamicall
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -300,10 +299,10 @@ With a language interface, use ImageMagick to modify or create images dynamicall
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -314,4 +313,4 @@ With a language interface, use ImageMagick to modify or create images dynamicall
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:50 -->
|
||||
<!-- Magick Cache 1st March 2025 17:12 -->
|
||||
+7
-8
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Command-line Tools: Display</h1>
|
||||
<h1 class="mt-5 fs-4">Command-line Tools: Display</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -621,7 +620,7 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -634,10 +633,10 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -648,4 +647,4 @@ transparent, extract, background, or shape the alpha channel</td>
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:49 -->
|
||||
<!-- Magick Cache 1st March 2025 18:26 -->
|
||||
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Distributed Pixel Cache</h1>
|
||||
<h1 class="mt-5 fs-4">Distributed Pixel Cache</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -152,7 +151,7 @@ magick -limit memory 1GiB -limit map 2GiB -limit disk 4GiB \
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -165,10 +164,10 @@ magick -limit memory 1GiB -limit map 2GiB -limit disk 4GiB \
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -179,4 +178,4 @@ magick -limit memory 1GiB -limit map 2GiB -limit disk 4GiB \
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:52 -->
|
||||
<!-- Magick Cache 1st March 2025 17:55 -->
|
||||
+46
-43
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Download</h1>
|
||||
<h1 class="mt-5 fs-4">Download</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -164,12 +163,12 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/linux/CentOS/x86_64/ImageMagick-7.1.1-45.x86_64.rpm">ImageMagick-7.1.1-45.x86_64.rpm</a></td>
|
||||
<td><a href= "../archive/linux/CentOS/x86_64/ImageMagick-7.1.1-44.x86_64.rpm">ImageMagick-7.1.1-44.x86_64.rpm</a></td>
|
||||
<td>Fedora x86_64 RPM</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/linux/CentOS/x86_64/ImageMagick-libs-7.1.1-45.x86_64.rpm">ImageMagick-libs-7.1.1-45.x86_64.rpm</a></td>
|
||||
<td><a href= "../archive/linux/CentOS/x86_64/ImageMagick-libs-7.1.1-44.x86_64.rpm">ImageMagick-libs-7.1.1-44.x86_64.rpm</a></td>
|
||||
<td>Fedora x86_64 RPM</td>
|
||||
</tr>
|
||||
|
||||
@@ -198,9 +197,11 @@
|
||||
<p>Verify its <a href="../archive/binaries/digest.rdf">message digest</a>.</p>
|
||||
|
||||
<p>ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:</p>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>rpm -Uvh ImageMagick-7.1.1-44.x86_64.rpm</samp></pre>
|
||||
|
||||
<p>You'll need the libraries as well:</p>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>rpm -Uvh ImageMagick-libs-7.1.1-44.x86_64.rpm</samp></pre>
|
||||
|
||||
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>rpm -Uvh ImageMagick-7.1.1-45.x86_64.rpm</span></code></pre></ul><p>You'll need the libraries as well:</p>
|
||||
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>rpm -Uvh ImageMagick-libs-7.1.1-45.x86_64.rpm</span></code></pre></ul>
|
||||
<p>Note, if there are missing dependencies, install them from the <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a> repo.</p>
|
||||
|
||||
<p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
|
||||
@@ -213,7 +214,8 @@
|
||||
|
||||
<p>Set the <samp>MAGICK_HOME</samp> environment variable to the path where you extracted the ImageMagick files. For example:</p>
|
||||
|
||||
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.1.1"</span></code></pre></ul>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>export MAGICK_HOME="$HOME/ImageMagick-7.1.1"</samp></pre>
|
||||
|
||||
<p>If the <samp>bin</samp> subdirectory of the extracted package is not already in your executable search path, add it to your <samp>PATH</samp> environment variable. For example:</p>
|
||||
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>export PATH="$MAGICK_HOME/bin:$PATH</samp></pre>
|
||||
@@ -273,7 +275,8 @@ display logo.gif</samp></pre>
|
||||
|
||||
<p>Set the <samp>MAGICK_HOME</samp> environment variable to the path where you extracted the ImageMagick files. For example:</p>
|
||||
|
||||
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>export MAGICK_HOME="$HOME/ImageMagick-7.1.1"</span></code></pre></ul>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>export MAGICK_HOME="$HOME/ImageMagick-7.1.1"</samp></pre>
|
||||
|
||||
<p>If the <samp>bin</samp> subdirectory of the extracted package is not already in your executable search path, add it to your <samp>PATH</samp> environment variable. For example:</p>
|
||||
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>export PATH="$MAGICK_HOME/bin:$PATH"</samp></pre>
|
||||
@@ -316,7 +319,7 @@ display logo.gif</samp></pre>
|
||||
|
||||
<p>To run the script:</p>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>./imagemagick_compile.sh <var>VERSION</var></samp></pre>
|
||||
<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.1.1-45, svn, ...)</p>
|
||||
<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.1.1-44, svn, ...)</p>
|
||||
|
||||
<p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p>
|
||||
<ul>
|
||||
@@ -365,7 +368,7 @@ display logo.gif</samp></pre>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q16-HDRI-x64-dll.exe">ImageMagick-7.1.1-45-Q16-HDRI-x64-dll.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q16-HDRI-x64-dll.exe">ImageMagick-7.1.1-44-Q16-HDRI-x64-dll.exe</a></td>
|
||||
<td>Win64 dynamic at 16 bits-per-pixel component with High-dynamic-range imaging enabled</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -384,132 +387,132 @@ display logo.gif</samp></pre>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q16-x64-dll.exe">ImageMagick-7.1.1-45-Q16-x64-dll.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q16-x64-dll.exe">ImageMagick-7.1.1-44-Q16-x64-dll.exe</a></td>
|
||||
<td>Win64 dynamic at 16 bits-per-pixel component</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q16-x64-static.exe">ImageMagick-7.1.1-45-Q16-x64-static.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q16-x64-static.exe">ImageMagick-7.1.1-44-Q16-x64-static.exe</a></td>
|
||||
<td>Win64 static at 16 bits-per-pixel component</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q8-x64-dll.exe">ImageMagick-7.1.1-45-Q8-x64-dll.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q8-x64-dll.exe">ImageMagick-7.1.1-44-Q8-x64-dll.exe</a></td>
|
||||
<td>Win64 dynamic at 8 bits-per-pixel component</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q8-x64-static.exe">ImageMagick-7.1.1-45-Q8-x64-static.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q8-x64-static.exe">ImageMagick-7.1.1-44-Q8-x64-static.exe</a></td>
|
||||
<td>Win64 static at 8 bits-per-pixel component</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q16-HDRI-x64-static.exe">ImageMagick-7.1.1-45-Q16-HDRI-x64-static.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q16-HDRI-x64-static.exe">ImageMagick-7.1.1-44-Q16-HDRI-x64-static.exe</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><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q8-arm64-dll.exe">ImageMagick-7.1.1-45-Q8-arm64-dll.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q8-arm64-dll.exe">ImageMagick-7.1.1-44-Q8-arm64-dll.exe</a></td>
|
||||
<td>ARM64 dynamic at 8 bits-per-pixel component</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q8-arm64-static.exe">ImageMagick-7.1.1-45-Q8-arm64-static.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q8-arm64-static.exe">ImageMagick-7.1.1-44-Q8-arm64-static.exe</a></td>
|
||||
<td>ARM64 static at 8 bits-per-pixel component</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q16-arm64-dll.exe">ImageMagick-7.1.1-45-Q16-arm64-dll.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q16-arm64-dll.exe">ImageMagick-7.1.1-44-Q16-arm64-dll.exe</a></td>
|
||||
<td>ARM64 dynamic at 16 bits-per-pixel component</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q16-arm64-static.exe">ImageMagick-7.1.1-45-Q16-arm64-static.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q16-arm64-static.exe">ImageMagick-7.1.1-44-Q16-arm64-static.exe</a></td>
|
||||
<td>ARM64 dynamic at 16 bits-per-pixel component</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q16-HDRI-arm64-dll.exe">ImageMagick-7.1.1-45-Q16-HDRI-arm64-dll.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q16-HDRI-arm64-dll.exe">ImageMagick-7.1.1-44-Q16-HDRI-arm64-dll.exe</a></td>
|
||||
<td>ARM64 dynamic at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q16-HDRI-arm64-static.exe">ImageMagick-7.1.1-45-Q16-HDRI-arm64-static.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q16-HDRI-arm64-static.exe">ImageMagick-7.1.1-44-Q16-HDRI-arm64-static.exe</a></td>
|
||||
<td>ARM64 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q16-x86-dll.exe">ImageMagick-7.1.1-45-Q16-x86-dll.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q16-x86-dll.exe">ImageMagick-7.1.1-44-Q16-x86-dll.exe</a></td>
|
||||
<td>Win32 dynamic at 16 bits-per-pixel component</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q16-x86-static.exe">ImageMagick-7.1.1-45-Q16-x86-static.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q16-x86-static.exe">ImageMagick-7.1.1-44-Q16-x86-static.exe</a></td>
|
||||
<td>Win32 static at 16 bits-per-pixel component</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q8-x86-dll.exe">ImageMagick-7.1.1-45-Q8-x86-dll.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q8-x86-dll.exe">ImageMagick-7.1.1-44-Q8-x86-dll.exe</a></td>
|
||||
<td>Win32 dynamic at 8 bits-per-pixel component</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q8-x86-static.exe">ImageMagick-7.1.1-45-Q8-x86-static.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q8-x86-static.exe">ImageMagick-7.1.1-44-Q8-x86-static.exe</a></td>
|
||||
<td>Win32 static at 8 bits-per-pixel component</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q16-HDRI-x86-dll.exe">ImageMagick-7.1.1-45-Q16-HDRI-x86-dll.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q16-HDRI-x86-dll.exe">ImageMagick-7.1.1-44-Q16-HDRI-x86-dll.exe</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><a href= "../archive/binaries/ImageMagick-7.1.1-45-Q16-HDRI-x86-static.exe">ImageMagick-7.1.1-45-Q16-HDRI-x86-static.exe</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-Q16-HDRI-x86-static.exe">ImageMagick-7.1.1-44-Q16-HDRI-x86-static.exe</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><a href= "../archive/binaries/ImageMagick-7.1.1-45-portable-Q16-x64.zip">ImageMagick-7.1.1-45-portable-Q16-x64.zip</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-portable-Q16-x64.zip">ImageMagick-7.1.1-44-portable-Q16-x64.zip</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>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-portable-Q16-arm64.zip">ImageMagick-7.1.1-45-portable-Q16-arm64.zip</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-portable-Q16-arm64.zip">ImageMagick-7.1.1-44-portable-Q16-arm64.zip</a></td>
|
||||
<td>Portable ARM64 static at 16 bits-per-pixel component. Just copy to your host and run (no installer, no Windows registry entries).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-portable-Q16-x86.zip">ImageMagick-7.1.1-45-portable-Q16-x86.zip</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-portable-Q16-x86.zip">ImageMagick-7.1.1-44-portable-Q16-x86.zip</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><a href= "../archive/binaries/ImageMagick-7.1.1-45-portable-Q8-x64.zip">ImageMagick-7.1.1-45-portable-Q8-x64.zip</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-portable-Q8-x64.zip">ImageMagick-7.1.1-44-portable-Q8-x64.zip</a></td>
|
||||
<td>Portable Win64 static at 8 bits-per-pixel component. Just copy to your host and run (no installer, no Windows registry entries).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-portable-Q8-arm64.zip">ImageMagick-7.1.1-45-portable-Q8-arm64.zip</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-portable-Q8-arm64.zip">ImageMagick-7.1.1-44-portable-Q8-arm64.zip</a></td>
|
||||
<td>Portable ARM64 static at 8 bits-per-pixel component. Just copy to your host and run (no installer, no Windows registry entries).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-portable-Q8-x86.zip">ImageMagick-7.1.1-45-portable-Q8-x86.zip</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-portable-Q8-x86.zip">ImageMagick-7.1.1-44-portable-Q8-x86.zip</a></td>
|
||||
<td>Portable Win32 static at 8 bits-per-pixel component. Just copy to your host and run (no installer, no Windows registry entries).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-portable-Q16-HDRI-x64.zip">ImageMagick-7.1.1-45-portable-Q16-HDRI-x64.zip</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-portable-Q16-HDRI-x64.zip">ImageMagick-7.1.1-44-portable-Q16-HDRI-x64.zip</a></td>
|
||||
<td>Portable Win64 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled. Just copy to your host and run (no installer, no Windows registry entries).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-portable-Q16-HDRI-arm64.zip">ImageMagick-7.1.1-45-portable-Q16-HDRI-arm64.zip</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-portable-Q16-HDRI-arm64.zip">ImageMagick-7.1.1-44-portable-Q16-HDRI-arm64.zip</a></td>
|
||||
<td>Portable ARM64 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled. Just copy to your host and run (no installer, no Windows registry entries).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-45-portable-Q16-HDRI-x86.zip">ImageMagick-7.1.1-45-portable-Q16-HDRI-x86.zip</a></td>
|
||||
<td><a href= "../archive/binaries/ImageMagick-7.1.1-44-portable-Q16-HDRI-x86.zip">ImageMagick-7.1.1-44-portable-Q16-HDRI-x86.zip</a></td>
|
||||
<td>Portable Win32 static at 16 bits-per-pixel component with <a href="high-dynamic-range.html">high dynamic-range imaging</a> enabled. Just copy to your host and run (no installer, no Windows registry entries).</td>
|
||||
</tr>
|
||||
|
||||
@@ -518,7 +521,7 @@ display logo.gif</samp></pre>
|
||||
|
||||
<p>Verify its <a href="../archive/binaries/digest.rdf">message digest</a>.</p>
|
||||
|
||||
<p>Alternatively, you can install ImageMagick with <a href="https://learn.microsoft.com/en-us/windows/package-manager/winget/">winget</a>.</p>
|
||||
<p>Alternatively, you can install ImageMagick with <a href="https://learn.microsoft.com/en-us/windows/package-manager/winget/">winget</a>. ImageMagick uses Advanced Installer to <a href="https://www.advancedinstaller.com/imagemagick-latest-release-automatically-published-to-winget.html">publish the latest release to the winget repository</a>.</p>
|
||||
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>winget install ImageMagick.Q16-HDRI</samp></pre>
|
||||
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><samp>winget install ImageMagick.Q16</samp></pre>
|
||||
@@ -551,7 +554,7 @@ objShell.Exec("magick ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")</sam
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -564,10 +567,10 @@ objShell.Exec("magick ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")</sam
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -578,4 +581,4 @@ objShell.Exec("magick ""e:/myimages/image.png"" ""e:/myimages/image.jpg""")</sam
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:45 -->
|
||||
<!-- Magick Cache 1st March 2025 18:52 -->
|
||||
+7
-7
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Format and Print Image Properties</h1>
|
||||
<h1 class="mt-5 fs-4">Format and Print Image Properties</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -998,7 +997,7 @@ Post ObjectData Descriptor Record
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -1011,10 +1010,10 @@ Post ObjectData Descriptor Record
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -1025,3 +1024,4 @@ Post ObjectData Descriptor Record
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 17:03 -->
|
||||
+7
-8
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Examples of ImageMagick Usage</h1>
|
||||
<h1 class="mt-5 fs-4">Examples of ImageMagick Usage</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -141,7 +140,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -154,10 +153,10 @@
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -168,4 +167,4 @@
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:48 -->
|
||||
<!-- Magick Cache 1st March 2025 19:23 -->
|
||||
+7
-7
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Exceptions</h1>
|
||||
<h1 class="mt-5 fs-4">Exceptions</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -331,7 +330,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -344,10 +343,10 @@
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -358,3 +357,4 @@
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 19:23 -->
|
||||
+7
-7
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Export Classification</h1>
|
||||
<h1 class="mt-5 fs-4">Export Classification</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -141,7 +140,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -154,10 +153,10 @@
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -168,3 +167,4 @@
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 19:18 -->
|
||||
+8
-8
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">Image Formats</h1>
|
||||
<h1 class="mt-5 fs-4">Image Formats</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -1257,7 +1256,7 @@ the supported image formats.</p>
|
||||
<td><a href="http://www.w3.org/Graphics/SVG">SVG</a></td>
|
||||
<td>RW</td>
|
||||
<td>Scalable Vector Graphics</td>
|
||||
<td>By default, ImageMagick renders SVGs with <a href="../index.html">inkscape</a> if it is in your execution path; otherwise <a href="http://developer.gnome.org/rsvg/">RSVG</a>. If neither is available, ImageMagick reverts to its internal SVG renderer (called MSVG). The default resolution is 96 dpi. Use the <a href="command-line-options.html#size">-size</a> command line option to specify the maximum width and height. (<samp>-size</samp> is currently ignored by the Inkscape renderer due to a limitation on the Inkscape side). The SVG standard expects to draw over a transparent background. Set <a href="command-line-options.html#background">-background none</a> to comply with the standard. If you want to substitute entities and you trust the SVG source, enable this option: <samp>-define svg:substitute-entities=true</samp>. If you want to render a very large SVG and you trust the source, enable this option: <samp>-define svg:parse-huge=true</samp>. If RSVG is installed and you want to render an SVG using RSVG, add <samp>rsvg:</samp> just before the file name. If you want to render an SVG using MSVG, add <samp>msvg:</samp> just before the file name.</td>
|
||||
<td>By default, ImageMagick renders SVGs with <a href="../index.html">inkscape</a> if it is in your execution path; otherwise <a href="http://developer.gnome.org/rsvg/">RSVG</a>. If neither is available, ImageMagick reverts to its internal SVG renderer (called MSVG). The default resolution is 96 dpi. Use the <a href="command-line-options.html#size">-size</a> command line option to specify the maximum width and height. (<samp>-size</samp> is currently ignored by the Inkscape renderer due to a limitation on the Inkscape side). The SVG standard expects to draw over a transparent background. Set <a href="command-line-options.html#background">-background none</a> to comply with the standard. If you want to substitute entities and you trust the SVG source, enable this option: <samp>-define svg:substitute-entities=true</samp>. If you want to render a very large SVG and you trust the source, enable this option: <samp>-define svg:parse-huge=true</samp>. Enable embedding if your SVG embeds another SVG and you trust the source: <samp>-define svg:embedding=true</samp>. If RSVG is installed and you want to render an SVG using RSVG, add <samp>rsvg:</samp> just before the file name. If you want to render an SVG using MSVG, add <samp>msvg:</samp> just before the file name.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@@ -2221,7 +2220,7 @@ the supported image formats.</p>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -2234,10 +2233,10 @@ the supported image formats.</p>
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -2248,3 +2247,4 @@ the supported image formats.</p>
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 1st March 2025 17:03 -->
|
||||
+8
-9
@@ -1,7 +1,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<head>
|
||||
@@ -112,7 +111,7 @@
|
||||
<a class="nav-link " href="develop.html">Develop</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
|
||||
@@ -129,7 +128,7 @@
|
||||
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
|
||||
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
|
||||
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
|
||||
<h1 class="mt-5 fs-3">The FX Special Effects Image Operator</h1>
|
||||
<h1 class="mt-5 fs-4">The FX Special Effects Image Operator</h1>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
@@ -139,7 +138,7 @@
|
||||
|
||||
<a class="anchor" id="fx"></a>
|
||||
|
||||
<p class="lead">The <a href="http://im.snibgo.com/fxnew.htm" target="_blank">FX special effects image operator</a> applies a mathematical expression to each pixel channel of an image. The FX expression language provides a powerful and flexible way to manipulate images, allowing you to perform a wide range of operations and transformations on your images. Use FX to:</p>
|
||||
<p class="lead">The <a href="http://im.snibgo.com/fxnew.htm" rel="noopener" target="_blank">FX special effects image operator</a> applies a mathematical expression to each pixel channel of an image. The FX expression language provides a powerful and flexible way to manipulate images, allowing you to perform a wide range of operations and transformations on your images. Use FX to:</p>
|
||||
|
||||
<ul>
|
||||
<li>create canvases, gradients, mathematical colormaps</li>
|
||||
@@ -525,7 +524,7 @@ Red channel of NW corner of image #1 is 0.184582
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- /.container -->
|
||||
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
|
||||
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
|
||||
<div class="container-fluid">
|
||||
<a href="security-policy.html">Security</a> •
|
||||
<a href="news.html">News</a>
|
||||
@@ -538,10 +537,10 @@ Red channel of NW corner of image #1 is 0.184582
|
||||
<a href="support.html">Sponsor</a> •
|
||||
<a href="cite.html">Cite</a> •
|
||||
<a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
|
||||
<a href="https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<a href="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
|
||||
<br/>
|
||||
<a href="https://github.com/imagemagick/imagemagick" target="_blank" rel="noopener" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" target="_blank" rel="noopener" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<a href="https://github.com/imagemagick/imagemagick" rel="noopener" target="_blank" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 512 499.36" width="2%" height="2%" role="img" focusable="false"><title>GitHub</title><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg></a> •
|
||||
<a href="https://twitter.com/imagemagick" rel="noopener" target="_blank" aria-label="Twitter"><svg xmlns="http://www.w3.org/2000/svg" class="navbar-nav-svg" viewBox="0 0 300 300" width="2%" height="2%" role="img" focusable="false"><title>Twitter</title><path d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"/></svg></a>
|
||||
<br/>
|
||||
<small>Copyright © 1999 ImageMagick Studio LLC</small>
|
||||
</div>
|
||||
@@ -552,4 +551,4 @@ Red channel of NW corner of image #1 is 0.184582
|
||||
<script src="assets/bootstrap.bundle.min.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Magick Cache 23rd December 2024 17:54 -->
|
||||
<!-- Magick Cache 1st March 2025 19:23 -->
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user