rmagick 2.7.2 → 2.8.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/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.7.2: ImageMagick Conventions</title>
9
+ <title>RMagick 2.8.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.7.2 User's Guide and Reference</h6>
72
+ <h6 id="header">RMagick 2.8.0 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=
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.7.2 User's Guide and Reference</title>
9
+ <title>RMagick 2.8.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.7.2</p>
108
+ Version 2.8.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.7.2 of RMagick. It is
296
+ <p>This document describes Version 2.8.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.7.2: class Image::Info - Optional method
9
+ <title>RMagick 2.8.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.7.2 User's Guide and Reference</h6>
47
+ <h6 id="header">RMagick 2.8.0 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=
@@ -102,6 +102,8 @@
102
102
  <li><a href="#dispose">dispose</a></li>
103
103
 
104
104
  <li><a href="#dither">dither</a></li>
105
+
106
+ <li><a href="#endian">endian</a></li>
105
107
  </ul>
106
108
  </div>
107
109
 
@@ -134,13 +136,13 @@
134
136
  <li><a href="#monochrome">monochrome</a></li>
135
137
 
136
138
  <li><a href="#orientation">orientation</a></li>
139
+
140
+ <li><a href="#origin">origin</a></li>
137
141
  </ul>
138
142
  </div>
139
143
 
140
144
  <div class="toccol">
141
145
  <ul>
142
- <li><a href="#origin">origin</a></li>
143
-
144
146
  <li><a href="#page">page</a></li>
145
147
 
146
148
  <li><a href="#pointsize">pointsize</a></li>
@@ -149,6 +151,8 @@
149
151
 
150
152
  <li><a href="#sampling_factor">sampling_factor</a></li>
151
153
 
154
+ <li><a href="#scene">scene</a></li>
155
+
152
156
  <li><a href="#server_name">server_name</a></li>
153
157
 
154
158
  <li><a href="#size">size</a></li>
@@ -161,6 +165,8 @@
161
165
 
162
166
  <li><a href="#texture">texture</a></li>
163
167
 
168
+ <li><a href="#transparent_color">transparent_color</a></li>
169
+
164
170
  <li><a href="#undercolor">undercolor</a></li>
165
171
 
166
172
  <li><a href="#units">units</a></li>
@@ -868,6 +874,30 @@ p img.first['caption'] &raquo; "a new caption"
868
874
  option.</p>
869
875
  </div>
870
876
 
877
+ <div class="sig">
878
+ <h3 id="endian">endian</h3>
879
+
880
+ <p><span class="arg">self</span>.endian= <span class=
881
+ "arg">type</span></p>
882
+ </div>
883
+
884
+ <div class="desc">
885
+ <h4>Description</h4>
886
+
887
+ <p>Specify the endianess of the image when reading the image
888
+ file.</p>
889
+
890
+ <h4>Argument</h4>
891
+
892
+ <p>One of the following Magick::EndianType enum values:</p>
893
+
894
+ <ul>
895
+ <li>MSBEndian</li>
896
+
897
+ <li>LSBEndian</li>
898
+ </ul>
899
+ </div>
900
+
871
901
  <div class="sig">
872
902
  <h3 id="extract">extract</h3>
873
903
 
@@ -1248,6 +1278,20 @@ p img.first['caption'] &raquo; "a new caption"
1248
1278
  "<em>horizontal-factor</em><strong>x</strong><em>vertical-factor</em>"</p>
1249
1279
  </div>
1250
1280
 
1281
+ <div class="sig">
1282
+ <h3 id="scene">scene</h3>
1283
+
1284
+ <p><span class="arg">self</span>.scene= <span class=
1285
+ "arg">number</span></p>
1286
+ </div>
1287
+
1288
+ <div class="desc">
1289
+ <h4>Description</h4>
1290
+
1291
+ <p>Set the scene number of an image or the first image in a
1292
+ sequence.</p>
1293
+ </div>
1294
+
1251
1295
  <div class="sig">
1252
1296
  <h3 id="server_name">server_name</h3>
1253
1297
 
@@ -1345,6 +1389,33 @@ p img.first['caption'] &raquo; "a new caption"
1345
1389
  <p>An image</p>
1346
1390
  </div>
1347
1391
 
1392
+ <div class="sig">
1393
+ <h3 id="transparent_color">transparent_color</h3>
1394
+
1395
+ <p><span class="arg">self</span>.transparent_color=
1396
+ <span class="arg">string</span> or <span class=
1397
+ "arg">pixel</span></p>
1398
+ </div>
1399
+
1400
+ <div class="desc">
1401
+ <h4>Description</h4>
1402
+
1403
+ <p class="imquote">The transparent color. Sometimes used for
1404
+ saving to image formats such as GIF and PNG8 which uses this
1405
+ color to represent boolean transparency. This does not make a
1406
+ color transparent, just defines what color the transparent
1407
+ color will be in the color pallette of the saved image.</p>
1408
+
1409
+ <p class="imquote">This attribute allows you to have both a
1410
+ opaque visible color as well as a transparent color of the same
1411
+ color value without conflict. That is you can use the same
1412
+ color for both the transparent and opaque color areas within an
1413
+ image. This in turn frees to you to select a transparenct color
1414
+ that is appropriate when a image is displayed by application
1415
+ that does not handle a transparent color index, while allowing
1416
+ RMagick to correctly handle images of this type.</p>
1417
+ </div>
1418
+
1348
1419
  <div class="sig">
