@@ -456,12 +456,6 @@ <h4>Magick API</h4>
456
456
457
457
< p > PolaroidImage</ p >
458
458
459
- < h4 > See also</ h4 >
460
-
461
- < p > < a href =
462
- "http://rmagick.rubyforge.org/Polaroid/polaroid.html "> The
463
- Polaroid Effect</ a > </ p >
464
-
465
459
< h4 > Notes</ h4 >
466
460
467
461
< p > "Polaroid" and the other names of products of Polaroid
@@ -765,7 +759,7 @@ <h4>Arguments</h4>
765
759
< dd > A < a href ="constants.html#DitherMethod "> DitherMethod</ a >
766
760
value. Set to < code > NoDitherMethod</ code > to disable
767
761
dithering. See the documentation for the < a href =
768
- "http ://redux. imagemagick.org/script/command-line-options.php#dither ">
762
+ "https ://imagemagick.org/script/command-line-options.php#dither ">
769
763
ImageMagick -dither option</ a > for more information.</ dd >
770
764
771
765
< dt > tree_depth</ dt >
@@ -777,7 +771,7 @@ <h4>Arguments</h4>
777
771
characteristics of the input image, and may be determined
778
772
through experimentation.</ span > See the documentation for the
779
773
< a href =
780
- "http ://redux. imagemagick.org/script/command-line-options.php#treedepth ">
774
+ "https ://imagemagick.org/script/command-line-options.php#treedepth ">
781
775
ImageMagick -treedepth option</ a > for more information.</ dd >
782
776
783
777
< dt > measure_error</ dt >
@@ -1203,7 +1197,7 @@ <h4>Returns</h4>
1203
1197
< h4 > Example</ h4 >
1204
1198
1205
1199
< p > The left side of the image has been modified by < a href =
1206
- "#Image. add_noise "> < code > add_noise</ code > </ a > . The right side
1200
+ "image1.html# add_noise "> < code > add_noise</ code > </ a > . The right side
1207
1201
has been filtered by < code > reduce_noise(0)</ code > .</ p >
1208
1202
1209
1203
< p > < a href ="javascript:popup('reduce_noise.rb.html') "> < img src =
@@ -1360,7 +1354,7 @@ <h4>Arguments</h4>
1360
1354
< dd > The < a href ="constants.html#FilterTypes "> filter</ a > to
1361
1355
use when resizing. If you do not specify a filter argument,
1362
1356
resize uses the value of the receiver's < a href =
1363
- "imageattrs.html#Image. filter "> filter attribute</ a > .
1357
+ "imageattrs.html#filter "> filter attribute</ a > .
1364
1358
< span class ="imquote "> Most of the filters are FIR (finite
1365
1359
impulse response), however, Bessel, Gaussian, and Sinc are
1366
1360
IIR (infinite impulse response). Bessel and Sinc are windowed
@@ -1371,7 +1365,7 @@ <h4>Arguments</h4>
1371
1365
< dd > Values > 1 increase the blurriness. Values < 1
1372
1366
increase the sharpness. If this argument is not specified,
1373
1367
< code > resize</ code > uses the value of the receiver's < a href =
1374
- "imageattrs.html#Image. blur "> blur</ a > attribute.</ dd >
1368
+ "imageattrs.html#blur "> blur</ a > attribute.</ dd >
1375
1369
1376
1370
< dt > scale_factor</ dt >
1377
1371
@@ -1393,7 +1387,7 @@ <h4>See also</h4>
1393
1387
"image2.html#magnify "> magnify</ a > , < a href =
1394
1388
"image2.html#minify "> minify</ a > , < a href ="#sample "> sample</ a > ,
1395
1389
< a href ="#scale "> scale</ a > , < a href =
1396
- "thumbnail "> thumbnail</ a > </ p >
1390
+ "# thumbnail "> thumbnail</ a > </ p >
1397
1391
1398
1392
< h4 > Magick API</ h4 >
1399
1393
@@ -2927,7 +2921,7 @@ <h4>Arguments</h4>
2927
2921
watermark will be hidden. When you retrieve the watermark
2928
2922
from the file, you must supply this value, along with the
2929
2923
width and height of the watermark, in the < a href =
2930
- "info.html#Info.size_eq "> size</ a > optional parameter to the
2924
+ "info.html#size "> size</ a > optional parameter to the
2931
2925
< a href ="image1.html#read "> read</ a > method.</ dd >
2932
2926
</ dl >
2933
2927
@@ -3407,7 +3401,7 @@ <h4>Arguments</h4>
3407
3401
< p > No required arguments, however you can specify the image
3408
3402
format (such as JPEG, PNG, etc.) and depth by calling the
3409
3403
< a href ="imageattrs.html#format "> format</ a > and < a href =
3410
- "imageattrs.html#Image. depth "> depth</ a > attributes, as well as
3404
+ "imageattrs.html#depth "> depth</ a > attributes, as well as
3411
3405
other < a href ="info.html "> Image::Info</ a > attributes as
3412
3406
appropriate, in a block associated with the method.</ p >
3413
3407
@@ -3443,8 +3437,8 @@ <h4>Description</h4>
3443
3437
3444
3438
< p > Returns the color name for a pixel. Unlike the
3445
3439
< code > Pixel#to_color</ code > method, to_color uses the < a href =
3446
- "imageattrs.html#Image. depth "> depth</ a > and < a href =
3447
- "imageattrs.html#Image. matte "> matte</ a > attributes of the image
3440
+ "imageattrs.html#depth "> depth</ a > and < a href =
3441
+ "imageattrs.html#matte "> matte</ a > attributes of the image
3448
3442
to determine the color name.</ p >
3449
3443
3450
3444
< h4 > Arguments</ h4 >
@@ -4269,10 +4263,8 @@ <h4>Returns</h4>
4269
4263
< h4 > Example</ h4 >
4270
4264
4271
4265
< p > See < a href =
4272
- "http://www.cit.gu.edu.au/~anthony/graphics/imagick6/annotating/#wmark_image ">
4273
- "Watermarking with Images"</ a > in Anthony Thyssen's < a href =
4274
- "http://www.cit.gu.edu.au/~anthony/graphics/imagick6/ "> < cite > Examples
4275
- of ImageMagick Usage</ cite > </ a > .</ p >
4266
+ "https://imagemagick.org/Usage/annotating/#watermarking ">
4267
+ "Water Marking"</ a > .</ p >
4276
4268
4277
4269
< p class ="rollover "> < a href =
4278
4270
"javascript:popup('watermark.rb.html') "> < img src =
0 commit comments