Skip to content

Commit 4b2647f

Browse files
author
Cristy
committed
update to the latest documentation
1 parent 87d1a70 commit 4b2647f

File tree

129 files changed

+727
-749
lines changed

Some content is hidden

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

129 files changed

+727
-749
lines changed

index.html

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
126126
</li>
127127
</ul>
128-
<form class="d-flex form-inline" action="www/https://legacy.imagemagick.org/script/search.php">
128+
<form class="d-flex form-inline" action="./www/https://legacy.imagemagick.org/script/search.php">
129129
<input class="form-control me-2" type="text" name="q" placeholder="Search" aria-label="Search">
130130
<button class="btn btn-outline-success" type="submit" name="sa">Search</button>
131131
</form>
@@ -143,13 +143,13 @@ <h1 class="mt-5 fs-4">Mastering Digital Image Alchemy (legacy)</h1>
143143
<main class="container">
144144
<div>
145145

146-
<p class="lead"><a href="images/wizard.png" title="And Now a Touch of Magick"><img class="img-fluid border rounded-3 shadow-lg mb-4" 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&amp;entry=78333969" rel="noopener" target="_blank">&#174;</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>
146+
<p class="lead"><a href="images/wizard.png" title="And Now a Touch of Magick"><img class="img-fluid border rounded-3 shadow-lg mb-4" 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&amp;entry=78333969" rel="noopener" target="_blank">&#174;</a></sup> is a free, <a href="https://imagemagick.org/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>
147147

148148
<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>
149149

150150
<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>
151151

152-
<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-22</a>. The source code for this software can be accessed through the <a href="https://github.com/ImageMagick/ImageMagick6" rel="noopener" target="_blank">repository</a>. We recommend upgrading your legacy version of ImageMagick to <a href="index.html">version 7</a>.</p>
152+
<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-26</a>. The source code for this software can be accessed through the <a href="https://github.com/ImageMagick/ImageMagick6" rel="noopener" target="_blank">repository</a>. We recommend upgrading your legacy version of ImageMagick to <a href="index.html">version 7</a>.</p>
153153

154154
<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>
155155

@@ -189,11 +189,11 @@ <h3><a class="anchor" id="features"></a>Features and Capabilities</h3>
189189
<td>bidirectional text support and shaping.</td>
190190
</tr>
191191
<tr>
192-
<td><a href="www/composite.html">Composite</a></td>
192+
<td><a href="./www/composite.html">Composite</a></td>
193193
<td>overlap one image over another.</td>
194194
</tr>
195195
<tr>
196-
<td><a href="www/connected-components.html">Connected component labeling</a></td>
196+
<td><a href="./www/connected-components.html">Connected component labeling</a></td>
197197
<td>uniquely label connected regions in an image.</td>
198198
</tr>
199199
<tr>
@@ -213,31 +213,31 @@ <h3><a class="anchor" id="features"></a>Features and Capabilities</h3>
213213
<td>implements the forward and inverse <a href="https://en.wikipedia.org/wiki/Discrete_Fourier_transform">DFT</a>.</td>
214214
</tr>
215215
<tr>
216-
<td><a href="www/distribute-pixel-cache.html">Distributed pixel cache</a></td>
216+
<td><a href="./www/distribute-pixel-cache.html">Distributed pixel cache</a></td>
217217
<td>offload intermediate pixel storage to one or more remote servers.</td>
218218
</tr>
219219
<tr>
220220
<td><a href="./Usage/draw/">Draw</a></td>
221221
<td>add shapes or text to an image.</td>
222222
</tr>
223223
<tr>
224-
<td><a href="www/cipher.html">Encipher or decipher an image</a></td>
224+
<td><a href="./www/cipher.html">Encipher or decipher an image</a></td>
225225
<td>convert ordinary images into unintelligible gibberish and back again.</td>
226226
</tr>
227227
<tr>
228-
<td><a href="www/convert.html">Format conversion</a></td>
228+
<td><a href="./www/convert.html">Format conversion</a></td>
229229
<td>convert an image from one <a href="www/formats.html">format </a> to another (e.g. PNG to JPEG).</td>
230230
</tr>
231231
<tr>
232232
<td><a href="./Usage/distorts/">Generalized pixel distortion</a></td>
233233
<td>correct for, or induce image distortions including perspective.</td>
234234
</tr>
235235
<tr>
236-
<td><a href="www/architecture.html#distributed">Heterogeneous distributed processing</a></td>
237-
<td>certain algorithms are <a href="www/opencl.html">OpenCL</a>-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.</td>
236+
<td><a href="./www/architecture.html#distributed#distributed">Heterogeneous distributed processing</a></td>
237+
<td>certain algorithms are <a href="./www/opencl.html">OpenCL</a>-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.</td>
238238
</tr>
239239
<tr>
240-
<td><a href="www/high-dynamic-range.html">High dynamic-range images</a></td>
240+
<td><a href="./www/high-dynamic-range.html">High dynamic-range images</a></td>
241241
<td>accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.</td>
242242
</tr>
243243
<tr>
@@ -249,23 +249,23 @@ <h3><a class="anchor" id="features"></a>Features and Capabilities</h3>
249249
<td>secure methods and tools to cache images, image sequences, video, audio or metadata in a local folder..</td>
250250
</tr>
251251
<tr>
252-
<td><a href="www/fx.html">Image calculator</a></td>
252+
<td><a href="./www/fx.html">Image calculator</a></td>
253253
<td>apply a mathematical expression to an image, image sequence, or image channels.</td>
254254
</tr>
255255
<tr>
256256
<td><a href="www/gradient.html">Image gradients</a></td>
257257
<td>create a gradual blend of two colors whose shape is horizontal, vertical, circular, or elliptical.</td>
258258
</tr>
259259
<tr>
260-
<td><a href="www/identify.html">Image identification</a></td>
260+
<td><a href="./www/identify.html">Image identification</a></td>
261261
<td>describe the format and attributes of an image.</td>
262262
</tr>
263263
<tr>
264264
<td><a href="www/download.html#iOS">ImageMagick on the iPhone</a></td>
265265
<td>convert, edit, or compose images on your <a href="https://www.apple.com/ios/">iOS</a> device such as the iPhone or iPad.</td>
266266
</tr>
267267
<tr>
268-
<td><a href="www/architecture.html#tera-pixel">Large image support</a></td>
268+
<td><a href="./www/architecture.html#tera-pixel#tera-pixel">Large image support</a></td>
269269
<td>read, process, or write mega-, giga-, or tera-pixel image sizes.</td>
270270
</tr>
271271
<tr>
@@ -277,11 +277,11 @@ <h3><a class="anchor" id="features"></a>Features and Capabilities</h3>
277277
<td>extract features, describe shapes, and recognize patterns in images.</td>
278278
</tr>
279279
<tr>
280-
<td><a href="www/motion-picture.html">Motion picture support</a></td>
280+
<td><a href="./www/motion-picture.html">Motion picture support</a></td>
281281
<td>read and write the common image formats used in digital film work.</td>
282282
</tr>
283283
<tr>
284-
<td><a href="www/architecture.html#multispectral">Multispectral imagery</a></td>
284+
<td><a href="./www/architecture.html#multispectral#multispectral">Multispectral imagery</a></td>
285285
<td>support multispectral imagery up to 64 bands.</td>
286286
</tr>
287287
<tr>
@@ -301,8 +301,8 @@ <h3><a class="anchor" id="features"></a>Features and Capabilities</h3>
301301
<td>insert descriptive or artistic text in an image.</td>
302302
</tr>
303303
<tr>
304-
<td><a href="www/architecture.html#threads">Threads of execution support</a></td>
305-
<td>ImageMagick is thread safe and most internal algorithms execute in <a href="www/openmp.html">parallel</a> to take advantage of speed-ups offered by multicore processor chips.</td>
304+
<td><a href="./www/architecture.html#threads#threads">Threads of execution support</a></td>
305+
<td>ImageMagick is thread safe and most internal algorithms execute in <a href="./www/openmp.html">parallel</a> to take advantage of speed-ups offered by multicore processor chips.</td>
306306
</tr>
307307
<tr>
308308
<td><a href="./Usage/resize/">Transform</a></td>
@@ -313,7 +313,7 @@ <h3><a class="anchor" id="features"></a>Features and Capabilities</h3>
313313
<td>render portions of an image invisible.</td>
314314
</tr>
315315
<tr>
316-
<td><a href="www/architecture.html#virtual-pixels">Virtual pixel support</a></td>
316+
<td><a href="./www/architecture.html#virtual-pixels#virtual-pixels">Virtual pixel support</a></td>
317317
<td>convenient access to pixels outside the image boundaries.</td>
318318
</tr>
319319
</table>
@@ -333,13 +333,13 @@ <h3><a class="anchor" id="community"></a>Community</h3>
333333

