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 @@- 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 @@@(#)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
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 @@See - FreeType Glyph Conventions + FreeType Glyph Conventions for a detailed description of font metrics related issues.
@@ -727,7 +727,7 @@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 @@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 @@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.
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 @@
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 @@
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 @@
- 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 @@These examples are all taken from the - SVG path examples. + SVG path examples.
This example is taken from the - The 'polygon' element + The 'polygon' element in the Scalable Vector Graphics (SVG) 1.1 Specification
@@ -2152,7 +2152,7 @@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 @@The following example is from the - Stroke Properties + Stroke Properties section of the Scalable Vector Graphics (SVG) 1.1 Specification.
@@ -2572,7 +2572,7 @@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 @@
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.
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 .
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.
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 @@
See - "Blend Two Images Together". + "Blend Two Images Together".
-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.
See - Convolution in the - Hypermedia Image Processing Reference + Convolution in the + Hypermedia Image Processing Reference
@@ -4237,9 +4237,9 @@See - "Composite Displacement Maps" + "Composite Displacement Maps" in Anthony Thyssen's - Examples of ImageMagick UsageExamples of ImageMagick Usage.
@@ -4343,8 +4343,8 @@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 @@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 @@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 @@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.
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.
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 @@The - ICC color profile. + ICC color profile.
The - International Press Telecommunications Council profile. + International Press Telecommunications Council profile.
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 @@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 @@ImageMagick supports over 100 major - image formats. + image formats.
@@ -141,7 +141,7 @@
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 @@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.
- This + This is the ImageMagick description of the geometry string:
@@ -445,7 +445,7 @@
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.
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 @@
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 @@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 @@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.
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 @@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 @@
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