rmagick 2.2.0 → 2.2.2
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 +4 -0
- data/README.html +13 -13
- data/README.txt +11 -11
- data/doc/comtasks.html +2 -2
- data/doc/constants.html +2 -2
- data/doc/draw.html +2 -2
- data/doc/ilist.html +2 -2
- data/doc/image1.html +2 -2
- data/doc/image2.html +2 -2
- data/doc/image3.html +2 -2
- 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 +2 -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 +2 -2
- data/ext/RMagick/MANIFEST +1 -1
- data/ext/RMagick/extconf.rb +2 -2
- data/rmagick.gemspec +1 -1
- metadata +2 -2
data/ChangeLog
CHANGED
data/README.html
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
2
2
|
<html>
|
3
3
|
<head>
|
4
|
-
<title>RMagick 2.2.
|
4
|
+
<title>RMagick 2.2.2 README</title>
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
6
6
|
<meta name="GENERATOR" content="BlueCloth">
|
7
7
|
</head>
|
8
8
|
<body>
|
9
|
-
<h1>RMagick 2.2.
|
9
|
+
<h1>RMagick 2.2.2 README</h1>
|
10
10
|
|
11
|
-
<h2>
|
11
|
+
<h2>02/12/08</h2>
|
12
12
|
|
13
13
|
<h2>Table Of Contents</h2>
|
14
14
|
|
@@ -40,13 +40,13 @@ ImageMagick image processing library.</p>
|
|
40
40
|
|
41
41
|
<p><strong>Author:</strong> Tim Hunter</p>
|
42
42
|
|
43
|
-
<p><strong>Email:</strong> <a href="mail&#
|
43
|
+
<p><strong>Email:</strong> <a href="mailto:rmagick@rubyforge.org">rmagick@rubyforge.org</a></p>
|
44
44
|
|
45
45
|
<p><strong>RubyForge:</strong> <a href="http://rubyforge.org/projects/rmagick/">http://rubyforge.org/projects/rmagick/</a></p>
|
46
46
|
|
47
47
|
<h2 id="new">What's new?</h2>
|
48
48
|
|
49
|
-
<p>RMagick 2.2.
|
49
|
+
<p>RMagick 2.2.2 incorporates all changes and bug fixes from RMagick 1.15.12.
|
50
50
|
Additionally,</p>
|
51
51
|
|
52
52
|
<ul>
|
@@ -84,7 +84,7 @@ instead.</li>
|
|
84
84
|
|
85
85
|
<h2 id="install">Installation</h2>
|
86
86
|
|
87
|
-
<p>The installation procedure for RMagick 2.2.
|
87
|
+
<p>The installation procedure for RMagick 2.2.2 is different from that used
|
88
88
|
in earlier releases. Before installing RMagick, you must install ImageMagick.
|
89
89
|
Complete and up-to-date instructions for installing ImageMagick on Linux,
|
90
90
|
*BSD, and other *nix-type O/S's are available
|
@@ -94,7 +94,7 @@ on OS X are available at <a href="http://rmagick.rubyforge.org/install-osx.html"
|
|
94
94
|
steps 1 and 2. After installing
|
95
95
|
ImageMagick, use the instructions in the next section to install RMagick.</p>
|
96
96
|
|
97
|
-
<h2 id="install">Installing RMagick 2.2.
|
97
|
+
<h2 id="install">Installing RMagick 2.2.2</h2>
|
98
98
|
|
99
99
|
<p>This release of RMagick uses Minero Aoki's setup.rb script for installation.
|
100
100
|
See the next section for configuration options. Usually you do not need to
|
@@ -104,15 +104,15 @@ his web site <a href="http://i.loveruby.net">http://i.loveruby.net</a></p>
|
|
104
104
|
<p>I assume you've already decompressed the tarball, or you wouldn't be reading
|
105
105
|
this. If you have not decompressed the tarball, do so with this command:</p>
|
106
106
|
|
107
|
-
<pre><code>tar xvzf RMagick-2.2.
|
107
|
+
<pre><code>tar xvzf RMagick-2.2.2-tar.gz
|
108
108
|
</code></pre>
|
109
109
|
|
110
110
|
<p>or</p>
|
111
111
|
|
112
|
-
<pre><code>tar xvjf RMagick-2.2.
|
112
|
+
<pre><code>tar xvjf RMagick-2.2.2-tar.bz2
|
113
113
|
</code></pre>
|
114
114
|
|
115
|
-
<p>Change to the RMagick-2.2.
|
115
|
+
<p>Change to the RMagick-2.2.2 directory. If you are not using any
|
116
116
|
configuration options (usually you don't need to) enter the command</p>
|
117
117
|
|
118
118
|
<pre><code>ruby setup.rb
|
@@ -179,9 +179,9 @@ the problem. Also see <a href="http://rmagick.rubyforge.org/install-faq.html#lib
|
|
179
179
|
|
180
180
|
<p>When make is running the examples, if you get a message like this:</p>
|
181
181
|
|
182
|
-
<pre><code>/home/you/RMagick-2.2.
|
182
|
+
<pre><code>/home/you/RMagick-2.2.2/lib/RMagick.rb:11:in `require': libMagick.so.0:
|
183
183
|
cannot open shared object file: No such file or directory -
|
184
|
-
/home/you/RMagick-2.2.
|
184
|
+
/home/you/RMagick-2.2.2/ext/RMagick/RMagick.so (LoadError)
|
185
185
|
</code></pre>
|
186
186
|
|
187
187
|
<p>you probably do not have the directory in which the ImageMagick library
|
@@ -201,7 +201,7 @@ systems, see the documentation for the dynamic loading facility.</p>
|
|
201
201
|
|
202
202
|
<p>When make is running the examples, if you get a message like this:</p>
|
203
203
|
|
204
|
-
<pre><code>hook /home/me/src/RMagick-2.2.
|
204
|
+
<pre><code>hook /home/me/src/RMagick-2.2.2/./post-setup.rb failed:
|
205
205
|
No such file or directory - "/tmp/rmagick6872.6"
|
206
206
|
</code></pre>
|
207
207
|
|
data/README.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
RMagick 2.2.
|
1
|
+
RMagick 2.2.2 README
|
2
2
|
================================
|
3
|
-
|
3
|
+
02/12/08
|
4
4
|
--------
|
5
5
|
|
6
6
|
Table Of Contents
|
@@ -35,7 +35,7 @@ __Email:__ <rmagick@rubyforge.org>
|
|
35
35
|
__RubyForge:__ <http://rubyforge.org/projects/rmagick/>
|
36
36
|
|
37
37
|
<h2 id="new">What's new?</h2>
|
38
|
-
RMagick 2.2.
|
38
|
+
RMagick 2.2.2 incorporates all changes and bug fixes from RMagick 1.15.12.
|
39
39
|
Additionally,
|
40
40
|
|
41
41
|
* The installation procedure is pure Ruby.
|
@@ -71,7 +71,7 @@ __ImageMagick__ 6.3.0 or later. You can get ImageMagick from
|
|
71
71
|
|
72
72
|
<h2 id="install">Installation</h2>
|
73
73
|
|
74
|
-
The installation procedure for RMagick 2.2.
|
74
|
+
The installation procedure for RMagick 2.2.2 is different from that used
|
75
75
|
in earlier releases. Before installing RMagick, you must install ImageMagick.
|
76
76
|
Complete and up-to-date instructions for installing ImageMagick on Linux,
|
77
77
|
*BSD, and other *nix-type O/S's are available
|
@@ -81,7 +81,7 @@ on OS X are available at <http://rmagick.rubyforge.org/install-osx.html>,
|
|
81
81
|
steps 1 and 2. After installing
|
82
82
|
ImageMagick, use the instructions in the next section to install RMagick.
|
83
83
|
|
84
|
-
<h2 id="install">Installing RMagick 2.2.
|
84
|
+
<h2 id="install">Installing RMagick 2.2.2</h2>
|
85
85
|
|
86
86
|
This release of RMagick uses Minero Aoki's setup.rb script for installation.
|
87
87
|
See the next section for configuration options. Usually you do not need to
|
@@ -91,13 +91,13 @@ his web site <http://i.loveruby.net>
|
|
91
91
|
I assume you've already decompressed the tarball, or you wouldn't be reading
|
92
92
|
this. If you have not decompressed the tarball, do so with this command:
|
93
93
|
|
94
|
-
tar xvzf RMagick-2.2.
|
94
|
+
tar xvzf RMagick-2.2.2-tar.gz
|
95
95
|
|
96
96
|
or
|
97
97
|
|
98
|
-
tar xvjf RMagick-2.2.
|
98
|
+
tar xvjf RMagick-2.2.2-tar.bz2
|
99
99
|
|
100
|
-
Change to the RMagick-2.2.
|
100
|
+
Change to the RMagick-2.2.2 directory. If you are not using any
|
101
101
|
configuration options (usually you don't need to) enter the command
|
102
102
|
|
103
103
|
ruby setup.rb
|
@@ -151,9 +151,9 @@ the problem. Also see <http://rmagick.rubyforge.org/install-faq.html#libmagick>.
|
|
151
151
|
#### Cannot open shared object file
|
152
152
|
When make is running the examples, if you get a message like this:
|
153
153
|
|
154
|
-
/home/you/RMagick-2.2.
|
154
|
+
/home/you/RMagick-2.2.2/lib/RMagick.rb:11:in `require': libMagick.so.0:
|
155
155
|
cannot open shared object file: No such file or directory -
|
156
|
-
/home/you/RMagick-2.2.
|
156
|
+
/home/you/RMagick-2.2.2/ext/RMagick/RMagick.so (LoadError)
|
157
157
|
|
158
158
|
you probably do not have the directory in which the ImageMagick library
|
159
159
|
is installed in your load path. An easy way to fix this is to define
|
@@ -170,7 +170,7 @@ systems, see the documentation for the dynamic loading facility.
|
|
170
170
|
#### No such file or directory - "/tmp/rmagick6872.6"
|
171
171
|
When make is running the examples, if you get a message like this:
|
172
172
|
|
173
|
-
hook /home/me/src/RMagick-2.2.
|
173
|
+
hook /home/me/src/RMagick-2.2.2/./post-setup.rb failed:
|
174
174
|
No such file or directory - "/tmp/rmagick6872.6"
|
175
175
|
|
176
176
|
you probably do not have a temporary directory environment variable set. Set
|
data/doc/comtasks.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.2.
|
9
|
+
<title>RMagick 2.2.2: Common Tasks</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -31,7 +31,7 @@
|
|
31
31
|
</head>
|
32
32
|
|
33
33
|
<body>
|
34
|
-
<h6 id="header">RMagick 2.2.
|
34
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
35
35
|
|
36
36
|
<div class="nav">
|
37
37
|
« <a href="optequiv.html">Prev</a> | <a href=
|
data/doc/constants.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.2.
|
9
|
+
<title>RMagick 2.2.2: Constants</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
</head>
|
62
62
|
|
63
63
|
<body>
|
64
|
-
<h6 id="header">RMagick 2.2.
|
64
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
65
65
|
|
66
66
|
<div class="nav">
|
67
67
|
« <a href="info.html">Prev</a> | <a href=
|
data/doc/draw.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.2.
|
9
|
+
<title>RMagick 2.2.2: 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.2.
|
28
|
+
<h6 id="header">RMagick 2.2.2 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 1 September 2005), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.2.
|
9
|
+
<title>RMagick 2.2.2: 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.2.
|
23
|
+
<h6 id="header">RMagick 2.2.2 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 1 September 2005), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.2.
|
9
|
+
<title>RMagick 2.2.2: 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 @@ float: left;
|
|
48
48
|
</head>
|
49
49
|
|
50
50
|
<body>
|
51
|
-
<h6 id="header">RMagick 2.2.
|
51
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
52
52
|
|
53
53
|
<div class="nav">
|
54
54
|
« <a href="imageattrs.html">Prev</a> | <a href=
|
data/doc/image2.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.2.
|
9
|
+
<title>RMagick 2.2.2: 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 @@ td.ds {
|
|
47
47
|
</head>
|
48
48
|
|
49
49
|
<body>
|
50
|
-
<h6 id="header">RMagick 2.2.
|
50
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
51
51
|
|
52
52
|
<div class="nav">
|
53
53
|
« <a href="image1.html">Prev</a> | <a href=
|
data/doc/image3.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.2.
|
9
|
+
<title>RMagick 2.2.2: 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.2.
|
54
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
55
55
|
|
56
56
|
<div class="nav">
|
57
57
|
« <a href="image2.html">Prev</a> | <a href=
|
data/doc/imageattrs.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.2.
|
9
|
+
<title>RMagick 2.2.2: 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.2.
|
28
|
+
<h6 id="header">RMagick 2.2.2 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.2.
|
9
|
+
<title>RMagick 2.2.2: 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.2.
|
72
|
+
<h6 id="header">RMagick 2.2.2 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.2.
|
9
|
+
<title>RMagick 2.2.2 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.2.
|
108
|
+
Version 2.2.2</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.2.
|
296
|
+
<p>This document describes Version 2.2.2 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 1 September 2005), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.2.
|
9
|
+
<title>RMagick 2.2.2: 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.2.
|
47
|
+
<h6 id="header">RMagick 2.2.2 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 1 September 2005), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.2.
|
9
|
+
<title>RMagick 2.2.2: 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.2.
|
27
|
+
<h6 id="header">RMagick 2.2.2 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 1 September 2005), see www.w3.org" />
|
8
8
|
|
9
|
-
<title>RMagick 2.2.
|
9
|
+
<title>RMagick 2.2.2: 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 @@ td {
|
|
70
70
|
</head>
|
71
71
|
|
72
72
|
<body>
|
73
|
-
<h6 id="header">RMagick 2.2.
|
73
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
74
74
|
|
75
75
|
<div class="nav">
|
76
76
|
« <a href="index.html">Prev</a> | <a href=
|
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.2.
|
9
|
+
<title>RMagick 2.2.2: 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.2.
|
30
|
+
<h6 id="header">RMagick 2.2.2 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.2.
|
9
|
+
<title>RMagick 2.2.2: 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.2.
|
30
|
+
<h6 id="header">RMagick 2.2.2 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.2.
|
9
|
+
<title>RMagick 2.2.2: 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.2.
|
30
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
31
31
|
|
32
32
|
<div class="nav">
|
33
33
|
« <a href="rvg.html">Prev</a> | <a href=
|
data/doc/rvgimage.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.2.
|
9
|
+
<title>RMagick 2.2.2: RVG Reference: RVG::Image 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.2.
|
30
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
31
31
|
|
32
32
|
<div class="nav">
|
33
33
|
« <a href="rvggroup.html">Prev</a> | <a href=
|
data/doc/rvgpattern.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.2.
|
9
|
+
<title>RMagick 2.2.2: RVG Reference: RVG::Pattern 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.2.
|
30
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
31
31
|
|
32
32
|
<div class="nav">
|
33
33
|
« <a href="rvgimage.html">Prev</a> | <a href=
|
data/doc/rvgshape.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.2.
|
9
|
+
<title>RMagick 2.2.2: RVG Reference: Shapes</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -28,7 +28,7 @@
|
|
28
28
|
</head>
|
29
29
|
|
30
30
|
<body>
|
31
|
-
<h6 id="header">RMagick 2.2.
|
31
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
32
32
|
|
33
33
|
<div class="nav">
|
34
34
|
« <a href="rvgstyle.html">Prev</a> | <a href=
|
data/doc/rvgstyle.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.2.
|
9
|
+
<title>RMagick 2.2.2: RVG Reference: Styles</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.2.
|
30
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
31
31
|
|
32
32
|
<div class="nav">
|
33
33
|
« <a href="rvguse.html">Prev</a> | <a href=
|
data/doc/rvgtext.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.2.
|
9
|
+
<title>RMagick 2.2.2: RVG Reference: RVG::Text 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" />
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</head>
|
34
34
|
|
35
35
|
<body>
|
36
|
-
<h6 id="header">RMagick 2.2.
|
36
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
37
37
|
|
38
38
|
<div class="nav">
|
39
39
|
« <a href="rvgclip.html">Prev</a> | <a href=
|
data/doc/rvgtspan.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.2.
|
9
|
+
<title>RMagick 2.2.2: RVG Reference: RVG::Tspan 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.2.
|
30
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
31
31
|
|
32
32
|
<div class="nav">
|
33
33
|
« <a href="rvgtext.html">Prev</a> | <a href=
|
data/doc/rvgtut.html
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
<meta name="generator" content=
|
10
10
|
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
|
11
11
|
|
12
|
-
<title>RMagick 2.2.
|
12
|
+
<title>RMagick 2.2.2: RVG Tutorial</title>
|
13
13
|
<meta name="GENERATOR" content="Quanta Plus" />
|
14
14
|
<link rel="stylesheet" type="text/css" href="css/doc.css" />
|
15
15
|
<style type="text/css">
|
@@ -23,7 +23,7 @@
|
|
23
23
|
</head>
|
24
24
|
|
25
25
|
<body>
|
26
|
-
<h6 id="header">RMagick 2.2.
|
26
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
27
27
|
|
28
28
|
<div class="nav">
|
29
29
|
« <a href="constants.html">Prev</a> | <a href=
|
data/doc/rvguse.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.2.
|
9
|
+
<title>RMagick 2.2.2: RVG Reference: RVG::Use 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.2.
|
30
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
31
31
|
|
32
32
|
<div class="nav">
|
33
33
|
« <a href="rvgtspan.html">Prev</a> | <a href=
|
data/doc/rvgxform.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.2.
|
9
|
+
<title>RMagick 2.2.2: RVG Reference: Transforms</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -28,7 +28,7 @@
|
|
28
28
|
</head>
|
29
29
|
|
30
30
|
<body>
|
31
|
-
<h6 id="header">RMagick 2.2.
|
31
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
32
32
|
|
33
33
|
<div class="nav">
|
34
34
|
« <a href="rvgshape.html">Prev</a> | <a href=
|
data/doc/struct.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.2.
|
9
|
+
<title>RMagick 2.2.2: Miscellaneous classes</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.2.
|
30
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
31
31
|
|
32
32
|
<div class="nav">
|
33
33
|
« <a href="draw.html">Prev</a> | <a href=
|
data/doc/usage.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.2.
|
9
|
+
<title>RMagick 2.2.2: How to use RMagick</title>
|
10
10
|
<meta http-equiv="Content-Type" content=
|
11
11
|
"text/html; charset=us-ascii" />
|
12
12
|
<meta name="GENERATOR" content="Quanta Plus" />
|
@@ -90,7 +90,7 @@
|
|
90
90
|
</head>
|
91
91
|
|
92
92
|
<body>
|
93
|
-
<h6 id="header">RMagick 2.2.
|
93
|
+
<h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6>
|
94
94
|
|
95
95
|
<div class="nav">
|
96
96
|
« <a href="index.html">Prev</a> | <a href=
|
data/ext/RMagick/MANIFEST
CHANGED
data/ext/RMagick/extconf.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
require "mkmf"
|
2
2
|
require "date"
|
3
3
|
|
4
|
-
RMAGICK_VERS = "2.2.
|
4
|
+
RMAGICK_VERS = "2.2.2"
|
5
5
|
MIN_RUBY_VERS = "1.8.2"
|
6
6
|
MIN_RUBY_VERS_NO = MIN_RUBY_VERS.tr(".","").to_i
|
7
7
|
MIN_IM_VERS = "6.3.0"
|
@@ -138,7 +138,7 @@ end
|
|
138
138
|
|
139
139
|
if RUBY_PLATFORM !~ /mswin/
|
140
140
|
|
141
|
-
unless have_library("Magick", "InitializeMagick", headers)
|
141
|
+
unless have_library("Magick", "InitializeMagick", headers) || have_library("MagickCore", "InitializeMagick", headers)
|
142
142
|
exit_failure "Can't install RMagick #{RMAGICK_VERS}. " +
|
143
143
|
"Can't find libMagick or one of the dependent libraries. " +
|
144
144
|
"Check the mkmf.log file for more detailed information.\n"
|
data/rmagick.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rmagick
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tim Hunter
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-
|
12
|
+
date: 2008-02-12 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|