diff --git a/comtasks.html b/comtasks.html index 56c84c1..3ee705c 100644 --- a/comtasks.html +++ b/comtasks.html @@ -1,6 +1,6 @@ - + - + @@ -139,7 +139,7 @@

Making thumbnails

flickr-style thumbnails

- flickr thumbnails are 75 pixels wide and 75 pixels tall. If the original image isn't square, the thumbnail is cropped + flickr 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 resize_to_fill method.

diff --git a/constants.html b/constants.html index ce00edb..c79eb27 100644 --- a/constants.html +++ b/constants.html @@ -1,6 +1,6 @@ - + - + @@ -182,7 +182,7 @@

Miscellaneo
The ImageMagick version string. This has the form:
- @(#)ImageMagick X.Y.Z MM/DD/YY Q:16 http://www.imagemagick.org + @(#)ImageMagick X.Y.Z MM/DD/YY Q:16 https://www.imagemagick.org
MANAGED_MEMORY
@@ -986,7 +986,7 @@

CompressionType

See the Wikipedia page for - Run-length encoding. + Run-length encoding.
ZipCompression
@@ -1638,7 +1638,7 @@

OrientationType

Specify the orientation of the image pixels. See Image#orientation and Info#orientation. See - http://jpegclub.org/exif_orientation.html + https://jpegclub.org/exif_orientation.html for an explanation of these values.

diff --git a/draw.html b/draw.html index 95fc53c..cf2ad64 100644 --- a/draw.html +++ b/draw.html @@ -1,6 +1,6 @@ - + - + @@ -698,7 +698,7 @@

Description

See - FreeType Glyph Conventions + FreeType Glyph Conventions for a detailed description of font metrics related issues.

@@ -727,7 +727,7 @@

Returns

A TypeMetric struct. This structure has the following attributes. (The descriptions are taken from the - Magick++ + Magick++ documentation and source code.)

@@ -859,7 +859,7 @@

Description

Transforms the coordinate system by a 3x3 transformation matrix. See - Coordinate system transformations + Coordinate system transformations in the Scalable Vector Graphics (SVG) 1.1 Specification.

@@ -1017,7 +1017,7 @@

Examples

The following examples are taken from the - Paths section of the Scalable Vector Graphics (SVG) 1.1 Specification. + Paths section of the Scalable Vector Graphics (SVG) 1.1 Specification.

Example 1

@@ -1172,7 +1172,7 @@

Description

Specify how to determine if a point on the image is inside clipping region. See - the 'fill-rule' property in the @@ -1203,7 +1203,7 @@

Description

Defines the coordinate space within the clipping region. See - Establishing a New Clipping Path + Establishing a New Clipping Path in the Scalable Vector Graphics (SVG) 1.1 Specification for a complete description and examples.

@@ -1522,7 +1522,7 @@

Description

Specify how to determine if a point on the image is inside a shape. See - the 'fill-rule' property in the @@ -1928,7 +1928,7 @@

path

Description

- Draw using SVG-compatible path drawing commands. See "Paths" in the + Draw using SVG-compatible path drawing commands. See "Paths" in the Scalable Vector Graphics (SVG) 1.1 Specification.

@@ -1948,7 +1948,7 @@

Example

These examples are all taken from the - SVG path examples. + SVG path examples.

Example 1 - Arcs

@@ -2117,7 +2117,7 @@

Example

This example is taken from the - The 'polygon' element + The 'polygon' element in the Scalable Vector Graphics (SVG) 1.1 Specification

polygon example @@ -2152,7 +2152,7 @@

Example

This example is taken from the - The 'polyline' element + The 'polyline' element in the Scalable Vector Graphics (SVG) 1.1 Specification

@@ -2537,7 +2537,7 @@

Example

The following example is from the - Stroke Properties + Stroke Properties section of the Scalable Vector Graphics (SVG) 1.1 Specification.

@@ -2572,7 +2572,7 @@

Example

The following example is from the - Stroke Properties + Stroke Properties section of the Scalable Vector Graphics (SVG) 1.0 Specification.

diff --git a/ilist.html b/ilist.html index c17dd67..555764d 100644 --- a/ilist.html +++ b/ilist.html @@ -1,6 +1,6 @@ - + - + @@ -665,9 +665,9 @@

Notes

This method is equivalent to the -layers Composite option of ImageMagick's convert command. See the - Layers Composition + Layers Composition section in - Examples of ImageMagick Usage + Examples of ImageMagick Usage for more information.

@@ -1358,9 +1358,9 @@

Description

The optimize_layers method corresponds to the -layers option on ImageMagick's convert and mogrify commands. Anthony Thyssen's excellent - Examples of ImageMagick Usage + Examples of ImageMagick Usage site has very detailed - information and examples + information and examples of the -layers option and and the optimization methods .

diff --git a/image1.html b/image1.html index b6f9954..b19a23e 100644 --- a/image1.html +++ b/image1.html @@ -1,6 +1,6 @@ - + - + @@ -1166,9 +1166,9 @@

Description

See - Using a Compose Mask to Limit the Composed Area + Using a Compose Mask to Limit the Composed Area in Anthony Thyssen's - Examples of ImageMagick Usage. + Examples of ImageMagick Usage.

Arguments

@@ -1419,7 +1419,7 @@

Description

See - Coordinate system transformations + Coordinate system transformations in the Scalable Vector Graphics (SVG) 1.0 Specification for more information about transformation matrices. @@ -1865,7 +1865,7 @@

Example

See - "Blend Two Images Together". + "Blend Two Images Together".

Returns

@@ -3227,7 +3227,7 @@

Description

Equivalent to the -compose Mathematics -set option:compose:args a,b,c,d options to ImagMagick's convert command. See - Examples of ImageMagick Usage. + Examples of ImageMagick Usage.

Arguments

@@ -3531,8 +3531,8 @@

Note

See - Convolution in the - Hypermedia Image Processing Reference + Convolution in the + Hypermedia Image Processing Reference

@@ -4237,9 +4237,9 @@

Example

See - "Composite Displacement Maps" + "Composite Displacement Maps" in Anthony Thyssen's - Examples of ImageMagick UsageExamples of ImageMagick Usage.

@@ -4343,8 +4343,8 @@

Example

See " - Dissolve One Image Over Another" in Anthony Thyssen's - Examples of ImageMagick Usage Dissolve One Image Over Another" in Anthony Thyssen's + Examples of ImageMagick Usage.

@@ -4482,9 +4482,9 @@

Note

See - Distortion Operator + Distortion Operator in Anthony Thyssen's excellent - Examples of ImageMagick Usage + Examples of ImageMagick Usage for more information about distortion operations.

diff --git a/image2.html b/image2.html index 66c1665..5bf19ee 100644 --- a/image2.html +++ b/image2.html @@ -1,6 +1,6 @@ - + - + @@ -1078,7 +1078,7 @@

Description

Apply a function to channel values. This method is equivalent to the - convert -function + convert -function option. See the ImageMagick documentation for more information.

@@ -2624,7 +2624,7 @@

Description

Rescale image with seam carving. To use this method, you must have installed and configured ImageMagick to use the - Liquid Rescale Library. + Liquid Rescale Library.

Arguments

diff --git a/image3.html b/image3.html index d52ec20..0ba4d67 100644 --- a/image3.html +++ b/image3.html @@ -1,6 +1,6 @@ - + - + @@ -2655,9 +2655,9 @@

Description

For more information about this method see the ImageMagick documentation for the -sparse-color option. Also see - Sparse Points of Color + Sparse Points of Color at - Examples of ImageMagick Usage. + Examples of ImageMagick Usage.

Arguments

@@ -4238,7 +4238,7 @@

Description

Creates a - "wet floor" + "wet floor" 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.

diff --git a/imageattrs.html b/imageattrs.html index 28e42c3..003e104 100644 --- a/imageattrs.html +++ b/imageattrs.html @@ -1,6 +1,6 @@ - + - + @@ -372,7 +372,7 @@

Description

The - ICC color profile. + ICC color profile.

Argument

@@ -922,7 +922,7 @@

Description

The - International Press Telecommunications Council profile. + International Press Telecommunications Council profile.

Argument

@@ -1108,7 +1108,7 @@

Notes

See - http://jpegclub.org/exif_orientation.html + https://jpegclub.org/exif_orientation.html for more information about the Exif Orientation Tag.

@@ -1218,8 +1218,8 @@

Description

The type of rendering intent. See - - http://www.cambridgeincolour.com/tutorials/color-space-conversion.htm + + https://www.cambridgeincolour.com/tutorials/color-space-conversion.htm

diff --git a/imusage.html b/imusage.html index ebc81c1..f39ee12 100644 --- a/imusage.html +++ b/imusage.html @@ -1,6 +1,6 @@ - + - + @@ -94,7 +94,7 @@

Image formats and filenames

ImageMagick supports over 100 major - image formats. + image formats.

@@ -141,7 +141,7 @@

Selecting frames from a multi-frame image file

Note that the entire image file will be read into memory before the frames are selected. See - this page + this page for additional uses of the [] modifier.

@@ -152,13 +152,13 @@

Color names

  1. an - X11 color name + X11 color name such as "red", "chocolate", or "lightslategray".
  2. an - SVG color name + SVG color name (similar to the X color names), or
  3. @@ -270,7 +270,7 @@

    Color names

    Hint: You can specify the transparent color as "none", "transparent", "#00000000", or rgba(0, 0, 0, 0.0).

    -

    This is ImageMagick's page about color names.

    +

    This is ImageMagick's page about color names.

    The geometry string

    @@ -286,7 +286,7 @@

    The geometry string

    >

    - This + This is the ImageMagick description of the geometry string:

    @@ -445,7 +445,7 @@

    pattern

    This format supplies a number of built-in patterns that may be referenced by specifying the pattern name. For example, pattern:checkerboard. For a list of acceptable patterns, see - this page. + this page. If you do not specify a size the pattern's default size is used. If you specify a size the pattern will be repeated as necessary to fill the image.

    diff --git a/index.html b/index.html index a735919..b254163 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + - + @@ -232,7 +232,7 @@

    What is RMagick?

    RMagick is a binding from Ruby to the ImageMagick TM image manipulation library. Here's how the - ImageMagick home page + ImageMagick home page describes ImageMagick:

    @@ -351,7 +351,7 @@

    Reporting bugs

    Please remember I can't help with Ruby or ImageMagick installation and configuration problems. For help with Ruby, post your questions to comp.lang.ruby. For help with ImageMagick, you can post to the - ImageMagick Discourse Server. + ImageMagick Discourse Server.

    diff --git a/info.html b/info.html index bba12ce..7a2fa4c 100644 --- a/info.html +++ b/info.html @@ -1,6 +1,6 @@ - + - + @@ -931,7 +931,7 @@

    Arguments

    See - File Formats. + File Formats.

    diff --git a/magick.html b/magick.html index 9d50220..aeb0530 100644 --- a/magick.html +++ b/magick.html @@ -1,6 +1,6 @@ - + - + diff --git a/optequiv.html b/optequiv.html index c1bdaf6..eae54a4 100644 --- a/optequiv.html +++ b/optequiv.html @@ -1,6 +1,6 @@ - + - + @@ -1200,7 +1200,7 @@

    Introduction

    -morph frames - ImageList#morph(frames) + ImageList#morph(frames) diff --git a/rvg.html b/rvg.html index 085aae2..09158c6 100644 --- a/rvg.html +++ b/rvg.html @@ -1,6 +1,6 @@ - + - + diff --git a/rvgclip.html b/rvgclip.html index 1058a8b..3267c1a 100644 --- a/rvgclip.html +++ b/rvgclip.html @@ -1,6 +1,6 @@ - + - + diff --git a/rvggroup.html b/rvggroup.html index 2ae82d8..e3e465a 100644 --- a/rvggroup.html +++ b/rvggroup.html @@ -1,6 +1,6 @@ - + - + diff --git a/rvgimage.html b/rvgimage.html index 0910f9f..13aa7b8 100644 --- a/rvgimage.html +++ b/rvgimage.html @@ -1,6 +1,6 @@ - + - + diff --git a/rvgpattern.html b/rvgpattern.html index 73d5a06..a22cea3 100644 --- a/rvgpattern.html +++ b/rvgpattern.html @@ -1,6 +1,6 @@ - + - + diff --git a/rvgshape.html b/rvgshape.html index 9e66af8..f4c23e7 100644 --- a/rvgshape.html +++ b/rvgshape.html @@ -1,6 +1,6 @@ - + - + @@ -192,8 +192,8 @@
    Arguments

    A path string. The path string has the same syntax as the - d= attribute on SVG's path element. See the SVG standard for a complete description - of the syntax. + d= attribute on SVG's path element. See the SVG standard for a complete + description of the syntax.

    Examples
    diff --git a/rvgstyle.html b/rvgstyle.html index 8d0024c..597661e 100644 --- a/rvgstyle.html +++ b/rvgstyle.html @@ -1,6 +1,6 @@ - + - + @@ -100,7 +100,7 @@

    Arguments

    The following descriptions of 'nonzero' and 'evenodd' are from the - SVG 1.1 standard. + SVG 1.1 standard.
    nonzero
    diff --git a/rvgtext.html b/rvgtext.html index f33aee1..9abf28f 100644 --- a/rvgtext.html +++ b/rvgtext.html @@ -1,6 +1,6 @@ - + - + diff --git a/rvgtspan.html b/rvgtspan.html index ac65318..e80f8cb 100644 --- a/rvgtspan.html +++ b/rvgtspan.html @@ -1,6 +1,6 @@ - + - + diff --git a/rvgtut.html b/rvgtut.html index a161256..bec37e0 100644 --- a/rvgtut.html +++ b/rvgtut.html @@ -1,7 +1,7 @@ - + - + @@ -42,7 +42,7 @@

    Introduction

    RVG (Ruby Vector Graphics) is a facade for RMagick's Draw class that supplies a drawing API based on the - Scalable Vector Graphics + Scalable Vector Graphics W3C recommendation.

    diff --git a/rvguse.html b/rvguse.html index 1705367..7bea690 100644 --- a/rvguse.html +++ b/rvguse.html @@ -1,6 +1,6 @@ - + - + diff --git a/rvgxform.html b/rvgxform.html index f620b98..b3a745d 100644 --- a/rvgxform.html +++ b/rvgxform.html @@ -1,6 +1,6 @@ - + - + @@ -101,7 +101,7 @@
    Description

    Replaces the current transformation matrix with a new matrix having the specified values. See the - SVG standard + SVG standard for more information.

    diff --git a/struct.html b/struct.html index d6cb9e2..78937f5 100644 --- a/struct.html +++ b/struct.html @@ -1,6 +1,6 @@ - + - + diff --git a/usage.html b/usage.html index d00c184..2684c2e 100644 --- a/usage.html +++ b/usage.html @@ -1,6 +1,6 @@ - + - + @@ -1218,8 +1218,8 @@

    Drawing

    ImageMagick supports a set of 2D drawing commands that are very similar to the commands and elements defined by the W3C's - Scalable Vector Graphics (SVG) 1.1 Specification. In RMagick, each command (called a - primitive) is implemented as a method in the Draw class. To draw on an image, simply + Scalable Vector Graphics (SVG) 1.1 Specification. In RMagick, each command (called a primitive) is + implemented as a method in the Draw class. To draw on an image, simply