Skip to content

Commit

Permalink
Fix broken link (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored May 9, 2024
1 parent b94e553 commit ac748c2
Show file tree
Hide file tree
Showing 27 changed files with 116 additions and 116 deletions.
6 changes: 3 additions & 3 deletions comtasks.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />

Expand Down Expand Up @@ -139,7 +139,7 @@ <h2 id="thumb">Making thumbnails</h2>
<h3>flickr-style thumbnails</h3>

<p>
<a href="http://www.flickr.com">flickr</a> thumbnails are 75 pixels wide and 75 pixels tall. If the original image isn't square, the thumbnail is cropped
<a href="https://www.flickr.com">flickr</a> thumbnails are 75 pixels wide and 75 pixels tall. If the original image isn't square, the thumbnail is cropped
in its larger dimension so that the image isn't distorted. You can get make this kind of thumbnail with the
<a href="image3.html#resize_to_fill">resize_to_fill</a> method.
</p>
Expand Down
10 changes: 5 additions & 5 deletions constants.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />

Expand Down Expand Up @@ -182,7 +182,7 @@ <h3 class="const" style="margin-top: 0" id="Miscellaneous_constants">Miscellaneo

<dd>
The ImageMagick version string. This has the form:<br />
<code>@(#)ImageMagick X.Y.Z MM/DD/YY Q:16 http://www.imagemagick.org</code>
<code>@(#)ImageMagick X.Y.Z MM/DD/YY Q:16 https://www.imagemagick.org</code>
</dd>

<dt>MANAGED_MEMORY</dt>
Expand Down Expand Up @@ -986,7 +986,7 @@ <h3 class="const" id="CompressionType">CompressionType</h3>

<dd>
See the Wikipedia page for
<a href="http://en.wikipedia.org/wiki/Run_length_encoding">Run-length encoding</a>.
<a href="https://en.wikipedia.org/wiki/Run_length_encoding">Run-length encoding</a>.
</dd>

<dt>ZipCompression</dt>
Expand Down Expand Up @@ -1638,7 +1638,7 @@ <h3 class="const" id="OrientationType">OrientationType</h3>
<p>
Specify the orientation of the image pixels. See
<a href="imageattrs.html#orientation">Image#orientation</a> and <a href="info.html#orientation">Info#orientation</a>. See
<a href="http://jpegclub.org/exif_orientation.html">http://jpegclub.org/exif_orientation.html</a>
<a href="https://jpegclub.org/exif_orientation.html">https://jpegclub.org/exif_orientation.html</a>
for an explanation of these values.
</p>

Expand Down
30 changes: 15 additions & 15 deletions draw.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />

Expand Down Expand Up @@ -698,7 +698,7 @@ <h4>Description</h4>

<p class="imquote">
See
<a href="http://freetype.sourceforge.net/freetype2/docs/glyphs/index.html"> FreeType Glyph Conventions</a>
<a href="https://freetype.sourceforge.net/freetype2/docs/glyphs/index.html"> FreeType Glyph Conventions</a>
for a detailed description of font metrics related issues.
</p>
</blockquote>
Expand Down Expand Up @@ -727,7 +727,7 @@ <h4>Returns</h4>

<p>
A TypeMetric struct. This structure has the following attributes. (The descriptions are taken from the
<a href="http://www.imagemagick.org/Magick++/TypeMetric.html">Magick++</a>
<a href="https://www.imagemagick.org/Magick++/TypeMetric.html">Magick++</a>
documentation and source code.)
</p>

Expand Down Expand Up @@ -859,7 +859,7 @@ <h4>Description</h4>

<p>
Transforms the coordinate system by a 3x3 transformation matrix. See
<a href="http://www.w3.org/TR/SVG/coords.html#EstablishingANewUserSpace"> Coordinate system transformations</a>
<a href="https://www.w3.org/TR/SVG/coords.html#EstablishingANewUserSpace"> Coordinate system transformations</a>
in the <cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>.
</p>

Expand Down Expand Up @@ -1017,7 +1017,7 @@ <h4>Examples</h4>

<p>
The following examples are taken from the
<a href="http://www.w3.org/TR/SVG/paths.html">Paths</a> section of the <cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>.
<a href="https://www.w3.org/TR/SVG/paths.html">Paths</a> section of the <cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>.
</p>

<h4>Example 1</h4>
Expand Down Expand Up @@ -1172,7 +1172,7 @@ <h4>Description</h4>

<p>
Specify how to determine if a point on the image is inside clipping region. See
<a href="http://www.w3.org/TR/SVG/painting.html#FillRuleProperty"
<a href="https://www.w3.org/TR/SVG/painting.html#FillRuleProperty"
><code> the <b>'fill-rule'</b> property</code></a
>
in the
Expand Down Expand Up @@ -1203,7 +1203,7 @@ <h4>Description</h4>

<p>
Defines the coordinate space within the clipping region. See
<a href="http://www.w3.org/TR/SVG/masking.html#EstablishingANewClippingPath"> Establishing a New Clipping Path</a>
<a href="https://www.w3.org/TR/SVG/masking.html#EstablishingANewClippingPath"> Establishing a New Clipping Path</a>
in the <cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite> for a complete description and examples.
</p>

Expand Down Expand Up @@ -1522,7 +1522,7 @@ <h4>Description</h4>

<p>
Specify how to determine if a point on the image is inside a shape. See
<a href="http://www.w3.org/TR/SVG/painting.html#FillRuleProperty"
<a href="https://www.w3.org/TR/SVG/painting.html#FillRuleProperty"
><code> the <b>'fill-rule'</b> property</code></a
>
in the
Expand Down Expand Up @@ -1928,7 +1928,7 @@ <h3 id="path">path</h3>
<h4>Description</h4>

<p>
Draw using SVG-compatible path drawing commands. See "<a href="http://www.w3.org/TR/SVG/paths.html">Paths</a>" in the
Draw using SVG-compatible path drawing commands. See "<a href="https://www.w3.org/TR/SVG/paths.html">Paths</a>" in the
<cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>.
</p>

Expand All @@ -1948,7 +1948,7 @@ <h4>Example</h4>

<p>
These examples are all taken from the
<a href="http://www.w3.org/TR/SVG/paths.html">SVG path</a> examples.
<a href="https://www.w3.org/TR/SVG/paths.html">SVG path</a> examples.
</p>

<h4>Example 1 - Arcs</h4>
Expand Down Expand Up @@ -2117,7 +2117,7 @@ <h4>Example</h4>

<p>
This example is taken from the
<a href="http://www.w3.org/TR/SVG/shapes.html#PolygonElement">The 'polygon' element</a>
<a href="https://www.w3.org/TR/SVG/shapes.html#PolygonElement">The 'polygon' element</a>
in the <cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>
</p>
<a href="javascript:popup('polygon.rb.html')"><img src="ex/polygon.gif" alt="polygon example" title="Click to see the example script" /></a>
Expand Down Expand Up @@ -2152,7 +2152,7 @@ <h4>Example</h4>

<p>
This example is taken from the
<a href="http://www.w3.org/TR/SVG/shapes.html#PolylineElement">The 'polyline' element</a>
<a href="https://www.w3.org/TR/SVG/shapes.html#PolylineElement">The 'polyline' element</a>
in the <cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>
</p>

Expand Down Expand Up @@ -2537,7 +2537,7 @@ <h4>Example</h4>

<p>
The following example is from the
<a href="http://www.w3.org/TR/SVG/painting.html#StrokeProperties">Stroke Properties</a>
<a href="https://www.w3.org/TR/SVG/painting.html#StrokeProperties">Stroke Properties</a>
section of the
<cite>Scalable Vector Graphics (SVG) 1.1 Specification</cite>.
</p>
Expand Down Expand Up @@ -2572,7 +2572,7 @@ <h4>Example</h4>

<p>
The following example is from the
<a href="http://www.w3.org/TR/SVG/painting.html#StrokeProperties">Stroke Properties</a>
<a href="https://www.w3.org/TR/SVG/painting.html#StrokeProperties">Stroke Properties</a>
section of the
<cite>Scalable Vector Graphics (SVG) 1.0 Specification</cite>.
</p>
Expand Down
12 changes: 6 additions & 6 deletions ilist.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />

Expand Down Expand Up @@ -665,9 +665,9 @@ <h4>Notes</h4>

<p>
This method is equivalent to the <code>-layers Composite</code> option of ImageMagick's <code>convert</code> command. See the
<a href="http://www.imagemagick.org/Usage/anim_mods/#composite">Layers Composition</a>
<a href="https://www.imagemagick.org/Usage/anim_mods/#composite">Layers Composition</a>
section in
<a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>
<a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>
for more information.
</p>

Expand Down Expand Up @@ -1358,9 +1358,9 @@ <h4>Description</h4>
<p>
The <code>optimize_layers</code> method corresponds to the <code>-layers</code> option on ImageMagick's <code>convert</code> and
<code>mogrify</code> commands. Anthony Thyssen's excellent
<a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>
<a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>
site has very detailed
<a href="http://www.imagemagick.org/Usage/anim_opt/">information and examples</a>
<a href="https://www.imagemagick.org/Usage/anim_opt/">information and examples</a>
of the <code>-layers</code> option and and the optimization methods .
</p>

Expand Down
30 changes: 15 additions & 15 deletions image1.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />

Expand Down Expand Up @@ -1166,9 +1166,9 @@ <h4>Description</h4>

<p>
See
<a href="http://www.imagemagick.org/Usage/compose/#mask">Using a Compose Mask to Limit the Composed Area</a>
<a href="https://www.imagemagick.org/Usage/compose/#mask">Using a Compose Mask to Limit the Composed Area</a>
in Anthony Thyssen's
<a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.
<a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.
</p>

<h4>Arguments</h4>
Expand Down Expand Up @@ -1419,7 +1419,7 @@ <h4>Description</h4>

<p>
See
<a href="http://www.w3.org/TR/SVG/coords.html#EstablishingANewUserSpace"> <b>Coordinate system transformations</b></a>
<a href="https://www.w3.org/TR/SVG/coords.html#EstablishingANewUserSpace"> <b>Coordinate system transformations</b></a>
in the
<cite>Scalable Vector Graphics (SVG) 1.0 Specification</cite>
for more information about transformation matrices.
Expand Down Expand Up @@ -1865,7 +1865,7 @@ <h4>Example</h4>

<p>
See
<a href="https://legacy.imagemagick.org/Usage/compose/#blend"> "Blend Two Images Together"</a>.
<a href="https://www.imagemagick.org/Usage/compose/#blend"> "Blend Two Images Together"</a>.
</p>

<h4>Returns</h4>
Expand Down Expand Up @@ -3227,7 +3227,7 @@ <h4>Description</h4>
Equivalent to the
<code>-compose Mathematics -set option:compose:args a,b,c,d</code>
options to ImagMagick's <code>convert</code> command. See
<a href="http://www.imagemagick.org/Usage/compose/#mathematics">Examples of ImageMagick Usage</a>.
<a href="https://www.imagemagick.org/Usage/compose/#mathematics">Examples of ImageMagick Usage</a>.
</p>

<h4>Arguments</h4>
Expand Down Expand Up @@ -3531,8 +3531,8 @@ <h4>Note</h4>

<p>
See
<a href="http://www.dai.ed.ac.uk/HIPR2/convolve.htm">Convolution</a> in the
<a href="http://www.dai.ed.ac.uk/HIPR2/copyrght.htm"><cite>Hypermedia Image Processing Reference</cite></a>
<a href="https://www.dai.ed.ac.uk/HIPR2/convolve.htm">Convolution</a> in the
<a href="https://www.dai.ed.ac.uk/HIPR2/copyrght.htm"><cite>Hypermedia Image Processing Reference</cite></a>
</p>
</div>

Expand Down Expand Up @@ -4237,9 +4237,9 @@ <h4>Example</h4>

<p>
See
<a href="http://www.cit.gu.edu.au/~anthony/graphics/imagick6/compose/#displace"> "Composite Displacement Maps"</a>
<a href="https://www.imagemagick.org/Usage/compose/#displace"> "Composite Displacement Maps"</a>
in Anthony Thyssen's
<cite><a href="http://www.cit.gu.edu.au/~anthony/graphics/imagick6/">Examples of ImageMagick Usage</a></cite
<cite><a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a></cite
>.
</p>

Expand Down Expand Up @@ -4343,8 +4343,8 @@ <h4>Example</h4>

<p>
See "
<a href="http://www.cit.gu.edu.au/~anthony/graphics/imagick6/compose/#dissolve"> Dissolve One Image Over Another</a>" in Anthony Thyssen's
<cite><a href="http://www.cit.gu.edu.au/~anthony/graphics/imagick6/">Examples of ImageMagick Usage</a></cite
<a href="https://www.imagemagick.org/Usage/compose/#dissolve"> Dissolve One Image Over Another</a>" in Anthony Thyssen's
<cite><a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a></cite
>.
</p>

Expand Down Expand Up @@ -4482,9 +4482,9 @@ <h4>Note</h4>

<p>
See
<a href="http://www.imagemagick.org/Usage/distorts/#distort">Distortion Operator</a>
<a href="https://www.imagemagick.org/Usage/distorts/#distort">Distortion Operator</a>
in Anthony Thyssen's excellent
<a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>
<a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>
for more information about distortion operations.
</p>
</div>
Expand Down
8 changes: 4 additions & 4 deletions image2.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />

Expand Down Expand Up @@ -1078,7 +1078,7 @@ <h4>Description</h4>

<p>
<span class="imquote">Apply a function to channel values.</span> This method is equivalent to the
<a href="http://www.imagemagick.org/script/command-line-options.php#function"> convert -function</a>
<a href="https://www.imagemagick.org/script/command-line-options.php#function"> convert -function</a>
option. See the ImageMagick documentation for more information.
</p>

Expand Down Expand Up @@ -2624,7 +2624,7 @@ <h4>Description</h4>

<p>
<span class="imquote">Rescale image with seam carving.</span> To use this method, you must have installed and configured ImageMagick to use the
<a href="http://liblqr.wikidot.com/">Liquid Rescale Library</a>.
<a href="https://liblqr.wikidot.com/">Liquid Rescale Library</a>.
</p>

<h4>Arguments</h4>
Expand Down
10 changes: 5 additions & 5 deletions image3.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />

Expand Down Expand Up @@ -2655,9 +2655,9 @@ <h4>Description</h4>

<p>
For more information about this method see the ImageMagick documentation for the -sparse-color option. Also see
<a href="http://www.imagemagick.org/Usage/canvas/#sparse-color">Sparse Points of Color</a>
<a href="https://www.imagemagick.org/Usage/canvas/#sparse-color">Sparse Points of Color</a>
at
<a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.
<a href="https://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>.
</p>

<h4>Arguments</h4>
Expand Down Expand Up @@ -4238,7 +4238,7 @@ <h4>Description</h4>

<p>
Creates a
<a href="http://en.wikipedia.org/wiki/Wet_floor_effect">"wet floor"</a>
<a href="https://en.wikipedia.org/wiki/Wet_floor_effect">"wet floor"</a>
reflection. The reflection is an inverted copy of the image that changes from partially transparent to entirely transparent. By default only the bottom
third of the image appears in the reflection.
</p>
Expand Down
Loading

0 comments on commit ac748c2

Please sign in to comment.