correct download links

This commit is contained in:
Cristy 2024-10-09 17:49:42 -04:00
parent e96022d5f3
commit 87f16e61ec
5 changed files with 38 additions and 38 deletions

View file

@ -155,7 +155,7 @@
<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-38</span><span class='crtout'></span><span class="crtprompt"><br/>$ </span><span class='crtin'>./configure</span></code></pre></ul>
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>cd ImageMagick-7.1.1-40</span><span class='crtout'></span><span class="crtprompt"><br/>$ </span><span class='crtin'>./configure</span></code></pre></ul>
<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>
@ -587,7 +587,7 @@ 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-38.tar.gz</span><span class='crtout'></span><span class="crtprompt"><br/>$ </span><span class='crtin'>cd ImageMagick-7.1.1-38</span></code></pre></ul> <p>Configure ImageMagick:</p>
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>tar xvzf ImageMagick-7.1.1-40.tar.gz</span><span class='crtout'></span><span class="crtprompt"><br/>$ </span><span class='crtin'>cd ImageMagick-7.1.1-40</span></code></pre></ul> <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/ \
@ -609,7 +609,7 @@ 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-38</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>
<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-40</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>
<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>

View file

@ -215,7 +215,7 @@ 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-38 2024-05-05 Q16 https://imagemagick.org</span></code></pre></ul>
<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-40 2024-05-05 Q16 https://imagemagick.org</span></code></pre></ul>
<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>

View file