1349
1420
  <h3 id="tile_offset">tile_offset</h3>
1350
1421
 
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.7.2: module Magick</title>
9
+ <title>RMagick 2.8.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.7.2 User's Guide and Reference</h6>
27
+ <h6 id="header">RMagick 2.8.0 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=
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.7.2: Magick Command Options and Their Equivalent
9
+ <title>RMagick 2.8.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.7.2 User's Guide and Reference</h6>
73
+ <h6 id="header">RMagick 2.8.0 User's Guide and Reference</h6>
74
74
 
75
75
  <div class="nav">
76
76
  &laquo; <a href="index.html">Prev</a> | <a href=
@@ -708,9 +708,9 @@
708
708
  <tr>
709
709
  <td>-endian <em>type</em></td>
710
710
 
711
- <td>Image#<a href=
712
- "imageattrs.html#endian">endian=</a><em><a href=
713
- "constants.html#EndianType">type</a></em></td>
711
+ <td>Image::Info#<a href=
712
+ "info.html#endian">endian=</a><a href=
713
+ "constants.html#EndianType">type</a></td>
714
714
  </tr>
715
715
 
716
716
  <tr>
@@ -904,6 +904,15 @@
904
904
  <td>No equivalent</td>
905
905
  </tr>
906
906
 
907
+ <tr>
908
+ <td>-highlight-color <em>color</em></td>
909
+
910
+ <td>Image#compare_channel(ref_image, metric[, channels...])
911
+ { self.<a href=
912
+ "image1.html#compare_channel">highlight_color</a>
913
+ <em>color</em>}</td>
914
+ </tr>
915
+
907
916
  <tr>
908
917
  <td>-iconGeometry</td>
909
918
 
@@ -1089,6 +1098,15 @@
1089
1098
  "ilist.html#iterations_eq">iterations=</a><em>iterations</em></td>
1090
1099
  </tr>
1091
1100
 
1101
+ <tr>
1102
+ <td>-lowlight-color <em>color</em></td>
1103
+
1104
+ <td>Image#compare_channel(ref_image, metric[, channels...])
1105
+ { self.<a href=
1106
+ "image1.html#compare_channel">lowlight_color</a>
1107
+ <em>color</em>}</td>
1108
+ </tr>
1109
+
1092
1110
  <tr>
1093
1111
  <td>-magnify</td>
1094
1112
 
@@ -1526,8 +1544,10 @@
1526
1544
  <tr>
1527
1545
  <td>-scene <em>value</em></td>
1528
1546
 
1529
- <td>ImageList#<a href=
1530
- "ilist.html#scene">scene=</a><em>value</em></td>
1547
+ <td>ImageList#<a href="ilist.html#scene">scene=</a>
1548
+ <em>value</em><br />
1549
+ Image::Info#<a href="info.html#scene">scene=</a>
1550
+ <em>value</em></td>
1531
1551
  </tr>
1532
1552
 
1533
1553
  <tr>
@@ -1678,6 +1698,16 @@
1678
1698
  "image3.html#solarize">solarize</a>(<em>threshold</em>=50)</td>
1679
1699
  </tr>
1680
1700
 
1701
+ <tr>
1702
+ <td>-sparse-color <em>method, x, y, color</em>...</td>
1703
+
1704
+ <td>Image#<a href=
1705
+ "image3.html#sparse_color">sparse_color</a>(<em>method</em>,
1706
+ <em>x</em>, <em>y</em>, <em>color</em>[, <em>x</em>,
1707
+ <em>y</em>, <em>color</em>...][, <em><a href=
1708
+ "constants.html#ChannelType">channel</a></em>...])</td>
1709
+ </tr>
1710
+
1681
1711
  <tr>
1682
1712
  <td>-splice
1683
1713
  <em>width</em>x<em>height</em>+<em>x</em>+<em>y</em></td>
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.7.2: RVG Reference: RVG Class</title>
9
+ <title>RMagick 2.8.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.7.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.8.0 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=
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.7.2: RVG Reference: RVG::ClipPath Class</title>
9
+ <title>RMagick 2.8.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.7.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.8.0 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=
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.7.2: RVG Reference: RVG::Group Class</title>
9
+ <title>RMagick 2.8.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.7.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.8.0 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=
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.7.2: RVG Reference: RVG::Image Class</title>
9
+ <title>RMagick 2.8.0: 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.7.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.8.0 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=
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.7.2: RVG Reference: RVG::Pattern Class</title>
9
+ <title>RMagick 2.8.0: 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.7.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.8.0 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=
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.7.2: RVG Reference: Shapes</title>
9
+ <title>RMagick 2.8.0: 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.7.2 User's Guide and Reference</h6>
31
+ <h6 id="header">RMagick 2.8.0 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=
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.7.2: RVG Reference: Styles</title>
9
+ <title>RMagick 2.8.0: 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.7.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.8.0 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=
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.7.2: RVG Reference: RVG::Text Class</title>
9
+ <title>RMagick 2.8.0: 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.7.2 User's Guide and Reference</h6>
36
+ <h6 id="header">RMagick 2.8.0 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=
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.7.2: RVG Reference: RVG::Tspan Class</title>
9
+ <title>RMagick 2.8.0: 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.7.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.8.0 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=