Skip to content

Commit cbd9f22

Browse files
author
Cristy
committed
latest documentation update
1 parent 5d6cb68 commit cbd9f22

File tree

134 files changed

+784
-919
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+784
-919
lines changed

index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!doctype html>
66
<html lang="en" data-bs-theme="dark">
77
<head>
8+
<script src="www/assets/color-modes.js" ></script>
89
<meta charset="utf-8" />
910
<meta name="viewport" content="width=device-width, initial-scale=1" />
1011
<title>ImageMagick – Mastering Digital Image Alchemy (legacy)</title>
@@ -35,13 +36,11 @@
3536
<link type="images/png" sizes="64x64" href="images/wand.png" rel="icon" />
3637
<link type="images/icon" sizes="16x16" href="images/wand.ico" rel="shortcut icon" />
3738
<link href="www/index.html" rel="canonical" />
38-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
39-
<link href="www/assets/magick.css" rel="stylesheet" />
40-
<script src="www/assets/color-modes.js" ></script>
41-
<script async src="https://localhost/pagead/js/adsbygoogle.js?client=ca-pub-3129977114552745" crossorigin="anonymous"></script>
39+
<link href="www/assets/bootstrap.min.css" rel="stylesheet" />
4240
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
4341
</head>
4442
<body>
43+
<script async src="https://localhost/pagead/js/adsbygoogle.js?client=ca-pub-3129977114552745" crossorigin="anonymous"></script>
4544
<svg xmlns="http://www.w3.org/2000/svg" class="d-none">
4645
<symbol id="check2" viewBox="0 0 16 16">
4746
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>
@@ -139,7 +138,7 @@
139138
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
140139
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
141140
<a href="index.html" class="d-flex align-items-center text-decoration-none">
142-
<h1 class="fs-4">Mastering Digital Image Alchemy (legacy)</h1>
141+
<h1 class="mt-5 fs-3">Mastering Digital Image Alchemy (legacy)</h1>
143142
</a>
144143
</header>
145144

@@ -152,11 +151,11 @@ <h1 class="fs-4">Mastering Digital Image Alchemy (legacy)</h1>
152151

153152
<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>
154153

155-
<p>The main website for legacy ImageMagick can be found at <a href="index.html">https://legacy.imagemagick.org</a>. The most recent version available is <a href="www/download.html">ImageMagick 6.9.13-17</a>. The source code for this software can be accessed through the <a href="https://github.com/ImageMagick/ImageMagick6" target="_blank">repository</a>. We recommend upgrading your legacy version of ImageMagick to <a href="index.html">version 7</a>.</p>
154+
<p>The main website for legacy ImageMagick can be found at <a href="index.html">https://legacy.imagemagick.org</a>. The most recent version available is <a href="www/download.html">ImageMagick 6.9.13-21</a>. The source code for this software can be accessed through the <a href="https://github.com/ImageMagick/ImageMagick6" target="_blank">repository</a>. We recommend upgrading your legacy version of ImageMagick to <a href="index.html">version 7</a>.</p>
156155

157156
<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>
158157

159-
<h2><a class="anchor" id="features"></a>Features and Capabilities</h2>
158+
<h3><a class="anchor" id="features"></a>Features and Capabilities</h3>
160159

161160
<p>One of the key features of ImageMagick is its support for scripting and automation. This allows users to create complex image manipulation pipelines that can be run automatically, without the need for manual intervention. This can be especially useful for tasks that require the processing of large numbers of images, or for tasks that need to be performed on a regular basis.</p>
162161

@@ -324,7 +323,7 @@ <h2><a class="anchor" id="features"></a>Features and Capabilities</h2>
324323
<br/>
325324
<p><a href="./Usage/" 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>
326325

327-
<h4><a class="anchor" id="community"></a>Community</h4>
326+
<h3><a class="anchor" id="community"></a>Community</h3>
328327
<p>Join the ImageMagick community by participating in the <a href="https://github.com/ImageMagick/ImageMagick6/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/ImageMagick6/issues" target="_blank">issue</a> to get help from the community.</p>
329328
</div>
330329
</div>
@@ -353,7 +352,7 @@ <h4><a class="anchor" id="community"></a>Community</h4>
353352
</div>
354353

355354
<!-- Javascript assets -->
356-
<script src="www/assets/magick.js" ></script>
355+
<script src="www/assets/bootstrap.bundle.min.js" ></script>
357356
</body>
358357
</html>
359-
<!-- Magick Cache 3rd November 2024 16:08 -->
358+
<!-- Magick Cache 23rd December 2024 17:46 -->