334334
<a href="#"><img class="d-inline" id="wand" alt="And Now a Touch of Magick" width="16" height="16" src="images/wand.ico"/></a>
335335

336-
<a href="www/links.html">Related</a>
336+
<a href="./www/links.html">Related</a>
337337
<a href="www/sitemap.html">Sitemap</a>
338338
<br/>
339-
<a href="www/support.html">Sponsor</a>
339+
<a href="./www/support.html">Sponsor</a>
340340
<a href="www/cite.html">Cite</a>
341341
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
342-
<a href="www/https://legacy.imagemagick.org/script/contact.php">Contact Us</a>
342+
<a href="./www/https://legacy.imagemagick.org/script/contact.php">Contact Us</a>
343343
<br/>
344344
<a href="https://github.com/imagemagick/imagemagick6" 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>
345345
<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>
@@ -353,4 +353,4 @@ <h3><a class="anchor" id="community"></a>Community</h3>
353353
<script src="www/assets/bootstrap.bundle.min.js" ></script>
354354
</body>
355355
</html>
356-
<!-- Magick Cache 1st March 2025 19:20 -->
356+
<!-- Magick Cache 27th July 2025 09:44 -->

www/advanced-linux-installation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ <h4>PerlMagick</h4>
707707
<a href="support.html">Sponsor</a>
708708
<a href="cite.html">Cite</a>
709709
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
710-
<a href="https://legacy.imagemagick.org/script/contact.php">Contact Us</a>
710+
<a href="../www/https://legacy.imagemagick.org/script/contact.php">Contact Us</a>
711711
<br/>
712712
<a href="https://github.com/imagemagick/imagemagick6" 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>
713713
<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>

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/https://imagemagick.org/www/../www/../www/../www/https://legacy.imagemagick.org/script/contact.php">Contact Us</a>
646+
<a href="../www/../www/../www/../www/../www/../www/../www/../www/https://imagemagick.org/www/../www/../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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h2>Build ImageMagick</h2>
195195
<a href="support.html">Sponsor</a>
196196
<a href="cite.html">Cite</a>
197197
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
198-
<a href="https://legacy.imagemagick.org/script/contact.php">Contact Us</a>
198+
<a href="../www/https://legacy.imagemagick.org/script/contact.php">Contact Us</a>
199199
<br/>
200200
<a href="https://github.com/imagemagick/imagemagick6" 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>
201201
<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>

0 commit comments

Comments
 (0)