Skip to content

Commit a1f7ff5

Browse files
author
Cristy
committed
latest documentation
1 parent a7ea111 commit a1f7ff5

File tree

131 files changed

+1046
-1081
lines changed

Some content is hidden

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

131 files changed

+1046
-1081
lines changed

images/julia-set.png

0 Bytes
Loading

index.html

+10-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11

22

3-
4-
53
<!doctype html>
64
<html lang="en" data-bs-theme="dark">
75
<head>
@@ -121,7 +119,7 @@
121119
<a class="nav-link " href="www/develop.html">Develop</a>
122120
</li>
123121
<li class="nav-item">
124-
<a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick6/discussions">Community</a>
122+
<a class="nav-link" rel="noopener" target="_blank" href="https://github.com/ImageMagick/ImageMagick6/discussions">Community</a>
125123
</li>
126124
<li class="nav-item">
127125
<iframe src="https://github.com/sponsors/ImageMagick/button" title="Sponsor ImageMagick" height="35" width="107" style="border: 0;"></iframe>
@@ -138,20 +136,20 @@
138136
<div class="col-lg-8 mx-auto p-4 py-md-5 text-body-secondary">
139137
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
140138
<a href="index.html" class="d-flex align-items-center text-decoration-none">
141-
<h1 class="mt-5 fs-3">Mastering Digital Image Alchemy (legacy)</h1>
139+
<h1 class="mt-5 fs-4">Mastering Digital Image Alchemy (legacy)</h1>
142140
</a>
143141
</header>
144142

145143
<main class="container">
146144
<div>
147145

148-
<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" 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="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>
149147

150148
<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>
151149

152150
<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>
153151

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>
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>
155153

156154
<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>
157155

@@ -321,14 +319,14 @@ <h3><a class="anchor" id="features"></a>Features and Capabilities</h3>
321319
</table>
322320
</div>
323321
<br/>
324-
<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>
322+
<p><a href="./Usage/" 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 website called <a href="http://www.fmwconcepts.com/imagemagick/" rel="noopener" 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" 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>
325323

326324
<h3><a class="anchor" id="community"></a>Community</h3>
327-
<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>
325+
<p>Join the ImageMagick community by participating in the <a href="https://github.com/ImageMagick/ImageMagick6/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/ImageMagick6/issues" rel="noopener" target="_blank">issue</a> to get help from the community.</p>
328326
</div>
329327
</div>
330328
</main><!-- /.container -->
331-
<footer class="py-5 text-center text-body-secondary bg-body-tertiary">
329+
<footer class="text-center pt-5 my-5 text-body-secondary border-top">
332330
<div class="container-fluid">
333331
<a href="www/security-policy.html">Security</a>
334332
<a href="www/news.html">News</a>
@@ -343,8 +341,8 @@ <h3><a class="anchor" id="community"></a>Community</h3>
343341
<a href="http://pgp.mit.edu/pks/lookup?op=get&amp;search=0x89AB63D48277377A">Public Key</a>
344342
<a href="www/https://legacy.imagemagick.org/script/contact.php">Contact Us</a>
345343
<br/>
346-
<a href="https://github.com/imagemagick/imagemagick6" 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>
347-
<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>
344+
<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>
345+
<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>
348346
<br/>
349347
<small>Copyright © 1999 ImageMagick Studio LLC</small>
350348
</div>
@@ -355,4 +353,4 @@ <h3><a class="anchor" id="community"></a>Community</h3>
355353
<script src="www/assets/bootstrap.bundle.min.js" ></script>
356354
</body>
357355
</html>
358-
<!-- Magick Cache 23rd December 2024 17:46 -->
356+
<!-- Magick Cache 1st March 2025 19:20 -->

www/Magick++/Documentation.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</tr>
3030
<tr><td><a class="reference external" href="https://legacy.imagemagick.org/Magick++/CoderInfo.html">CoderInfo</a></td>
3131
<td>Report information about supported image formats (use with
32-
<a class="reference external" href="https://legacy.imagemagick.org/Magick++/STL.html#coderInfoList#coderInfoList">coderInfoList</a>())</td>
32+
<a class="reference external" href="https://legacy.imagemagick.org/Magick++/STL.html#coderInfoList#coderInfoList#coderInfoList#coderInfoList">coderInfoList</a>())</td>
3333
</tr>
3434
<tr><td><a class="reference external" href="https://legacy.imagemagick.org/Magick++/Color.html">Color</a></td>
3535
<td>Color specification.</td>
@@ -58,7 +58,7 @@
5858
</tr>
5959
<tr><td><a class="reference external" href="https://legacy.imagemagick.org/Magick++/TypeMetric.html">TypeMetric</a></td>
6060
<td>Container for font type metrics (use with
61-
<a class="reference external" href="https://legacy.imagemagick.org/Magick++/Image++.html#fonttypemetrics#fonttypemetrics">Image::fontTypeMetrics</a>).</td>
61+
<a class="reference external" href="https://legacy.imagemagick.org/Magick++/Image++.html#fonttypemetrics#fonttypemetrics#fonttypemetrics#fonttypemetrics">Image::fontTypeMetrics</a>).</td>
6262
</tr>
6363
</tbody>
6464
</table>

0 commit comments

Comments
 (0)