rmagick 2.9.2 → 2.10.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of rmagick might be problematic. Click here for more details.
- data/ChangeLog +10 -0
- data/README.html +98 -210
- data/doc/comtasks.html +2 -2
- data/doc/constants.html +25 -3
- data/doc/draw.html +2 -2
- data/doc/ilist.html +2 -2
- data/doc/image1.html +15 -6
- data/doc/image2.html +12 -6
- data/doc/image3.html +71 -6
- data/doc/imageattrs.html +2 -2
- data/doc/imusage.html +2 -2
- data/doc/index.html +3 -3
- data/doc/info.html +2 -2
- data/doc/magick.html +2 -2
- data/doc/optequiv.html +11 -2
- data/doc/rvg.html +2 -2
- data/doc/rvgclip.html +2 -2
- data/doc/rvggroup.html +2 -2
- data/doc/rvgimage.html +2 -2
- data/doc/rvgpattern.html +2 -2
- data/doc/rvgshape.html +2 -2
- data/doc/rvgstyle.html +2 -2
- data/doc/rvgtext.html +2 -2
- data/doc/rvgtspan.html +2 -2
- data/doc/rvgtut.html +2 -2
- data/doc/rvguse.html +2 -2
- data/doc/rvgxform.html +2 -2
- data/doc/struct.html +2 -2
- data/doc/usage.html +5 -3
- data/ext/RMagick/MANIFEST +1 -1
- data/ext/RMagick/extconf.rb +18 -98
- data/ext/RMagick/rmagick.h +2 -9
- data/ext/RMagick/rmdraw.c +11 -16
- data/ext/RMagick/rmenum.c +7 -35
- data/ext/RMagick/rmilist.c +1 -26
- data/ext/RMagick/rmimage.c +52 -169
- data/ext/RMagick/rmmain.c +87 -54
- data/ext/RMagick/rmpixel.c +2 -14
- data/ext/RMagick/rmutil.c +1 -73
- data/rmagick.gemspec +1 -1
- metadata +7 -15
data/doc/draw.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: class Draw</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -25,7 +25,7 @@
|
|
25
25
|
</head>
|
26
26
|
|
27
27
|
<body>
|
28
|
-
<h6 id="header">RMagick 2.
|
28
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
29
29
|
|
30
30
|
<div class="nav">
|
31
31
|
« <a href="image3.html">Prev</a> | <a href=
|
data/doc/ilist.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: class ImageList</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -20,7 +20,7 @@
|
|
20
20
|
</head>
|
21
21
|
|
22
22
|
<body>
|
23
|
-
<h6 id="header">RMagick 2.
|
23
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
24
24
|
|
25
25
|
<div class="nav">
|
26
26
|
« <a href="magick.html">Prev</a> | <a href=
|
data/doc/image1.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: class Image (class methods and instance
|
10
10
|
methods a-d)</title>
|
11
11
|
<meta http-equiv="Content-Type" content=
|
12
12
|
"text/html; charset=us-ascii" />
|
@@ -48,7 +48,7 @@
|
|
48
48
|
</head>
|
49
49
|
|
50
50
|
<body>
|
51
|
-
<h6 id="header">RMagick 2.
|
51
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
52
52
|
|
53
53
|
<div class="nav">
|
54
54
|
« <a href="imageattrs.html">Prev</a> | <a href=
|
@@ -1481,6 +1481,11 @@ img = Image.read_inline(content)
|
|
1481
1481
|
data is again enable as it was when turned off. The
|
1482
1482
|
transparency data is not changed or modified in any way.</dd>
|
1483
1483
|
|
1484
|
+
<dt>BackgroundAlphaChannel</dt>
|
1485
|
+
|
1486
|
+
<dd>Set fully transparent pixels to the background color.
|
1487
|
+
(Available in IM 6.5.2-5.)</dd>
|
1488
|
+
|
1484
1489
|
<dt>CopyAlphaChannel</dt>
|
1485
1490
|
|
1486
1491
|
<dd class="imquote">Turns on the alpha/matte channel, then
|
@@ -1880,7 +1885,9 @@ img = Image.read_inline(content)
|
|
1880
1885
|
|
1881
1886
|
<p><a href="#blur_image">blur_image</a>, <a href=
|
1882
1887
|
"image2.html#gaussian_blur_channel">gaussian_blur_channel</a>,
|
1883
|
-
<a href="
|
1888
|
+
<a href="image2.html#motion_blur">motion_blur</a>, <a href=
|
1889
|
+
"image3.html#radial_blur">radial_blur</a>, <a href=
|
1890
|
+
"image3.html#selective_blur_channel">selective_blur_channel</a></p>
|
1884
1891
|
|
1885
1892
|
<h4>Magick API</h4>
|
1886
1893
|
|
@@ -1927,9 +1934,11 @@ img = Image.read_inline(content)
|
|
1927
1934
|
|
1928
1935
|
<h4>See also</h4>
|
1929
1936
|
|
1930
|
-
<p><a href="
|
1931
|
-
|
1932
|
-
"
|
1937
|
+
<p><a href="#blur_channel">blur_channel</a>, <a href=
|
1938
|
+
"image2.html#gaussian_blur">gaussian_blur</a>, <a href=
|
1939
|
+
"image2.html#motion_blur">motion_blur</a>, <a href=
|
1940
|
+
"image3.html#radial_blur">radial_blur</a>, <a href=
|
1941
|
+
"image3.html#selective_blur_channel">selective_blur_channel</a></p>
|
1933
1942
|
|
1934
1943
|
<h4>Magick API</h4>
|
1935
1944
|
|
data/doc/image2.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: class Image (instance methods e-o)</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -47,7 +47,7 @@
|
|
47
47
|
</head>
|
48
48
|
|
49
49
|
<body>
|
50
|
-
<h6 id="header">RMagick 2.
|
50
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
51
51
|
|
52
52
|
<div class="nav">
|
53
53
|
« <a href="image1.html">Prev</a> | <a href=
|
@@ -1039,7 +1039,7 @@ scanline = img.export_pixels(0, r, img.columns, 1, "RGB");
|
|
1039
1039
|
<img style="padding:25px; display:none" id="frameless"
|
1040
1040
|
onmouseout="this.style.display='none';framed.style.display='';"
|
1041
1041
|
src="ex/images/Flower_Hat.jpg" alt="frame example" title=
|
1042
|
-
"Click to see the example script" />
|
1042
|
+
"Click to see the example script" />
|
1043
1043
|
<!-- This img tag displays the framed image when the mouse is not over -->
|
1044
1044
|
<img onmouseover=
|
1045
1045
|
"this.style.display='none';frameless.style.display='';" src=
|
@@ -1206,7 +1206,8 @@ scanline = img.export_pixels(0, r, img.columns, 1, "RGB");
|
|
1206
1206
|
|
1207
1207
|
<p><a href="image1.html#blur_image">blur_image</a>, <a href=
|
1208
1208
|
"#motion_blur">motion_blur</a>, <a href=
|
1209
|
-
"image3.html#radial_blur">radial_blur</a
|
1209
|
+
"image3.html#radial_blur">radial_blur</a>, <a href=
|
1210
|
+
"image3.html#selective_blur_channel">selective_blur_channel</a></p>
|
1210
1211
|
|
1211
1212
|
<h4>Magick API</h4>
|
1212
1213
|
|
@@ -1258,7 +1259,10 @@ scanline = img.export_pixels(0, r, img.columns, 1, "RGB");
|
|
1258
1259
|
|
1259
1260
|
<h4>See also</h4>
|
1260
1261
|
|
1261
|
-
<p><a href="image1.html#blur_channel">blur_channel</a
|
1262
|
+
<p><a href="image1.html#blur_channel">blur_channel</a>,
|
1263
|
+
<a href="#motion_blur">motion_blur</a>, <a href=
|
1264
|
+
"image3.html#radial_blur">radial_blur</a>, <a href=
|
1265
|
+
"image3.html#selective_blur_channel">selective_blur_channel</a></p>
|
1262
1266
|
|
1263
1267
|
<h4>Magick API</h4>
|
1264
1268
|
|
@@ -3171,7 +3175,9 @@ img.level(white_point, gamma, black_point) -> image # wrong!
|
|
3171
3175
|
<h4>See also</h4>
|
3172
3176
|
|
3173
3177
|
<p><a href="image1.html#blur_image">blur_image</a>, <a href=
|
3174
|
-
"#gaussian_blur">gaussian_blur</a
|
3178
|
+
"#gaussian_blur">gaussian_blur</a>, <a href=
|
3179
|
+
"image3.html#radial_blur">radial_blur</a>, <a href=
|
3180
|
+
"image3.html#selective_blur_channel">selective_blur_channel</a></p>
|
3175
3181
|
|
3176
3182
|
<h4>Magick API</h4>
|
3177
3183
|
|
data/doc/image3.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: class Image (instance methods p-w)</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -51,7 +51,7 @@
|
|
51
51
|
</head>
|
52
52
|
|
53
53
|
<body>
|
54
|
-
<h6 id="header">RMagick 2.
|
54
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
55
55
|
|
56
56
|
<div class="nav">
|
57
57
|
« <a href="image2.html">Prev</a> | <a href=
|
@@ -126,13 +126,13 @@
|
|
126
126
|
<li><a href="#roll">roll</a></li>
|
127
127
|
|
128
128
|
<li><a href="#rotate">rotate</a></li>
|
129
|
+
|
130
|
+
<li><a href="#rotate_bang">rotate!</a></li>
|
129
131
|
</ul>
|
130
132
|
</div>
|
131
133
|
|
132
134
|
<div class="toccol">
|
133
135
|
<ul>
|
134
|
-
<li><a href="#rotate_bang">rotate!</a></li>
|
135
|
-
|
136
136
|
<li><a href="#sample">sample</a></li>
|
137
137
|
|
138
138
|
<li><a href="#sample_bang">sample!</a></li>
|
@@ -143,6 +143,9 @@
|
|
143
143
|
|
144
144
|
<li><a href="#segment">segment</a></li>
|
145
145
|
|
146
|
+
<li><a href=
|
147
|
+
"#selective_blur_channel">selective_blur_channel</a></li>
|
148
|
+
|
146
149
|
<li><a href="#separate">separate</a></li>
|
147
150
|
|
148
151
|
<li><a href="#sepiatone">sepiatone</a></li>
|
@@ -967,7 +970,8 @@ img.quantum_operator(DivideQuantumOperator, 2, RedChannel)
|
|
967
970
|
<p><a href="image1.html#blur_image">blur_image</a>, <a href=
|
968
971
|
"image2.html#gaussian_blur">gaussian_blur</a>, <a href=
|
969
972
|
"image2.html#motion_blur">motion_blur</a>, <a href=
|
970
|
-
"#radial_blur_channel">radial_blur_channel</a
|
973
|
+
"#radial_blur_channel">radial_blur_channel</a>, <a href=
|
974
|
+
"#selective_blur_channel">selective_blur_channel</a></p>
|
971
975
|
|
972
976
|
<h4>Magick API</h4>
|
973
977
|
|
@@ -1954,11 +1958,72 @@ random_threshold_channel(geom, RedChannel)
|
|
1954
1958
|
<p>SegmentImage</p>
|
1955
1959
|
</div>
|
1956
1960
|
|
1961
|
+
<div class="sig">
|
1962
|
+
<h3 id="selective_blur_channel">selective_blur_channel</h3>
|
1963
|
+
|
1964
|
+
<p><span class=
|
1965
|
+
"arg">img</span>.selective_blur_channel(<span class=
|
1966
|
+
"arg">radius</span>, <span class="arg">sigma</span>,
|
1967
|
+
<span class="arg">threshold</span>[, <span class=
|
1968
|
+
"arg">channel</span>...]) -> <em>image</em></p>
|
1969
|
+
</div>
|
1970
|
+
|
1971
|
+
<div class="desc">
|
1972
|
+
<h4>Description</h4>
|
1973
|
+
|
1974
|
+
<p class="imquote">Selectively blur pixels within a contrast
|
1975
|
+
threshold.</p>
|
1976
|
+
|
1977
|
+
<h4>Arguments</h4>
|
1978
|
+
|
1979
|
+
<dl>
|
1980
|
+
<dt>radius, sigma</dt>
|
1981
|
+
|
1982
|
+
<dd class="imquote">Use a Gaussian operator of the given
|
1983
|
+
radius and standard deviation (sigma).</dd>
|
1984
|
+
|
1985
|
+
<dt>threshold</dt>
|
1986
|
+
|
1987
|
+
<dd>Threshold level represented as a percentage of the
|
1988
|
+
quantum range. Either a floating-point number or a string in
|
1989
|
+
the form "NN%".</dd>
|
1990
|
+
|
1991
|
+
<dt>channel...</dt>
|
1992
|
+
|
1993
|
+
<dd>The channels to blur. 0 or more <a href=
|
1994
|
+
"constants.html#ChannelType">ChannelType</a> arguments. If no
|
1995
|
+
channels are specified, the default is the red, green, and
|
1996
|
+
blue channels.</dd>
|
1997
|
+
</dl>
|
1998
|
+
|
1999
|
+
<h4>Returns</h4>
|
2000
|
+
|
2001
|
+
<p>A new image</p>
|
2002
|
+
|
2003
|
+
<h4>Example</h4>
|
2004
|
+
<pre>
|
2005
|
+
img2 = img.selective_blur_channel(0, 1, '10%')
|
2006
|
+
</pre>
|
2007
|
+
|
2008
|
+
<h4>See also</h4>
|
2009
|
+
|
2010
|
+
<p><a href="image1.html#blur_channel">blur_channel</a>,
|
2011
|
+
<a href="image1.html#blur_image">blur_image</a>, <a href=
|
2012
|
+
"image2.html#gaussian_blur_channel">gaussian_blur_channel</a>,
|
2013
|
+
<a href="image2.html#motion_blur">motion_blur</a>, <a href=
|
2014
|
+
"#radial_blur">radial_blur</a></p>
|
2015
|
+
|
2016
|
+
<h4>Magick API</h4>
|
2017
|
+
|
2018
|
+
<p>SelectiveBlurImageChannel (available in ImageMagick
|
2019
|
+
6.5.0-3)</p>
|
2020
|
+
</div>
|
2021
|
+
|
1957
2022
|
<div class="sig">
|
1958
2023
|
<h3 id="separate">separate</h3>
|
1959
2024
|
|
1960
2025
|
<p>Image.separate(<span class="arg">channel</span>...) ->
|
1961
|
-
<
|
2026
|
+
<em>imagelist</em></p>
|
1962
2027
|
</div>
|
1963
2028
|
|
1964
2029
|
<div class="desc">
|
data/doc/imageattrs.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: class Image (attribute methods)</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -25,7 +25,7 @@
|
|
25
25
|
</head>
|
26
26
|
|
27
27
|
<body>
|
28
|
-
<h6 id="header">RMagick 2.
|
28
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
29
29
|
|
30
30
|
<div class="nav">
|
31
31
|
« <a href="ilist.html">Prev</a> | <a href=
|
data/doc/imusage.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: ImageMagick Conventions</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -69,7 +69,7 @@
|
|
69
69
|
</head>
|
70
70
|
|
71
71
|
<body>
|
72
|
-
<h6 id="header">RMagick 2.
|
72
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
73
73
|
|
74
74
|
<div class="nav">
|
75
75
|
« <a href="usage.html">Prev</a> | <a href=
|
data/doc/index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0 User's Guide and Reference</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -105,7 +105,7 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<p id="magick">Ruby+ImageMagick<span class="tm">TM</span><br />
|
108
|
-
Version 2.
|
108
|
+
Version 2.10.0</p>
|
109
109
|
|
110
110
|
<h1>User's Guide and Reference</h1>
|
111
111
|
|
@@ -293,7 +293,7 @@
|
|
293
293
|
|
294
294
|
<h3>About this document</h3>
|
295
295
|
|
296
|
-
<p>This document describes Version 2.
|
296
|
+
<p>This document describes Version 2.10.0 of RMagick. It is
|
297
297
|
divided into 4 parts. The first is this page. The second part is
|
298
298
|
a user's guide covering both RMagick and ImageMagick usage and
|
299
299
|
conventions. The third part is a reference guide to the
|
data/doc/info.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: class Image::Info - Optional method
|
10
10
|
arguments</title>
|
11
11
|
<meta http-equiv="Content-Type" content=
|
12
12
|
"text/html; charset=us-ascii" />
|
@@ -44,7 +44,7 @@
|
|
44
44
|
</head>
|
45
45
|
|
46
46
|
<body>
|
47
|
-
<h6 id="header">RMagick 2.
|
47
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
48
48
|
|
49
49
|
<div class="nav">
|
50
50
|
« <a href="struct.html">Prev</a> | <a href=
|
data/doc/magick.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: module Magick</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -24,7 +24,7 @@
|
|
24
24
|
</head>
|
25
25
|
|
26
26
|
<body>
|
27
|
-
<h6 id="header">RMagick 2.
|
27
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
28
28
|
|
29
29
|
<div class="nav">
|
30
30
|
« <a href="comtasks.html">Prev</a> | <a href=
|
data/doc/optequiv.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: Magick Command Options and Their Equivalent
|
10
10
|
Methods</title>
|
11
11
|
<meta http-equiv="Content-Type" content=
|
12
12
|
"text/html; charset=us-ascii" />
|
@@ -70,7 +70,7 @@
|
|
70
70
|
</head>
|
71
71
|
|
72
72
|
<body>
|
73
|
-
<h6 id="header">RMagick 2.
|
73
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
74
74
|
|
75
75
|
<div class="nav">
|
76
76
|
« <a href="index.html">Prev</a> | <a href=
|
@@ -1612,6 +1612,15 @@
|
|
1612
1612
|
<em>verbose</em>=false)</td>
|
1613
1613
|
</tr>
|
1614
1614
|
|
1615
|
+
<tr>
|
1616
|
+
<td>-selective-blur <em>geometry</em></td>
|
1617
|
+
|
1618
|
+
<td>Image#<a href=
|
1619
|
+
"image3.html#selective_blur">selective_blur</a>(<em>radius</em>,
|
1620
|
+
<em>sigma</em>, <em>threshold</em> [, <em><a href=
|
1621
|
+
"constants.html#ChannelType">channel</a></em>...])</td>
|
1622
|
+
</tr>
|
1623
|
+
|
1615
1624
|
<tr>
|
1616
1625
|
<td>-separate</td>
|
1617
1626
|
|
data/doc/rvg.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: RVG Reference: RVG Class</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -27,7 +27,7 @@
|
|
27
27
|
</head>
|
28
28
|
|
29
29
|
<body>
|
30
|
-
<h6 id="header">RMagick 2.
|
30
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
31
31
|
|
32
32
|
<div class="nav">
|
33
33
|
« <a href="rvgtut.html">Prev</a> | <a href=
|
data/doc/rvgclip.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: RVG Reference: RVG::ClipPath Class</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -27,7 +27,7 @@
|
|
27
27
|
</head>
|
28
28
|
|
29
29
|
<body>
|
30
|
-
<h6 id="header">RMagick 2.
|
30
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
31
31
|
|
32
32
|
<div class="nav">
|
33
33
|
« <a href="rvgpattern.html">Prev</a> | <a href=
|
data/doc/rvggroup.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="generator" content=
|
7
7
|
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.
|
9
|
+
<title>RMagick 2.10.0: RVG Reference: RVG::Group Class</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -27,7 +27,7 @@
|
|
27
27
|
</head>
|
28
28
|
|
29
29
|
<body>
|
30
|
-
<h6 id="header">RMagick 2.
|
30
|
+
<h6 id="header">RMagick 2.10.0 User's Guide and Reference</h6>
|
31
31
|
|
32
32
|
<div class="nav">
|
33
33
|
« <a href="rvg.html">Prev</a> | <a href=
|