Skip to content

Commit 86ba970

Browse files
authored
Update documents with RMagick v5.2.0 (#3)
1 parent 8a5c089 commit 86ba970

27 files changed

+58
-58
lines changed

comtasks.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: Common Tasks</title>
9+
<title>RMagick 5.2.0: Common Tasks</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -31,7 +31,7 @@
3131
</head>
3232

3333
<body>
34-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
34+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
3535

3636
<div class="nav">
3737
&laquo;&nbsp;<a href="optequiv.html">Prev</a> | <a href=

constants.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: Constants</title>
9+
<title>RMagick 5.2.0: Constants</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -61,7 +61,7 @@
6161
</head>
6262

6363
<body>
64-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
64+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
6565

6666
<div class="nav">
6767
&laquo;&nbsp;<a href="info.html">Prev</a> | <a href=

draw.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: class Draw</title>
9+
<title>RMagick 5.2.0: class Draw</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -25,7 +25,7 @@
2525
</head>
2626

2727
<body>
28-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
28+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
2929

3030
<div class="nav">
3131
&laquo;&nbsp;<a href="image3.html">Prev</a> | <a href=

ilist.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: class ImageList</title>
9+
<title>RMagick 5.2.0: class ImageList</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -20,7 +20,7 @@
2020
</head>
2121

2222
<body>
23-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
23+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
2424

2525
<div class="nav">
2626
&laquo;&nbsp;<a href="magick.html">Prev</a> | <a href=

image1.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: class Image (class methods and instance
9+
<title>RMagick 5.2.0: class Image (class methods and instance
1010
methods a-d)</title>
1111
<meta http-equiv="Content-Type" content=
1212
"text/html; charset=us-ascii" />
@@ -48,7 +48,7 @@
4848
</head>
4949

5050
<body>
51-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
51+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
5252

5353
<div class="nav">
5454
&laquo;&nbsp;<a href="imageattrs.html">Prev</a> | <a href=
@@ -1480,11 +1480,11 @@ <h4>Description</h4>
14801480

14811481
<h4>Arguments</h4>
14821482

1483-
<p>One of the following values of the AlphaChannelType
1483+
<p>One of the following values of the AlphaChannelOption
14841484
enumeration:</p>
14851485

14861486
<dl>
1487-
<dt>ActivateAlphaChannel</dt>
1487+
<dt>OnAlphaChannel</dt>
14881488

14891489
<dd class="imquote">Enable the images use of transparency. If
14901490
transparency data did not exist, allocate the data and set to
@@ -1505,7 +1505,7 @@ <h4>Arguments</h4>
15051505
into a transparent shaped image ready to be colored
15061506
appropriately. The color channels are not modified.</dd>
15071507

1508-
<dt>DeactivateAlphaChannel</dt>
1508+
<dt>OffAlphaChannel</dt>
15091509

15101510
<dd class="imquote">Disables the image's transparency
15111511
channel. Does not delete or change the existing data, just

image2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: class Image (instance methods e-o)</title>
9+
<title>RMagick 5.2.0: class Image (instance methods e-o)</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -47,7 +47,7 @@
4747
</head>
4848

4949
<body>
50-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
50+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
5151

5252
<div class="nav">
5353
&laquo;&nbsp;<a href="image1.html">Prev</a> | <a href=

image3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: class Image (instance methods p-w)</title>
9+
<title>RMagick 5.2.0: class Image (instance methods p-w)</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -51,7 +51,7 @@
5151
</head>
5252

5353
<body>
54-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
54+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
5555

5656
<div class="nav">
5757
&laquo;&nbsp;<a href="image2.html">Prev</a> | <a href=

imageattrs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: class Image (attribute methods)</title>
9+
<title>RMagick 5.2.0: class Image (attribute methods)</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -25,7 +25,7 @@
2525
</head>
2626

2727
<body>
28-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
28+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
2929

3030
<div class="nav">
3131
&laquo;&nbsp;<a href="ilist.html">Prev</a> | <a href=

imusage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: ImageMagick Conventions</title>
9+
<title>RMagick 5.2.0: ImageMagick Conventions</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -69,7 +69,7 @@
6969
</head>
7070

7171
<body>
72-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
72+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
7373

7474
<div class="nav">
7575
&laquo;&nbsp;<a href="usage.html">Prev</a> | <a href=

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
88

9-
<title>RMagick 5.1.0 User's Guide and Reference</title>
9+
<title>RMagick 5.2.0 User's Guide and Reference</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -105,7 +105,7 @@
105105
</div>
106106

107107
<p id="magick">Ruby+ImageMagick<span class="tm">TM</span><br />
108-
Version 5.1.0</p>
108+
Version 5.2.0</p>
109109

110110
<h1>User's Guide and Reference</h1>
111111

@@ -293,7 +293,7 @@ <h3>What is RMagick?</h3>
293293

294294
<h3>About this document</h3>
295295

296-
<p>This document describes Version 5.1.0 of RMagick. It is
296+
<p>This document describes Version 5.2.0 of RMagick. It is
297297
divided into 4 parts. The first is this page. The second part is
298298
a user's guide covering both RMagick and ImageMagick usage and
299299
conventions. The third part is a reference guide to the

info.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: class Image::Info - Optional method
9+
<title>RMagick 5.2.0: class Image::Info - Optional method
1010
arguments</title>
1111
<meta http-equiv="Content-Type" content=
1212
"text/html; charset=us-ascii" />
@@ -44,7 +44,7 @@
4444
</head>
4545

4646
<body>
47-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
47+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
4848

4949
<div class="nav">
5050
&laquo;&nbsp;<a href="struct.html">Prev</a> | <a href=

magick.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: module Magick</title>
9+
<title>RMagick 5.2.0: module Magick</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -24,7 +24,7 @@
2424
</head>
2525

2626
<body>
27-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
27+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
2828

2929
<div class="nav">
3030
&laquo;&nbsp;<a href="comtasks.html">Prev</a> | <a href=

optequiv.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: Magick Command Options and Their Equivalent
9+
<title>RMagick 5.2.0: Magick Command Options and Their Equivalent
1010
Methods</title>
1111
<meta http-equiv="Content-Type" content=
1212
"text/html; charset=us-ascii" />
@@ -70,7 +70,7 @@
7070
</head>
7171

7272
<body>
73-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
73+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
7474

7575
<div class="nav">
7676
&laquo; <a href="index.html">Prev</a> | <a href=

rvg.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: RVG Reference: RVG Class</title>
9+
<title>RMagick 5.2.0: RVG Reference: RVG Class</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
2727
</head>
2828

2929
<body>
30-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
30+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
3131

3232
<div class="nav">
3333
&laquo;&nbsp;<a href="rvgtut.html">Prev</a> | <a href=

rvgclip.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: RVG Reference: RVG::ClipPath Class</title>
9+
<title>RMagick 5.2.0: RVG Reference: RVG::ClipPath Class</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
2727
</head>
2828

2929
<body>
30-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
30+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
3131

3232
<div class="nav">
3333
&laquo;&nbsp;<a href="rvgpattern.html">Prev</a> | <a href=

rvggroup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: RVG Reference: RVG::Group Class</title>
9+
<title>RMagick 5.2.0: RVG Reference: RVG::Group Class</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
2727
</head>
2828

2929
<body>
30-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
30+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
3131

3232
<div class="nav">
3333
&laquo;&nbsp;<a href="rvg.html">Prev</a> | <a href=

rvgimage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: RVG Reference: RVG::Image Class</title>
9+
<title>RMagick 5.2.0: RVG Reference: RVG::Image Class</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
2727
</head>
2828

2929
<body>
30-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
30+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
3131

3232
<div class="nav">
3333
&laquo;&nbsp;<a href="rvggroup.html">Prev</a> | <a href=

rvgpattern.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: RVG Reference: RVG::Pattern Class</title>
9+
<title>RMagick 5.2.0: RVG Reference: RVG::Pattern Class</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
2727
</head>
2828

2929
<body>
30-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
30+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
3131

3232
<div class="nav">
3333
&laquo;&nbsp;<a href="rvgimage.html">Prev</a> | <a href=

rvgshape.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: RVG Reference: Shapes</title>
9+
<title>RMagick 5.2.0: RVG Reference: Shapes</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -28,7 +28,7 @@
2828
</head>
2929

3030
<body>
31-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
31+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
3232

3333
<div class="nav">
3434
&laquo;&nbsp;<a href="rvgstyle.html">Prev</a> | <a href=

rvgstyle.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="generator" content=
77
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
88

9-
<title>RMagick 5.1.0: RVG Reference: Styles</title>
9+
<title>RMagick 5.2.0: RVG Reference: Styles</title>
1010
<meta http-equiv="Content-Type" content=
1111
"text/html; charset=us-ascii" />
1212
<meta name="GENERATOR" content="Quanta Plus" />
@@ -27,7 +27,7 @@
2727
</head>
2828

2929
<body>
30-
<h6 id="header">RMagick 5.1.0 User's Guide and Reference</h6>
30+
<h6 id="header">RMagick 5.2.0 User's Guide and Reference</h6>
3131

3232
<div class="nav">
3333
&laquo;&nbsp;<a href="rvguse.html">Prev</a> | <a href=

0 commit comments

Comments
 (0)