rmagick 2.5.2 → 2.6.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.

Files changed (52) hide show
  1. data/ChangeLog +29 -0
  2. data/README.html +7 -7
  3. data/doc/comtasks.html +2 -2
  4. data/doc/constants.html +22 -5
  5. data/doc/draw.html +2 -2
  6. data/doc/ex/affinity.rb +12 -0
  7. data/doc/ex/affinity_images.rb +21 -0
  8. data/doc/ex/composite_tiled.rb +23 -0
  9. data/doc/ex/images/Apple.miff +0 -0
  10. data/doc/ex/images/Leaf.miff +0 -0
  11. data/doc/ex/images/Rocks_On_Beach.miff +0 -0
  12. data/doc/ex/images/Yellow_Rose.miff +0 -0
  13. data/doc/ex/level_colors.rb +11 -0
  14. data/doc/ilist.html +72 -30
  15. data/doc/image1.html +305 -34
  16. data/doc/image2.html +144 -18
  17. data/doc/image3.html +111 -8
  18. data/doc/imageattrs.html +10 -2
  19. data/doc/imusage.html +5 -5
  20. data/doc/index.html +3 -3
  21. data/doc/info.html +2 -2
  22. data/doc/magick.html +2 -2
  23. data/doc/optequiv.html +54 -9
  24. data/doc/rvg.html +2 -2
  25. data/doc/rvgclip.html +2 -2
  26. data/doc/rvggroup.html +2 -2
  27. data/doc/rvgimage.html +2 -2
  28. data/doc/rvgpattern.html +2 -2
  29. data/doc/rvgshape.html +2 -2
  30. data/doc/rvgstyle.html +2 -2
  31. data/doc/rvgtext.html +2 -2
  32. data/doc/rvgtspan.html +2 -2
  33. data/doc/rvgtut.html +2 -2
  34. data/doc/rvguse.html +2 -2
  35. data/doc/rvgxform.html +2 -2
  36. data/doc/struct.html +2 -2
  37. data/doc/usage.html +27 -8
  38. data/ext/RMagick/MANIFEST +9 -3
  39. data/ext/RMagick/extconf.rb +19 -3
  40. data/ext/RMagick/rmagick.h +23 -7
  41. data/ext/RMagick/rmdraw.c +74 -22
  42. data/ext/RMagick/rmfill.c +2 -2
  43. data/ext/RMagick/rmilist.c +79 -29
  44. data/ext/RMagick/rmimage.c +904 -393
  45. data/ext/RMagick/rminfo.c +9 -9
  46. data/ext/RMagick/rmmain.c +64 -9
  47. data/ext/RMagick/rmutil.c +158 -44
  48. data/lib/RMagick.rb +32 -1
  49. data/rmagick.gemspec +1 -1
  50. metadata +10 -4
  51. data/doc/ex/map.rb +0 -28
  52. data/doc/ex/map_f.rb +0 -15
