rmagick 2.9.0 → 2.9.1

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 CHANGED
@@ -1,3 +1,7 @@
1
+ RMagick 2.9.1
2
+ o Fix a bug that prevents the use of transparent background colors when
3
+ built with ImageMagick 6.4.9-0
4
+
1
5
  RMagick 2.9.0
2
6
  o Fix #23209, improve RVG's letter spacing (patch from Jonah Fox)
3
7
  o Add Draw#kerning= attribute(available in ImageMagick 6.4.7-8)
@@ -1,15 +1,15 @@
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.9.0 README</title>
4
+ <title>RMagick 2.9.1 README</title>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
6
  <meta name="GENERATOR" content="RedCloth">
7
7
  </head>
8
8
  <body>
9
- <h1>RMagick 2.9.0 <span class="caps">README</span></h1>
9
+ <h1>RMagick 2.9.1 <span class="caps">README</span></h1>
10
10
 
11
11
 
12
- <h2>01/16/09</h2>
12
+ <h2>02/01/09</h2>
13
13
 
14
14
 
15
15
  <h3>Table of Contents</h3>
@@ -75,12 +75,12 @@ depending on which tarball you have:</p>
75
75
 
76
76
 
77
77
  <pre>
78
- tar xvzf RMagick-2.9.0-tar.gz (gzipped tarball)
79
- tar xvjf RMagick-2.9.0-tar.bz2 (bzipped tarball)
78
+ tar xvzf RMagick-2.9.1-tar.gz (gzipped tarball)
79
+ tar xvjf RMagick-2.9.1-tar.bz2 (bzipped tarball)
80
80
  7z e RMagick-x.y.z.tar.lzma -so | tar xv (7zipped tarball)
81
81
  </pre>
82
82
 