www/advanced-linux-installation.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!doctype html>
66
<html lang="en" data-bs-theme="dark">
77
<head>
8+
<script src="assets/color-modes.js" ></script>
89
<meta charset="utf-8" />
910
<meta name="viewport" content="width=device-width, initial-scale=1" />
1011
<title>ImageMagick – Advanced Linux Source Installation</title>
@@ -35,13 +36,11 @@
3536
<link type="images/png" sizes="64x64" href="../images/wand.png" rel="icon" />
3637
<link type="images/icon" sizes="16x16" href="../images/wand.ico" rel="shortcut icon" />
3738
<link href="advanced-linux-installation.html" rel="canonical" />
38-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
39-
<link href="assets/magick.css" rel="stylesheet" />
40-
<script src="assets/color-modes.js" ></script>
41-
<script async src="https://localhost/pagead/js/adsbygoogle.js?client=ca-pub-3129977114552745" crossorigin="anonymous"></script>
39+
<link href="assets/bootstrap.min.css" rel="stylesheet" />
4240
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
4341
</head>
4442
<body>
43+
<script async src="https://localhost/pagead/js/adsbygoogle.js?client=ca-pub-3129977114552745" crossorigin="anonymous"></script>
4544
<svg xmlns="http://www.w3.org/2000/svg" class="d-none">
4645
<symbol id="check2" viewBox="0 0 16 16">
4746
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>
@@ -139,7 +138,7 @@
139138
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
140139
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
141140
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
142-
<h1 class="fs-4">Advanced Linux Source Installation</h1>
141+
<h1 class="mt-5 fs-3">Advanced Linux Source Installation</h1>
143142
</a>
144143
</header>
145144

@@ -166,7 +165,7 @@ <h2><a class="anchor" id="configure"></a>Configure</h2>
166165

167166
<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>
168167

169-
<ul><pre class="bg-light text-dark"><code><span class="crtprompt">$ </span><span class='crtin'>cd ImageMagick-6.9.13-17</span><span class='crtout'></span><span class="crtprompt">$ </span><span class='crtin'>./configure</span></code></pre></ul>
168+
<ul><pre class="bg-light text-dark"><code><span class="crtprompt">$ </span><span class='crtin'>cd ImageMagick-6.9.13-21</span><span class='crtout'></span><span class="crtprompt">$ </span><span class='crtin'>./configure</span></code></pre></ul>
170169
<p>Watch the configure script output to verify that it finds everything that
171170
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>
172171

@@ -610,7 +609,7 @@ <h2><a class="anchor" id="macosx"></a>Mac OS X-specific Build instructions</h2>
610609

611610
<p><a href="mirror.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="https://imagemagick.org/archive//digest.rdf">message digest</a>.</p>
612611
<p>Unpack and change into the top-level ImageMagick directory:</p>
613-
<ul><pre class="bg-light text-dark"><code><span class="crtprompt">$ </span><span class='crtin'>tar xvzf ImageMagick-6.9.13-17.tar.gz</span><span class='crtout'></span><span class="crtprompt">$ </span><span class='crtin'>cd ImageMagick-6.9.13-17</span></code></pre></ul> <p>Configure ImageMagick:</p>
612+
<ul><pre class="bg-light text-dark"><code><span class="crtprompt">$ </span><span class='crtin'>tar xvzf ImageMagick-6.9.13-21.tar.gz</span><span class='crtout'></span><span class="crtprompt">$ </span><span class='crtin'>cd ImageMagick-6.9.13-21</span></code></pre></ul> <p>Configure ImageMagick:</p>
614613
<pre class="bg-light text-dark mx-4"><code>./configure --prefix=/opt --with-quantum-depth=16 \
615614
--disable-dependency-tracking --with-x=yes \
616615
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \
@@ -637,7 +636,7 @@ <h2><a class="anchor" id="mingw"></a>MinGW-specific Build instructions</h2>
637636

638637
<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>
639638

640-
<ul><pre class="bg-light text-dark"><code><span class="crtprompt">$ </span><span class='crtin'>tar jxvf ImageMagick-6.9.13-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>cd ImageMagick-6.9.13-17</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>./configure --without-perl</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>make</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>sudo make install</span></code></pre></ul>
639+
<ul><pre class="bg-light text-dark"><code><span class="crtprompt">$ </span><span class='crtin'>tar jxvf ImageMagick-6.9.13-?.tar.bz2</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>cd ImageMagick-6.9.13-21</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>./configure --without-perl</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>make</span><span class='crtout'><br/></span><span class="crtprompt">$ </span><span class='crtin'>sudo make install</span></code></pre></ul>
641640
<h2><a class="anchor" id="problems"></a>Dealing with Unexpected Problems</h2>
642641

643642
<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>
@@ -708,7 +707,6 @@ <h4>PerlMagick</h4>
708707
</div>
709708

710709
<!-- Javascript assets -->
711-
<script src="assets/magick.js" ></script>
710+
<script src="assets/bootstrap.bundle.min.js" ></script>
712711
</body>
713712
</html>
714-
<!-- Magick Cache 3rd November 2024 18:32 -->