@@ -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.5.2 User's Guide and Reference</title>
9
+ <title>RMagick 2.6.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.5.2</p>
108
+ Version 2.6.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.5.2 of RMagick. It is
296
+ <p>This document describes Version 2.6.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
@@ -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.5.2: class Image::Info - Optional method
9
+ <title>RMagick 2.6.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.5.2 User's Guide and Reference</h6>
47
+ <h6 id="header">RMagick 2.6.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=
@@ -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.5.2: module Magick</title>
9
+ <title>RMagick 2.6.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.5.2 User's Guide and Reference</h6>
27
+ <h6 id="header">RMagick 2.6.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=
@@ -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.5.2: Magick Command Options and Their Equivalent
9
+ <title>RMagick 2.6.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 @@ td {
70
70
  </head>
71
71
 
72
72
  <body>
73
- <h6 id="header">RMagick 2.5.2 User's Guide and Reference</h6>
73
+ <h6 id="header">RMagick 2.6.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=
@@ -108,7 +108,7 @@ td {
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.3.8. Earlier
111
+ <p>The options listed below are for ImageMagick 6.4.3. 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>
@@ -177,6 +177,16 @@ td {
177
177
  annotation)</td>
178
178
  </tr>
179
179
 
180
+ <tr>
181
+ <td>-affinity<br />
182
+ +affinity</td>
183
+
184
+ <td>Image#<a href=
185
+ "image1.html#affinity">affinity</a>(<em>affinity_image</em>,
186
+ <em>dither</em>=RiemersmaDitherMethod)<br />
187
+ ImageList#<a href="ilist.html#affinity">affinity</a>()</td>
188
+ </tr>
189
+
180
190
  <tr>
181
191
  <td>-alpha <em>type</em></td>
182
192
 
@@ -607,6 +617,14 @@ td {
607
617
  <td>No equivalent</td>
608
618
  </tr>
609
619
 
620
+ <tr>
621
+ <td>-deskew <em>threshold</em></td>
622
+
623
+ <td>Image#<a href=
624
+ "image1.html#deskew">deskew</a>(<em>threshold</em>=0.40,
625
+ <em>auto_crop_width</em>)</td>
626
+ </tr>
627
+
610
628
  <tr>
611
629
  <td>-despeckle</td>
612
630
 
@@ -995,10 +1013,31 @@ td {
995
1013
  <em>black-point</em>,<em>white-point</em>,<em>gamma</em></td>
996
1014
 
997
1015
  <td>Image#<a href=
998
- "image2.html#level">level</a>(<em>black_point</em>=0.0,
1016
+ "image2.html#level_channel">level_channel</a>(<em>channel</em>,
1017
+ <em>black_point</em>=0.0,
999
1018
  <em>white_point</em>=QuantumRange, <em>gamma</em>=1.0)</td>
1000
1019
  </tr>
1001
1020
 
1021
+ <tr>
1022
+ <td>+level
1023
+ <em>black_point</em>,<em>white_point</em>,<em>gamma</em></td>
1024
+
1025
+ <td>Image#<a href=
1026
+ "image2.html#levelize_channel">levelize_channel</a>(<em>black_point</em>,
1027
+ <em>white_point</em>, <em>gamma</em>=1.0[,
1028
+ <em>channels</em>...])</td>
1029
+ </tr>
1030
+
1031
+ <tr>
1032
+ <td>-level-colors
1033
+ <em>black_color</em>-<em>white_color</em></td>
1034
+
1035
+ <td>Image#<a href=
1036
+ "image2.html#level_colors">level_colors</a>(<em>black_color</em>,
1037
+ <em>white_color</em>, <em>gamma</em>=1.0[,
1038
+ <em>channels</em>...])</td>
1039
+ </tr>
1040
+
1002
1041
  <tr id="limit">
1003
1042
  <td>-limit <em>type</em> <em>value</em></td>
1004
1043
 
@@ -2033,11 +2072,17 @@ td {
2033
2072
  <em>src_percent</em>x<em>dst_percent</em></td>
2034
2073
 
2035
2074
  <td>Image#<a href=
2036
- "image1.html#dissolve">dissolve</a>(<span class=
2037
- "arg">overlay</span>, <span class="arg">src_percent</span>,
2038
- <span class="arg">dst_percent</span>, <span class=
2039
- "arg">x_offset</span>=0, <span class=
2040
- "arg">y_offset</span>=0)</td>
2075
+ "image1.html#dissolve">dissolve</a>(<em>overlay</em>,
2076
+ <em>src_percent</em>, <em>dst_percent</em>,
2077
+ <em>x_offset</em>=0,<em>y_offset</em>=0)</td>
2078
+ </tr>
2079
+
2080
+ <tr id="tile">
2081
+ <td>-tile</td>
2082
+
2083
+ <td>Image#<a href=
2084
+ "image1.html#composite_tiled">composite_tiled</a>(<em>src</em>,
2085
+ <em>composite_op</em>=OverCompositeOp)</td>
2041
2086
  </tr>
2042
2087
 
2043
2088
  <tr id="watermark">
@@ -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.5.2: RVG Reference: RVG Class</title>
9
+ <title>RMagick 2.6.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.5.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.6.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=
@@ -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.5.2: RVG Reference: RVG::ClipPath Class</title>
9
+ <title>RMagick 2.6.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.5.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.6.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=
@@ -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.5.2: RVG Reference: RVG::Group Class</title>
9
+ <title>RMagick 2.6.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.5.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.6.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=
@@ -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.5.2: RVG Reference: RVG::Image Class</title>
9
+ <title>RMagick 2.6.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.5.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.6.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=
@@ -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.5.2: RVG Reference: RVG::Pattern Class</title>
9
+ <title>RMagick 2.6.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.5.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.6.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=
@@ -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.5.2: RVG Reference: Shapes</title>
9
+ <title>RMagick 2.6.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.5.2 User's Guide and Reference</h6>
31
+ <h6 id="header">RMagick 2.6.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=
@@ -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.5.2: RVG Reference: Styles</title>
9
+ <title>RMagick 2.6.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.5.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.6.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=
@@ -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.5.2: RVG Reference: RVG::Text Class</title>
9
+ <title>RMagick 2.6.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.5.2 User's Guide and Reference</h6>
36
+ <h6 id="header">RMagick 2.6.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=
@@ -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.5.2: RVG Reference: RVG::Tspan Class</title>
9
+ <title>RMagick 2.6.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.5.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.6.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=
@@ -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.5.2: RVG Tutorial</title>
12
+ <title>RMagick 2.6.0: 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.5.2 User's Guide and Reference</h6>
26
+ <h6 id="header">RMagick 2.6.0 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.5.2: RVG Reference: RVG::Use Class</title>
9
+ <title>RMagick 2.6.0: 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.5.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.6.0 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.5.2: RVG Reference: Transforms</title>
9
+ <title>RMagick 2.6.0: 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.5.2 User's Guide and Reference</h6>
31
+ <h6 id="header">RMagick 2.6.0 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 1 September 2005), see www.w3.org" />
8
8
 
9
- <title>RMagick 2.5.2: Miscellaneous classes</title>
9
+ <title>RMagick 2.6.0: 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.5.2 User's Guide and Reference</h6>
30
+ <h6 id="header">RMagick 2.6.0 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 1 September 2005), see www.w3.org" />
8
8
 
9
- <title>RMagick 2.5.2: How to use RMagick</title>
9
+ <title>RMagick 2.6.0: 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.5.2 User's Guide and Reference</h6>
93
+ <h6 id="header">RMagick 2.6.0 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=
@@ -613,6 +613,17 @@ exit
613
613
  <h4>Reduce the number of colors</h4>
614
614
 
615
615
  <dl>
616
+ <dt><a href="image1.html#affinity">affinity</a></dt>
617
+
618
+ <dd>Change the colors in the image to the colors in a
619
+ reference image.</dd>
620
+
621
+ <dt class="ilist"><a href=
622
+ "ilist.html#affinity">affinity</a></dt>
623
+
624
+ <dd class="ilist">Change the images in the imagelist to use a
625
+ common color map.</dd>
626
+
616
627
  <dt><a href=
617
628
  "image1.html#compress_colormap_bang">compress_colormap!</a></dt>
618
629
 
@@ -808,6 +819,10 @@ exit
808
819
  <dd>Rotate or flip the image using the EXIF orientation
809
820
  tag</dd>
810
821
 
822
+ <dt><a href="image1.html#deskew">deskew</a></dt>
823
+
824
+ <dd>Straighten the image</dd>
825
+
811
826
  <dt><a href="image2.html#flip">flip</a></dt>
812
827
 
813
828
  <dd>Create a vertical mirror image</dd>
@@ -868,6 +883,12 @@ exit
868
883
 
869
884
  <dd class="ilist">Composite two imagelists</dd>
870
885
 
886
+ <dt><a href=
887
+ "image1.html#composite_tiled">composite_tiled</a></dt>
888
+
889
+ <dd>Composite multiple copies of an image over another
890
+ image</dd>
891
+
871
892
  <dt><a href=
872
893
  "image1.html#delete_compose_mask">delete_compose_mask</a></dt>
873
894
 
@@ -1007,12 +1028,10 @@ exit
1007
1028
 
1008
1029
  <dd>Gamma correct the image</dd>
1009
1030
 
1010
- <dt><a href="image2.html#level">level</a></dt>
1011
-
1012
- <dd>Adjust the levels of the image</dd>
1013
-
1014
- <dt><a href=
1015
- "image2.html#level_channel">level_channel</a></dt>
1031
+ <dt><a href="image2.html#level">level,</a> <a href=
1032
+ "image2.html#level_channel">level_channel</a>, <a href=
1033
+ "image2.html#level_colors">level_colors</a>, <a href=
1034
+ "image2.html#levelize_channel">levelize_channel</a></dt>
1016
1035
 
1017
1036
  <dd>Adjust the levels of one or more channels in the
1018
1037
  image</dd>