83
- <p>Change to the RMagick-2.9.0 directory. If you are not using any
83
+ <p>Change to the RMagick-2.9.1 directory. If you are not using any
84
84
  configuration options (usually you don&#8217;t need to) enter the command</p>
85
85
 
86
86
 
@@ -191,7 +191,7 @@ systems, see the documentation for the dynamic loading facility.</p>
191
191
 
192
192
 
193
193
  <pre>
194
- hook /home/me/src/RMagick-2.9.0/./post-setup.rb failed:
194
+ hook /home/me/src/RMagick-2.9.1/./post-setup.rb failed:
195
195
  No such file or directory - "/tmp/rmagick6872.6"
196
196
  </pre>
197
197
 
@@ -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.0: Common Tasks</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
34
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
35
35
 
36
36
  <div class="nav">
37
37
  &laquo;&nbsp;<a href="optequiv.html">Prev</a> | <a href=
@@ -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.0: Constants</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
64
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
65
65
 
66
66
  <div class="nav">
67
67
  &laquo;&nbsp;<a href="info.html">Prev</a> | <a href=
@@ -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.0: class Draw</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
28
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
29
29
 
30
30
  <div class="nav">
31
31
  &laquo;&nbsp;<a href="image3.html">Prev</a> | <a href=
@@ -44,6 +44,7 @@ circle.draw(canvas)
44
44
 
45
45
  # Label the axes and the circle.
46
46
  labels = Magick::Draw.new
47
+ labels.font_weight(Magick::NormalWeight)
47
48
  labels.fill('black')
48
49
  labels.stroke('transparent')
49
50
  labels.font_style(Magick::ItalicStyle)
@@ -33,6 +33,5 @@ gc.text( 30,15, '"75%"')
33
33
  gc.text( 90,15, '"100%"')
34
34
 
35
35
  gc.draw(canvas)
36
-
37
- canvas.write("opacity.gif")
36
+ canvas.write("opacity.png")
38
37
  exit
@@ -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.0: class ImageList</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
23
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
24
24
 
25
25
  <div class="nav">
26
26
  &laquo;&nbsp;<a href="magick.html">Prev</a> | <a href=
@@ -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.0: class Image (class methods and instance
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
51
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
52
52
 
53
53
  <div class="nav">
54
54
  &laquo;&nbsp;<a href="imageattrs.html">Prev</a> | <a href=
@@ -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.0: class Image (instance methods e-o)</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
50
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
51
51
 
52
52
  <div class="nav">
53
53
  &laquo;&nbsp;<a href="image1.html">Prev</a> | <a href=
@@ -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.0: class Image (instance methods p-w)</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
54
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
55
55
 
56
56
  <div class="nav">
57
57
  &laquo;&nbsp;<a href="image2.html">Prev</a> | <a href=
@@ -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.0: class Image (attribute methods)</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
28
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
29
29
 
30
30
  <div class="nav">
31
31
  &laquo;&nbsp;<a href="ilist.html">Prev</a> | <a href=
@@ -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.0: ImageMagick Conventions</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
72
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
73
73
 
74
74
  <div class="nav">
75
75
  &laquo;&nbsp;<a href="usage.html">Prev</a> | <a href=
@@ -101,7 +101,7 @@
101
101
 
102
102
  <h2 id="formats">Image formats and filenames</h2>
103
103
 
104
- <p>ImageMagick supports over 90 major <a href=
104
+ <p>ImageMagick supports over 100 major <a href=
105
105
  "http://www.imagemagick.org/script/formats.php">image
106
106
  formats</a>.</p>
107
107
 
@@ -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.0 User's Guide and Reference</title>
9
+ <title>RMagick 2.9.1 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.9.0</p>
108
+ Version 2.9.1</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.9.0 of RMagick. It is
296
+ <p>This document describes Version 2.9.1 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
@@ -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.0: class Image::Info - Optional method
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
47
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
48
48
 
49
49
  <div class="nav">
50
50
  &laquo;&nbsp;<a href="struct.html">Prev</a> | <a href=
@@ -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.0: module Magick</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
27
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
28
28
 
29
29
  <div class="nav">
30
30
  &laquo;&nbsp;<a href="comtasks.html">Prev</a> | <a href=
@@ -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.0: Magick Command Options and Their Equivalent
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
73
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
74
74
 
75
75
  <div class="nav">
76
76
  &laquo; <a href="index.html">Prev</a> | <a href=
@@ -108,7 +108,7 @@
108
108
  the tables on this page to determine which RMagick methods
109
109
  correspond to the options used by these tools.</p>
110
110
 
111
- <p>The options listed below are for ImageMagick 6.4.3. Earlier
111
+ <p>The options listed below are for ImageMagick 6.4.8. Earlier
112
112
  releases of ImageMagick may not support all these options.
113
113
  Later releases of ImageMagick may have options that are not
114
114
  listed.</p>
@@ -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.0: RVG Reference: RVG Class</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvgtut.html">Prev</a> | <a href=
@@ -223,7 +223,7 @@
223
223
  <p>Specify a background fill color. The attribute value may be
224
224
  either a <a href="struct.html#Pixel">pixel</a> or a <a href=
225
225
  "imusage.html#color_names">color name.</a> The default fill
226
- color is "#000000ff". This color is usually called "none". This
226
+ color is "#00000000". This color is usually called "none". This
227
227
  attribute has no effect on nested RVG objects.</p>
228
228
 
229
229
  <h4>Example</h4>
@@ -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.0: RVG Reference: RVG::ClipPath Class</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvgpattern.html">Prev</a> | <a href=
@@ -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.0: RVG Reference: RVG::Group Class</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvg.html">Prev</a> | <a href=
@@ -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.0: RVG Reference: RVG::Image Class</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvggroup.html">Prev</a> | <a href=
@@ -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.0: RVG Reference: RVG::Pattern Class</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvgimage.html">Prev</a> | <a href=
@@ -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.0: RVG Reference: Shapes</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
31
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
32
32
 
33
33
  <div class="nav">
34
34
  &laquo;&nbsp;<a href="rvgstyle.html">Prev</a> | <a href=
@@ -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.0: RVG Reference: Styles</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvguse.html">Prev</a> | <a href=
@@ -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.0: RVG Reference: RVG::Text Class</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
36
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
37
37
 
38
38
  <div class="nav">
39
39
  &laquo;&nbsp;<a href="rvgclip.html">Prev</a> | <a href=
@@ -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.0: RVG Reference: RVG::Tspan Class</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvgtext.html">Prev</a> | <a href=
@@ -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.9.0: RVG Tutorial</title>
12
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
26
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
27
27
 
28
28
  <div class="nav">
29
29
  &laquo;&nbsp;<a href="constants.html">Prev</a> | <a href=
@@ -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.0: RVG Reference: RVG::Use Class</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="rvgtspan.html">Prev</a> | <a href=
@@ -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.0: RVG Reference: Transforms</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
31
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
32
32
 
33
33
  <div class="nav">
34
34
  &laquo;&nbsp;<a href="rvgshape.html">Prev</a> | <a href=
@@ -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.0: Miscellaneous classes</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
31
31
 
32
32
  <div class="nav">
33
33
  &laquo;&nbsp;<a href="draw.html">Prev</a> | <a href=
@@ -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.0: How to use RMagick</title>
9
+ <title>RMagick 2.9.1: 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.9.0 User's Guide and Reference</h6>
93
+ <h6 id="header">RMagick 2.9.1 User's Guide and Reference</h6>
94
94
 
95
95
  <div class="nav">
96
96
  &laquo;&nbsp;<a href="index.html">Prev</a> | <a href=
@@ -1,4 +1,4 @@
1
- MANIFEST for RMagick-2.9.0 - 19:06:54 01/16/09
1
+ MANIFEST for RMagick-2.9.1 - 10:01:46 02/01/09
2
2
 
3
3
  doc/ilist.html
4
4
  doc/scripts/stripeTables.js
@@ -1,7 +1,7 @@
1
1
  require "mkmf"
2
2
  require "date"
3
3
 
4
- RMAGICK_VERS = "2.9.0"
4
+ RMAGICK_VERS = "2.9.1"
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"
@@ -143,7 +143,7 @@ if RUBY_PLATFORM !~ /mswin/
143
143
 
144
144
  else # mswin
145
145
 
146
- `convert -version` =~ /Version: ImageMagick (\d\.\d\.\d+) /
146
+ `convert -version` =~ /Version: ImageMagick (\d\.\d\.\d+)-\d /
147
147
  abort "Unable to get ImageMagick version" unless $1
148
148
  $magick_version = $1
149
149
  $CFLAGS = "-W3"
@@ -258,31 +258,6 @@ end
258
258
 
259
259
 
260
260
 
261
- # 6.4.6-9 or so
262
- checking_for("ParseSizeGeometry() new signature") do
263
- if try_compile(<<"SRC")
264
- #{COMMON_HEADERS}
265
- #{cpp_include(headers)}
266
- /*top*/
267
- int main() {
268
- MagickStatusType okay;
269
- Image *image;
270
- const char *geometry;
271
- RectangleInfo *rectangle;
272
- ExceptionInfo *exception;
273
- okay = ParseSizeGeometry(image, geometry, rectangle, exception);
274
- return 0;
275
- }
276
- SRC
277
- $defs.push("-DHAVE_NEWPARSESIZEGEOMETRY")
278
- true
279
- else
280
- false
281
- end
282
- end
283
-
284
-
285
-
286
261
 
287
262
  have_struct_member("ImageInfo", "profile", headers) # 6.3.2
288
263
  have_struct_member("Image", "tile_offset", headers) # 6.3.4
@@ -1,4 +1,4 @@
1
- /* $Id: rmagick.h,v 1.268 2009/01/12 23:08:35 rmagick Exp $ */
1
+ /* $Id: rmagick.h,v 1.269 2009/02/01 14:57:39 rmagick Exp $ */
2
2
  /*=============================================================================
3
3
  | Copyright (C) 2008 by Timothy P. Hunter
4
4
  | Name: rmagick.h
@@ -1220,7 +1220,7 @@ extern void rm_get_geometry(VALUE, long *, long *, unsigned long *, unsigned l
1220
1220
  extern const char *rm_get_property(const Image *, const char *);
1221
1221
  extern MagickBooleanType rm_set_property(Image *, const char *, const char *);
1222
1222
  extern void rm_set_user_artifact(Image *, Info *);
1223
- void rm_set_magick_pixel_packet(Pixel *, IndexPacket *, MagickPixelPacket *);
1223
+ void rm_set_magick_pixel_packet(Pixel *, MagickPixelPacket *);
1224
1224
  extern void rm_sync_image_options(Image *, Info *);
1225
1225
  extern void rm_split(Image *);
1226
1226
  extern void rm_magick_error(const char *, const char *);
@@ -1,4 +1,4 @@
1
- /* $Id: rmimage.c,v 1.343 2009/01/12 23:08:35 rmagick Exp $ */
1
+ /* $Id: rmimage.c,v 1.344 2009/01/17 21:03:46 rmagick Exp $ */
2
2
  /*============================================================================\
3
3
  | Copyright (C) 2008 by Timothy P. Hunter
4
4
  | Name: rmimage.c
@@ -1554,13 +1554,9 @@ Image_change_geometry(VALUE self, VALUE geom_arg)
1554
1554
 
1555
1555
  memset(&rect, 0, sizeof(rect));
1556
1556
 
1557
- #if defined(HAVE_NEWPARSESIZEGEOMETRY)
1558
- flags = ParseSizeGeometry(image, geometry, &rect, &image->exception);
1559
- #else
1560
- flags = ParseSizeGeometry(image, geometry, &rect);
1561
- #endif
1557
+ SetGeometry(image, &rect);
1562
1558
  rm_check_image_exception(image, RetainOnError);
1563
-
1559
+ flags = ParseMetaGeometry(geometry, &rect.x,&rect.y, &rect.width,&rect.height);
1564
1560
  if (flags == NoValue)
1565
1561
  {
1566
1562
  rb_raise(rb_eArgError, "invalid geometry string `%s'", geometry);
@@ -1,4 +1,4 @@
1
- /* $Id: rminfo.c,v 1.75 2009/01/01 23:36:00 rmagick Exp $ */
1
+ /* $Id: rminfo.c,v 1.76 2009/02/01 14:59:05 rmagick Exp $ */
2
2
  /*============================================================================\
3
3
  | Copyright (C) 2008 by Timothy P. Hunter
4
4
  | Name: rminfo.c
@@ -166,15 +166,17 @@ static VALUE set_dbl_option(VALUE self, const char *option, VALUE value)
166
166
  Static: pixel_packet_to_hexname(pp, name)
167
167
  Purpose: convert a PixelPacket to a hex-format color name
168
168
  */
169
+ #if 0
169
170
  static char *pixel_packet_to_hexname(PixelPacket *pp, char *name)
170
171
  {
171
172
  MagickPixelPacket mpp;
172
173
 
173
174
  GetMagickPixelPacket(NULL, &mpp);
174
- rm_set_magick_pixel_packet(pp, NULL, &mpp);
175
+ rm_set_magick_pixel_packet(pp, &mpp);
175
176
  (void) GetColorTuple(&mpp, MagickTrue, name);
176
177
  return name;
177
178
  }
179
+ #endif
178
180
 
179
181
 
180
182
  DEF_ATTR_ACCESSOR(Info, antialias, bool)
@@ -393,11 +395,11 @@ VALUE
393
395
  Info_background_color_eq(VALUE self, VALUE bc_arg)
394
396
  {
395
397
  Info *info;
396
- char colorname[MaxTextExtent];
398
+ //char colorname[MaxTextExtent];
397
399
 
398
400
  Data_Get_Struct(self, Info, info);
399
401
  Color_to_PixelPacket(&info->background_color, bc_arg);
400
- SetImageOption(info, "background", pixel_packet_to_hexname(&info->background_color, colorname));
402
+ //SetImageOption(info, "background", pixel_packet_to_hexname(&info->background_color, colorname));
401
403
  return self;
402
404
  }
403
405
 
@@ -424,11 +426,11 @@ VALUE
424
426
  Info_border_color_eq(VALUE self, VALUE bc_arg)
425
427
  {
426
428
  Info *info;
427
- char colorname[MaxTextExtent];
429
+ //char colorname[MaxTextExtent];
428
430
 
429
431
  Data_Get_Struct(self, Info, info);
430
432
  Color_to_PixelPacket(&info->border_color, bc_arg);
431
- SetImageOption(info, "bordercolor", pixel_packet_to_hexname(&info->border_color, colorname));
433
+ //SetImageOption(info, "bordercolor", pixel_packet_to_hexname(&info->border_color, colorname));
432
434
  return self;
433
435
  }
434
436
 
@@ -1268,11 +1270,11 @@ VALUE
1268
1270
  Info_matte_color_eq(VALUE self, VALUE matte_arg)
1269
1271
  {
1270
1272
  Info *info;
1271
- char colorname[MaxTextExtent];
1273
+ //char colorname[MaxTextExtent];
1272
1274
 
1273
1275
  Data_Get_Struct(self, Info, info);
1274
1276
  Color_to_PixelPacket(&info->matte_color, matte_arg);
1275
- SetImageOption(info, "mattecolor", pixel_packet_to_hexname(&info->matte_color, colorname));
1277
+ //SetImageOption(info, "mattecolor", pixel_packet_to_hexname(&info->matte_color, colorname));
1276
1278
  return self;
1277
1279
  }
1278
1280
 
@@ -1427,7 +1429,7 @@ Info_page_eq(VALUE self, VALUE page_arg)
1427
1429
  return self;
1428
1430
  }
1429
1431
  magick_clone_string(&info->page, geometry);
1430
- (void) SetImageOption(info, "page", StringValuePtr(geom_str));
1432
+ //(void) SetImageOption(info, "page", StringValuePtr(geom_str));
1431
1433
 
1432
1434
  return self;
1433
1435
  }
