...
diff --git a/www/compose.html b/www/compose.html
index c84b17d..89a3594 100644
--- a/www/compose.html
+++ b/www/compose.html
@@ -36,7 +36,7 @@
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
- <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="../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-toggle="collapse" data-target="#navbarsMagick" aria-controls="navbarsMagick" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
@@ -44,25 +44,25 @@
<div class="navbar-collapse collapse" id="navbarsMagick" style="">
<ul class="navbar-nav mr-auto">
<li class="nav-item ">
- <a class="nav-link" href="../">Home <span class="sr-only">(current)</span></a>
+ <a class="nav-link" href="../index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item ">
- <a class="nav-link" href="../www/download.html">Download</a>
+ <a class="nav-link" href="download.html">Download</a>
</li>
<li class="nav-item ">
- <a class="nav-link" href="../www/command-line-tools.html">Tools</a>
+ <a class="nav-link" href="command-line-tools.html">Tools</a>
</li>
<li class="nav-item ">
- <a class="nav-link" href="../www/command-line-processing.html">Command-line</a>
+ <a class="nav-link" href="command-line-processing.html">Command-line</a>
</li>
<li class="nav-item ">
- <a class="nav-link" href="../www/resources.html">Resources</a>
+ <a class="nav-link" href="resources.html">Resources</a>
</li>
<li class="nav-item ">
- <a class="nav-link" href="../www/develop.html">Develop</a>
+ <a class="nav-link" href="develop.html">Develop</a>
</li>
<li class="nav-item">
- <a class="nav-link" target="_blank" href="https://imagemagick.org/discourse-server/">Community</a>
+ <a class="nav-link" target="_blank" href="https://github.com/ImageMagick/ImageMagick/discussions">Community</a>
</li>
</ul>
</div>
@@ -91,7 +91,7 @@
<p class="lead magick-description">This page descibed the Image composition methods that is used to define how
two images should be merged together in various image operations. For the
Command Line API it is typically set using the <a
-href="../www/command-line-options.html#compose" >-compose</a> setting option. </p>
+href="command-line-options.html#compose" >-compose</a> setting option. </p>
<p>The description of composition uses abstract terminology in order to allow
@@ -215,13 +215,13 @@
<p>Many of these compose methods will clear the destination image which was
not overlaid by the source image. This is to be expected as part of that
specific composition methods defintion. You can disable this by setting the
-special <a href="../www/command-line-options.html#define"
+special <a href="command-line-options.html#define"
>-define</a> 'compose:outside-overlay' to a value of 'false' will turn off
this behavior. </p>
<p>On top of the above 12 Duff-Porter Alpha Composition methods, one special
related method '<code>Copy</code>' has been provided. This is equivalent to
-using the '<code>Src</code>' with the special <a href="../www/command-line-options.html#define"
+using the '<code>Src</code>' with the special <a href="command-line-options.html#define"
>-define</a> option '<code>compose:outside-overlay</code>' set to
'<code>false</code>', so as to only modify the overlaid area, without clearing
the rest of the image outside the overlaid area. </p>
@@ -344,7 +344,7 @@
This 'Over' alpha blending is also applied to the lighting composition methods
below. </p>
-<p> The math composition is applied on an individual channel basis as defined by the <a href="../www/command-line-options.html#channel" >-channel</a>. This includes the alpha channel. This special usage allows you to perform true mathematics of the image channels, without alpha
+<p> The math composition is applied on an individual channel basis as defined by the <a href="command-line-options.html#channel" >-channel</a>. This includes the alpha channel. This special usage allows you to perform true mathematics of the image channels, without alpha
composition effects, becoming involved. </p>
<p>The following lighting composition methods are also available. </p>
@@ -486,7 +486,7 @@
<td>change-mask</td>
<td>Replace any destination pixel that is the similar to the
source images pixel (as defined by the current <a
- href="../www/command-line-options.html#fuzz">-fuzz</a> factor), with transparency.
+ href="command-line-options.html#fuzz">-fuzz</a> factor), with transparency.
</td>
</tr>
@@ -504,16 +504,16 @@
<p>In the "<code>composite</code>" command these composition methods are
selected using special options with the arguments needed. They are usually,
but not always, the same name as the composite 'method' they use, and replaces
-the normal use of the <a href="../www/command-line-options.html#compose" >-compose</a>
+the normal use of the <a href="command-line-options.html#compose" >-compose</a>
setting in the "<code>composite</code>" command. For example... </p>
<pre class="highlight"><code>composite ... -blend 50x50 ...
</code></pre>
-<p>The "<code>magick</code>" command can accept these extra arguments to its <a href="../www/command-line-options.html#composite"
->-composite</a> operator, using the special <a href="../www/command-line-options.html#define">-define</a>
+<p>The "<code>magick</code>" command can accept these extra arguments to its <a href="command-line-options.html#composite"
+>-composite</a> operator, using the special <a href="command-line-options.html#define">-define</a>
attribute of '<code class="arg">compose:args</code>'. This means you can now
-make use of these special augmented <a href="../www/command-line-options.html#compose"
+make use of these special augmented <a href="command-line-options.html#compose"
>-compose</a> methods, those the argument and the method both need to be set
separately. For example... </p>
@@ -535,7 +535,7 @@
<td>dissolve</td>
<td>Arguments:
<var>src_percent</var>[x<var>dst_percent</var>]
- <br/>Equivalent to "<code>composite</code>" <a href="../www/command-line-options.html#dissolve">-dissolve</a>
+ <br/>Equivalent to "<code>composite</code>" <a href="command-line-options.html#dissolve">-dissolve</a>
<br/>Dissolve the 'source' image by the percentage given before overlaying
'over' the 'destination' image. If <var>src_percent</var> is
greater than 100, it starts dissolving the main image so it will
@@ -550,7 +550,7 @@
<td>Arguments:
<var>src_percent</var>[x<var>dst_percent</var>]
<br/>Equivalent to "<code>composite</code>" <a
- href="../www/command-line-options.html#blend">-blend</a>
+ href="command-line-options.html#blend">-blend</a>
<br/>Average the images together ('plus') according to the percentages
given and each pixels transparency. If only a single percentage value
is given it sets the weight of the composite or 'source' image, while
@@ -569,7 +569,7 @@
<br/> <code>A*Sc*Dc + B*Sc + C*Dc + D</code>
<br/>Can be used to generate a custom composition method that would
otherwise need to be implemented using the slow <a
- href="../www/command-line-options.html#fx">-fx</a> DIY image operator.
+ href="command-line-options.html#fx">-fx</a> DIY image operator.
</td>
</tr>
@@ -577,7 +577,7 @@
<td>modulate</td>
<td>Arguments:
<var>brightness</var>[x<var>saturation</var>]
- <br/>Equivalent to "<code>composite</code>" <a href="../www/command-line-options.html#watermark">-watermark</a>
+ <br/>Equivalent to "<code>composite</code>" <a href="command-line-options.html#watermark">-watermark</a>
<br/>Take a grayscale image (with alpha mask) and modify the destination
image's brightness according to watermark image's grayscale value and
the <var>brightness</var> percentage. The destinations
@@ -591,7 +591,7 @@
<td>displace</td>
<td>Arguments:
<var>X-scale</var>[x<var>Y-scale</var>][!][%]
- <br/>Equivalent to "<code>composite</code>" <a href="../www/command-line-options.html#displace">-displace</a>
+ <br/>Equivalent to "<code>composite</code>" <a href="command-line-options.html#displace">-displace</a>
<br/>With this option, the 'overlay' image, and optionally the 'mask'
image, is used as a relative displacement map, which is used to
displace the lookup of what part of the destination image is seen at
@@ -638,7 +638,7 @@
<td>blur</td>
<td>Arguments:
<var>Width</var>[x<var>Height</var>[+<var>Angle</var>][+<var>Angle2</var>]]
- <br/>Equivalent to "<code>composite</code>" <a href="../www/command-line-options.html#blur-composite">-blur</a>
+ <br/>Equivalent to "<code>composite</code>" <a href="command-line-options.html#blur-composite">-blur</a>
<br/>A Variable Blur Mapping Composition method, where each pixel in the
overlaid region is replaced with an Elliptical Weighted Average (EWA),
with an ellipse (typically a circle) of the given sigma size, scaled
@@ -663,22 +663,23 @@
</table>
<p>To print a complete list of all the available compose operators, use <a
-href="../www/command-line-options.html#list">-list compose</a>.</p>
+href="command-line-options.html#list">-list compose</a>.</p>
</div>
</div>
</main><!-- /.container -->
<footer class="magick-footer">
- <p><a href="../www/security-policy.html">Security</a> •
- <a href="../www/architecture.html">Architecture</a>
+ <p><a href="security-policy.html">Security</a> •
+ <a href="architecture.html">Architecture</a>
<a href="compose.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>
+ <a href="links.html">Related</a> •
+ <a href="sitemap.html">Sitemap</a>
<br/>
- <a href="../www/support.html">Donate</a> •
+ <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="../www/https://imagemagick.org/script/contact.php">Contact Us</a>
+ <a href="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>
@@ -691,3 +692,4 @@
<script>window.jQuery || document.write('<script src="https://localhost/ajax/libs/jquery/3.4.1/jquery.min.js"><\/script>')</script>
</body>
</html>
+<!-- Magick Cache 12th June 2020 18:24 -->
\ No newline at end of file