www/advanced-unix-installation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ <h5>PerlMagick</h5>
643643
<a href="support.html">Sponsor</a>
644644
<a href="cite.html">Cite</a>
645645
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
646-
<a href="../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/https://imagemagick.org/www/../www/https://legacy.imagemagick.org/script/contact.php">Contact Us</a>
646+
<a href="../www/../www/../www/../www/../www/../www/../www/../www/../www/../www/https://imagemagick.org/www/../www/../www/https://legacy.imagemagick.org/script/contact.php">Contact Us</a>
647647
<br/>
648648
<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>
649649
<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>

www/advanced-windows-installation.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!doctype html>
66
<html lang="en" data-bs-theme="dark">
77
<head>
8+
<script src="assets/color-modes.js" ></script>
89
<meta charset="utf-8" />
910
<meta name="viewport" content="width=device-width, initial-scale=1" />
1011
<title>ImageMagick – Advanced Windows Source Installation</title>
@@ -35,13 +36,11 @@
3536
<link type="images/png" sizes="64x64" href="../images/wand.png" rel="icon" />
3637
<link type="images/icon" sizes="16x16" href="../images/wand.ico" rel="shortcut icon" />
3738
<link href="advanced-windows-installation.html" rel="canonical" />
38-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
39-
<link href="assets/magick.css" rel="stylesheet" />
40-
<script src="assets/color-modes.js" ></script>
41-
<script async src="https://localhost/pagead/js/adsbygoogle.js?client=ca-pub-3129977114552745" crossorigin="anonymous"></script>
39+
<link href="assets/bootstrap.min.css" rel="stylesheet" />
4240
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
4341
</head>
4442
<body>
43+
<script async src="https://localhost/pagead/js/adsbygoogle.js?client=ca-pub-3129977114552745" crossorigin="anonymous"></script>
4544
<svg xmlns="http://www.w3.org/2000/svg" class="d-none">
4645
<symbol id="check2" viewBox="0 0 16 16">
4746
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>
@@ -139,7 +138,7 @@
139138
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
140139
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
141140
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
142-
<h1 class="fs-4">Advanced Windows Source Installation</h1>
141+
<h1 class="mt-5 fs-3">Advanced Windows Source Installation</h1>
143142
</a>
144143
</header>
145144

@@ -209,7 +208,6 @@ <h2>Build ImageMagick</h2>
209208
</div>
210209

211210
<!-- Javascript assets -->
212-
<script src="assets/magick.js" ></script>
211+
<script src="assets/bootstrap.bundle.min.js" ></script>
213212
</body>
214213
</html>
215-
<!-- Magick Cache 3rd November 2024 18:32 -->

www/animate.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!doctype html>
66
<html lang="en" data-bs-theme="dark">
77
<head>
8+
<script src="assets/color-modes.js" ></script>
89
<meta charset="utf-8" />
910
<meta name="viewport" content="width=device-width, initial-scale=1" />
1011
<title>ImageMagick – Command-line Tools: Animate</title>
@@ -35,13 +36,11 @@
3536
<link type="images/png" sizes="64x64" href="../images/wand.png" rel="icon" />
3637
<link type="images/icon" sizes="16x16" href="../images/wand.ico" rel="shortcut icon" />
3738
<link href="animate.html" rel="canonical" />
38-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
39-
<link href="assets/magick.css" rel="stylesheet" />
40-
<script src="assets/color-modes.js" ></script>
41-
<script async src="https://localhost/pagead/js/adsbygoogle.js?client=ca-pub-3129977114552745" crossorigin="anonymous"></script>
39+
<link href="assets/bootstrap.min.css" rel="stylesheet" />
4240
<script async src="https://localhost/cse.js?cx=006134137889097767902:turn9fku95u"> </script>
4341
</head>
4442
<body>
43+
<script async src="https://localhost/pagead/js/adsbygoogle.js?client=ca-pub-3129977114552745" crossorigin="anonymous"></script>
4544
<svg xmlns="http://www.w3.org/2000/svg" class="d-none">
4645
<symbol id="check2" viewBox="0 0 16 16">
4746
<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>
@@ -139,7 +138,7 @@
139138
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
140139
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
141140
<a href="../index.html" class="d-flex align-items-center text-decoration-none">
142-
<h1 class="fs-4">Command-line Tools: Animate</h1>
141+
<h1 class="mt-5 fs-3">Command-line Tools: Animate</h1>
143142
</a>
144143
</header>
145144

@@ -626,7 +625,6 @@ <h2><a class="anchor" id="options"></a>Option Summary</h2>
626625
</div>
627626

628627
<!-- Javascript assets -->
629-
<script src="assets/magick.js" ></script>
628+
<script src="assets/bootstrap.bundle.min.js" ></script>
630629
</body>
631630
</html>
632-
<!-- Magick Cache 3rd November 2024 18:32 -->

0 commit comments

Comments
 (0)