@@ -1716,11 +1718,11 @@ VALUE
1716
1718
  Info_transparent_color_eq(VALUE self, VALUE tc_arg)
1717
1719
  {
1718
1720
  Info *info;
1719
- char colorname[MaxTextExtent];
1721
+ //char colorname[MaxTextExtent];
1720
1722
 
1721
1723
  Data_Get_Struct(self, Info, info);
1722
1724
  Color_to_PixelPacket(&info->transparent_color, tc_arg);
1723
- SetImageOption(info, "transparent", pixel_packet_to_hexname(&info->transparent_color, colorname));
1725
+ //SetImageOption(info, "transparent", pixel_packet_to_hexname(&info->transparent_color, colorname));
1724
1726
  return self;
1725
1727
  }
1726
1728
 
@@ -1,4 +1,4 @@
1
- /* $Id: rmpixel.c,v 1.2 2008/12/27 00:15:56 rmagick Exp $ */
1
+ /* $Id: rmpixel.c,v 1.3 2009/02/01 14:59:52 rmagick Exp $ */
2
2
  /*============================================================================\
3
3
  | Copyright (C) 2008 by Timothy P. Hunter
4
4
  | Name: rmpixel.c
@@ -749,7 +749,7 @@ Pixel_to_color(int argc, VALUE *argv, VALUE self)
749
749
  (void) DestroyImageInfo(info);
750
750
 
751
751
  GetMagickPixelPacket(image, &mpp);
752
- rm_set_magick_pixel_packet(pixel, NULL, &mpp);
752
+ rm_set_magick_pixel_packet(pixel, &mpp);
753
753
 
754
754
  GetExceptionInfo(&exception);
755
755
 
@@ -805,12 +805,12 @@ Pixel_to_s(VALUE self)
805
805
  in ImageMagick.
806
806
  */