@ -165,12 +165,12 @@
</tr>
<tr>
<td><a href= "../archive/linux/CentOS/x86_64/ImageMagick-7.1.1-38.x86_64.rpm">ImageMagick-7.1.1-38.x86_64.rpm</a></td>
<td><a href= "../archive/linux/CentOS/x86_64/ImageMagick-7.1.1-40.x86_64.rpm">ImageMagick-7.1.1-40.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-38.x86_64.rpm">ImageMagick-libs-7.1.1-38.x86_64.rpm</a></td>
<td><a href= "../archive/linux/CentOS/x86_64/ImageMagick-libs-7.1.1-40.x86_64.rpm">ImageMagick-libs-7.1.1-40.x86_64.rpm</a></td>
<td>Fedora x86_64 RPM</td>
</tr>
@ -200,8 +200,8 @@
<p>ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:</p>
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>rpm -Uvh ImageMagick-7.1.1-38.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-38.x86_64.rpm</span></code></pre></ul>
<ul><pre class="bg-light text-dark"><code><span class="crtprompt"><br/>$ </span><span class='crtin'>rpm -Uvh ImageMagick-7.1.1-40.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-40.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>
@ -317,7 +317,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-38, svn, ...)</p>
<p>where <var>VERSION</var> is the version of ImageMagick you want to compile (i.e.: 7.1.1-40, svn, ...)</p>
<p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p>
<ul>
@ -366,7 +366,7 @@ display logo.gif</samp></pre>
</thead>
<tbody>
<tr>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-38-Q16-HDRI-x64-dll.exe">ImageMagick-7.1.1-38-Q16-HDRI-x64-dll.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q16-HDRI-x64-dll.exe">ImageMagick-7.1.1-40-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>
@ -385,132 +385,132 @@ display logo.gif</samp></pre>
</thead>
<tbody>
<tr>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-38-Q16-x64-dll.exe">ImageMagick-7.1.1-38-Q16-x64-dll.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q16-x64-dll.exe">ImageMagick-7.1.1-40-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-38-Q16-x64-static.exe">ImageMagick-7.1.1-38-Q16-x64-static.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q16-x64-static.exe">ImageMagick-7.1.1-40-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-38-Q8-x64-dll.exe">ImageMagick-7.1.1-38-Q8-x64-dll.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q8-x64-dll.exe">ImageMagick-7.1.1-40-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-38-Q8-x64-static.exe">ImageMagick-7.1.1-38-Q8-x64-static.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q8-x64-static.exe">ImageMagick-7.1.1-40-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-38-Q16-HDRI-x64-static.exe">ImageMagick-7.1.1-38-Q16-HDRI-x64-static.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q16-HDRI-x64-static.exe">ImageMagick-7.1.1-40-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-38-Q8-arm64-dll.exe">ImageMagick-7.1.1-38-Q8-arm64-dll.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q8-arm64-dll.exe">ImageMagick-7.1.1-40-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-38-Q8-arm64-static.exe">ImageMagick-7.1.1-38-Q8-arm64-static.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q8-arm64-static.exe">ImageMagick-7.1.1-40-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-38-Q16-arm64-dll.exe">ImageMagick-7.1.1-38-Q16-arm64-dll.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q16-arm64-dll.exe">ImageMagick-7.1.1-40-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-38-Q16-arm64-static.exe">ImageMagick-7.1.1-38-Q16-arm64-static.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q16-arm64-static.exe">ImageMagick-7.1.1-40-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-38-Q16-HDRI-arm64-dll.exe">ImageMagick-7.1.1-38-Q16-HDRI-arm64-dll.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q16-HDRI-arm64-dll.exe">ImageMagick-7.1.1-40-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-38-Q16-HDRI-arm64-static.exe">ImageMagick-7.1.1-38-Q16-HDRI-arm64-static.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q16-HDRI-arm64-static.exe">ImageMagick-7.1.1-40-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-38-Q16-x86-dll.exe">ImageMagick-7.1.1-38-Q16-x86-dll.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q16-x86-dll.exe">ImageMagick-7.1.1-40-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-38-Q16-x86-static.exe">ImageMagick-7.1.1-38-Q16-x86-static.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q16-x86-static.exe">ImageMagick-7.1.1-40-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-38-Q8-x86-dll.exe">ImageMagick-7.1.1-38-Q8-x86-dll.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q8-x86-dll.exe">ImageMagick-7.1.1-40-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-38-Q8-x86-static.exe">ImageMagick-7.1.1-38-Q8-x86-static.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q8-x86-static.exe">ImageMagick-7.1.1-40-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-38-Q16-HDRI-x86-dll.exe">ImageMagick-7.1.1-38-Q16-HDRI-x86-dll.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q16-HDRI-x86-dll.exe">ImageMagick-7.1.1-40-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-38-Q16-HDRI-x86-static.exe">ImageMagick-7.1.1-38-Q16-HDRI-x86-static.exe</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-Q16-HDRI-x86-static.exe">ImageMagick-7.1.1-40-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-38-portable-Q16-x64.zip">ImageMagick-7.1.1-38-portable-Q16-x64.zip</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-portable-Q16-x64.zip">ImageMagick-7.1.1-40-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-38-portable-Q16-arm64.zip">ImageMagick-7.1.1-38-portable-Q16-arm64.zip</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-portable-Q16-arm64.zip">ImageMagick-7.1.1-40-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-38-portable-Q16-x86.zip">ImageMagick-7.1.1-38-portable-Q16-x86.zip</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-portable-Q16-x86.zip">ImageMagick-7.1.1-40-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-38-portable-Q8-x64.zip">ImageMagick-7.1.1-38-portable-Q8-x64.zip</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-portable-Q8-x64.zip">ImageMagick-7.1.1-40-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-38-portable-Q8-arm64.zip">ImageMagick-7.1.1-38-portable-Q8-arm64.zip</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-portable-Q8-arm64.zip">ImageMagick-7.1.1-40-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-38-portable-Q8-x86.zip">ImageMagick-7.1.1-38-portable-Q8-x86.zip</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-portable-Q8-x86.zip">ImageMagick-7.1.1-40-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-38-portable-Q16-HDRI-x64.zip">ImageMagick-7.1.1-38-portable-Q16-HDRI-x64.zip</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-portable-Q16-HDRI-x64.zip">ImageMagick-7.1.1-40-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-38-portable-Q16-HDRI-arm64.zip">ImageMagick-7.1.1-38-portable-Q16-HDRI-arm64.zip</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-portable-Q16-HDRI-arm64.zip">ImageMagick-7.1.1-40-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-38-portable-Q16-HDRI-x86.zip">ImageMagick-7.1.1-38-portable-Q16-HDRI-x86.zip</a></td>
<td><a href= "../archive/binaries/ImageMagick-7.1.1-40-portable-Q16-HDRI-x86.zip">ImageMagick-7.1.1-40-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>

View file

@ -142,7 +142,7 @@
<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="download.html">ImageMagick 7.1.1-38</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="download.html">ImageMagick 7.1.1-40</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>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="security-policy.html">policy</a>. Also, it's important to verify your policy using the <a href="../index.html">validation tool</a>.</p>

View file

@ -137,7 +137,7 @@
<main class="container">
<div>
<p class="lead">ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below. ImageMagick stable and development source releases are also available from <a href="https://github.com/ImageMagick">Git</a>. Before you download, you may want to review recent <a href="https://github.com/ImageMagick/Website/blob/main/ChangeLog.md">changes</a> to the ImageMagick distribution. The authoritative source code repository is <a href="https://github.com/ImageMagick/ImageMagick" target="_blank">https://github.com/ImageMagick</a>.</p>
<p>The latest release of ImageMagick is version 7.1.1-38.</p>
<p>The latest release of ImageMagick is version 7.1.1-40.</p>
<dl>
<dt>Austrailia</dt>
<dd><a href="https://mirror.endianness.com/imagemagick" target="_blank">https://mirror.endianness.com/imagemagick</a></dd>