807
807
  void
808
- rm_set_magick_pixel_packet(Pixel *pixel, IndexPacket *index_packet, MagickPixelPacket *pp)
808
+ rm_set_magick_pixel_packet(Pixel *pixel, MagickPixelPacket *pp)
809
809
  {
810
810
  pp->red = (MagickRealType) pixel->red;
811
811
  pp->green = (MagickRealType) pixel->green;
812
812
  pp->blue = (MagickRealType) pixel->blue;
813
- pp->opacity = (MagickRealType) (pp->matte ? pixel->opacity : OpaqueOpacity);
814
- pp->index = (MagickRealType) ((pp->colorspace == CMYKColorspace) && (index_packet ? *index_packet : 0));
813
+ pp->opacity = (MagickRealType) pixel->opacity;
814
+ pp->index = (MagickRealType) 0.0;
815
815
  }
816
816
 
@@ -1,7 +1,7 @@
1
1
  require 'date'
2
2
  Gem::Specification.new do |s|
3
3
  s.name = %q{rmagick}
4
- s.version = "2.9.0"
4
+ s.version = "2.9.1"
5
5
  s.date = Date.today.to_s
6
6
  s.summary = %q{Ruby binding to ImageMagick}
7
7
  s.description = %q{RMagick is an interface between Ruby and ImageMagick.}
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.9.0
4
+ version: 2.9.1
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: 2009-01-16 00:00:00 -05:00
12
+ date: 2009-02-01 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -409,7 +409,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
409
409
  requirements:
410
410
  - ImageMagick 6.3.0 or later
411
411
  rubyforge_project: rmagick
412
- rubygems_version: 1.1.0
412
+ rubygems_version: 1.3.1
413
413
  signing_key:
414
414
  specification_version: 2
415
415
  summary: Ruby binding to ImageMagick