rmagick 2.12.2 → 2.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rmagick might be problematic. Click here for more details.
- data/ChangeLog +12 -0
 - data/Doxyfile +1514 -0
 - data/README.html +2 -171
 - 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 +12 -8
 - data/doc/usage.html +2 -2
 - data/ext/RMagick/MANIFEST +311 -309
 - data/ext/RMagick/extconf.rb +27 -3
 - data/ext/RMagick/rmagick.c +151 -69
 - data/ext/RMagick/rmagick.h +218 -158
 - data/ext/RMagick/rmdraw.c +616 -261
 - data/ext/RMagick/rmenum.c +373 -179
 - data/ext/RMagick/rmfill.c +166 -71
 - data/ext/RMagick/rmilist.c +323 -146
 - data/ext/RMagick/rmimage.c +4994 -1756
 - data/ext/RMagick/rminfo.c +1004 -366
 - data/ext/RMagick/rmmain.c +62 -27
 - data/ext/RMagick/rmmontage.c +222 -97
 - data/ext/RMagick/rmpixel.c +454 -155
 - data/ext/RMagick/rmstruct.c +305 -153
 - data/ext/RMagick/rmutil.c +531 -263
 - data/lib/rvg/misc.rb +1 -1
 - data/rmagick.gemspec +3 -3
 - metadata +313 -310
 
    
        data/doc/rvggroup.html
    CHANGED
    
    | 
         @@ -6,7 +6,7 @@ 
     | 
|
| 
       6 
6 
     | 
    
         
             
              <meta name="generator" content=
         
     | 
| 
       7 
7 
     | 
    
         
             
              "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
         
     | 
| 
       8 
8 
     | 
    
         | 
| 
       9 
     | 
    
         
            -
              <title>RMagick 2. 
     | 
| 
      
 9 
     | 
    
         
            +
              <title>RMagick 2.13.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. 
     | 
| 
      
 30 
     | 
    
         
            +
              <h6 id="header">RMagick 2.13.1 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. 
     | 
| 
      
 9 
     | 
    
         
            +
              <title>RMagick 2.13.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. 
     | 
| 
      
 30 
     | 
    
         
            +
              <h6 id="header">RMagick 2.13.1 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. 
     | 
| 
      
 9 
     | 
    
         
            +
              <title>RMagick 2.13.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. 
     | 
| 
      
 30 
     | 
    
         
            +
              <h6 id="header">RMagick 2.13.1 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. 
     | 
| 
      
 9 
     | 
    
         
            +
              <title>RMagick 2.13.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. 
     | 
| 
      
 31 
     | 
    
         
            +
              <h6 id="header">RMagick 2.13.1 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. 
     | 
| 
      
 9 
     | 
    
         
            +
              <title>RMagick 2.13.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. 
     | 
| 
      
 30 
     | 
    
         
            +
              <h6 id="header">RMagick 2.13.1 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. 
     | 
| 
      
 9 
     | 
    
         
            +
              <title>RMagick 2.13.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. 
     | 
| 
      
 36 
     | 
    
         
            +
              <h6 id="header">RMagick 2.13.1 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. 
     | 
| 
      
 9 
     | 
    
         
            +
              <title>RMagick 2.13.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. 
     | 
| 
      
 30 
     | 
    
         
            +
              <h6 id="header">RMagick 2.13.1 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. 
     | 
| 
      
 12 
     | 
    
         
            +
              <title>RMagick 2.13.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. 
     | 
| 
      
 26 
     | 
    
         
            +
              <h6 id="header">RMagick 2.13.1 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. 
     | 
| 
      
 9 
     | 
    
         
            +
              <title>RMagick 2.13.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. 
     | 
| 
      
 30 
     | 
    
         
            +
              <h6 id="header">RMagick 2.13.1 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. 
     | 
| 
      
 9 
     | 
    
         
            +
              <title>RMagick 2.13.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. 
     | 
| 
      
 31 
     | 
    
         
            +
              <h6 id="header">RMagick 2.13.1 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 6 November 2007), see www.w3.org" />
         
     | 
| 
       8 
8 
     | 
    
         | 
| 
       9 
     | 
    
         
            -
              <title>RMagick 2. 
     | 
| 
      
 9 
     | 
    
         
            +
              <title>RMagick 2.13.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. 
     | 
| 
      
 30 
     | 
    
         
            +
              <h6 id="header">RMagick 2.13.1 User's Guide and Reference</h6>
         
     | 
| 
       31 
31 
     | 
    
         | 
| 
       32 
32 
     | 
    
         
             
              <div class="nav">
         
     | 
| 
       33 
33 
     | 
    
         
             
                « <a href="draw.html">Prev</a> | <a href=
         
     | 
| 
         @@ -692,21 +692,25 @@ g = Magick::Geometry.new(100,200,nil,nil,Magick::AspectGeometry) 
     | 
|
| 
       692 
692 
     | 
    
         
             
                  <dl>
         
     | 
| 
       693 
693 
     | 
    
         
             
                    <dt>hue</dt>
         
     | 
| 
       694 
694 
     | 
    
         | 
| 
       695 
     | 
    
         
            -
                    <dd> 
     | 
| 
      
 695 
     | 
    
         
            +
                    <dd>Either a String percentage (e.g., "25%") or a value in
         
     | 
| 
      
 696 
     | 
    
         
            +
                    the range [0.0, 360.0).</dd>
         
     | 
| 
       696 
697 
     | 
    
         | 
| 
       697 
698 
     | 
    
         
             
                    <dt>saturation</dt>
         
     | 
| 
       698 
699 
     | 
    
         | 
| 
       699 
     | 
    
         
            -
                    <dd> 
     | 
| 
      
 700 
     | 
    
         
            +
                    <dd>Either a String percentage (e.g., "25%") or a value in
         
     | 
| 
      
 701 
     | 
    
         
            +
                    the range [0.0, 255.0].</dd>
         
     | 
| 
       700 
702 
     | 
    
         | 
| 
       701 
703 
     | 
    
         
             
                    <dt>lightness</dt>
         
     | 
| 
       702 
704 
     | 
    
         | 
| 
       703 
     | 
    
         
            -
                    <dd> 
     | 
| 
      
 705 
     | 
    
         
            +
                    <dd>Either a String percentage (e.g., "25%") or a value in
         
     | 
| 
      
 706 
     | 
    
         
            +
                    the range [0.0, 255.0].</dd>
         
     | 
| 
       704 
707 
     | 
    
         | 
| 
       705 
708 
     | 
    
         
             
                    <dt>alpha</dt>
         
     | 
| 
       706 
709 
     | 
    
         | 
| 
       707 
     | 
    
         
            -
                    <dd> 
     | 
| 
       708 
     | 
    
         
            -
                     
     | 
| 
       709 
     | 
    
         
            -
                    omitted. The default 
     | 
| 
      
 710 
     | 
    
         
            +
                    <dd>Either a String percentage (e.g., "25%") or a value in
         
     | 
| 
      
 711 
     | 
    
         
            +
                    the range [0.0, 1.0], where 1.0 is fully opaque and 0.0 is
         
     | 
| 
      
 712 
     | 
    
         
            +
                    fully transparent. This argument may be omitted. The default
         
     | 
| 
      
 713 
     | 
    
         
            +
                    is 1.0.</dd>
         
     | 
| 
       710 
714 
     | 
    
         
             
                  </dl>
         
     | 
| 
       711 
715 
     | 
    
         | 
| 
       712 
716 
     | 
    
         
             
                  <h5>See also</h5>
         
     | 
    
        data/doc/usage.html
    CHANGED
    
    | 
         @@ -6,7 +6,7 @@ 
     | 
|
| 
       6 
6 
     | 
    
         
             
              <meta name="generator" content=
         
     | 
| 
       7 
7 
     | 
    
         
             
              "HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org" />
         
     | 
| 
       8 
8 
     | 
    
         | 
| 
       9 
     | 
    
         
            -
              <title>RMagick 2. 
     | 
| 
      
 9 
     | 
    
         
            +
              <title>RMagick 2.13.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. 
     | 
| 
      
 93 
     | 
    
         
            +
              <h6 id="header">RMagick 2.13.1 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
    
    | 
         @@ -1,356 +1,358 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            MANIFEST for RMagick-2. 
     | 
| 
      
 1 
     | 
    
         
            +
            MANIFEST for RMagick-2.13.1 - 13:07:54 04/05/10
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
            doc/ 
     | 
| 
       5 
     | 
    
         
            -
            doc/ 
     | 
| 
       6 
     | 
    
         
            -
            doc/ 
     | 
| 
       7 
     | 
    
         
            -
            doc/ 
     | 
| 
       8 
     | 
    
         
            -
            doc/ 
     | 
| 
       9 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       10 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       11 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       12 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       13 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
      
 3 
     | 
    
         
            +
            build_tarball.rake
         
     | 
| 
      
 4 
     | 
    
         
            +
            doc/ex/baseline_shift01.rb
         
     | 
| 
      
 5 
     | 
    
         
            +
            doc/ex/bounding_box.rb
         
     | 
| 
      
 6 
     | 
    
         
            +
            doc/ex/wave.rb
         
     | 
| 
      
 7 
     | 
    
         
            +
            doc/ex/stroke_fill.rb
         
     | 
| 
      
 8 
     | 
    
         
            +
            doc/ex/composite_tiled.rb
         
     | 
| 
      
 9 
     | 
    
         
            +
            doc/ex/NewCoordSys.rb
         
     | 
| 
      
 10 
     | 
    
         
            +
            doc/ex/text01.rb
         
     | 
| 
      
 11 
     | 
    
         
            +
            doc/ex/line.rb
         
     | 
| 
      
 12 
     | 
    
         
            +
            doc/ex/line01.rb
         
     | 
| 
      
 13 
     | 
    
         
            +
            doc/ex/arcpath.rb
         
     | 
| 
      
 14 
     | 
    
         
            +
            doc/ex/smile.rb
         
     | 
| 
      
 15 
     | 
    
         
            +
            doc/ex/matte_replace.rb
         
     | 
| 
      
 16 
     | 
    
         
            +
            doc/ex/InitialCoords.rb
         
     | 
| 
      
 17 
     | 
    
         
            +
            doc/ex/chop.rb
         
     | 
| 
      
 18 
     | 
    
         
            +
            doc/ex/equalize.rb
         
     | 
| 
      
 19 
     | 
    
         
            +
            doc/ex/cbezier2.rb
         
     | 
| 
      
 20 
     | 
    
         
            +
            doc/ex/mask.rb
         
     | 
| 
      
 21 
     | 
    
         
            +
            doc/ex/oil_paint.rb
         
     | 
| 
      
 22 
     | 
    
         
            +
            doc/ex/Use01.rb
         
     | 
| 
      
 23 
     | 
    
         
            +
            doc/ex/solarize.rb
         
     | 
| 
      
 24 
     | 
    
         
            +
            doc/ex/to_blob.rb
         
     | 
| 
      
 25 
     | 
    
         
            +
            doc/ex/writing_mode02.rb
         
     | 
| 
      
 26 
     | 
    
         
            +
            doc/ex/mosaic.rb
         
     | 
| 
      
 27 
     | 
    
         
            +
            doc/ex/remap.rb
         
     | 
| 
      
 28 
     | 
    
         
            +
            doc/ex/fonts.rb
         
     | 
| 
      
 29 
     | 
    
         
            +
            doc/ex/edge.rb
         
     | 
| 
      
 30 
     | 
    
         
            +
            doc/ex/matte_floodfill.rb
         
     | 
| 
      
 31 
     | 
    
         
            +
            doc/ex/charcoal.rb
         
     | 
| 
      
 32 
     | 
    
         
            +
            doc/ex/get_pixels.rb
         
     | 
| 
      
 33 
     | 
    
         
            +
            doc/ex/text_align.rb
         
     | 
| 
       14 
34 
     | 
    
         
             
            doc/ex/Skew.rb
         
     | 
| 
      
 35 
     | 
    
         
            +
            doc/ex/flop.rb
         
     | 
| 
      
 36 
     | 
    
         
            +
            doc/ex/emboss.rb
         
     | 
| 
      
 37 
     | 
    
         
            +
            doc/ex/radial_blur.rb
         
     | 
| 
      
 38 
     | 
    
         
            +
            doc/ex/rect02.rb
         
     | 
| 
      
 39 
     | 
    
         
            +
            doc/ex/cbezier1.rb
         
     | 
| 
      
 40 
     | 
    
         
            +
            doc/ex/roundrect.rb
         
     | 
| 
      
 41 
     | 
    
         
            +
            doc/ex/transverse.rb
         
     | 
| 
      
 42 
     | 
    
         
            +
            doc/ex/transparent.rb
         
     | 
| 
      
 43 
     | 
    
         
            +
            doc/ex/matte_fill_to_border.rb
         
     | 
| 
      
 44 
     | 
    
         
            +
            doc/ex/qbezierpath.rb
         
     | 
| 
      
 45 
     | 
    
         
            +
            doc/ex/level_colors.rb
         
     | 
| 
      
 46 
     | 
    
         
            +
            doc/ex/text_styles.rb
         
     | 
| 
      
 47 
     | 
    
         
            +
            doc/ex/grav.rb
         
     | 
| 
      
 48 
     | 
    
         
            +
            doc/ex/raise.rb
         
     | 
| 
      
 49 
     | 
    
         
            +
            doc/ex/skewx.rb
         
     | 
| 
      
 50 
     | 
    
         
            +
            doc/ex/random_threshold_channel.rb
         
     | 
| 
      
 51 
     | 
    
         
            +
            doc/ex/crop_with_gravity.rb
         
     | 
| 
      
 52 
     | 
    
         
            +
            doc/ex/Use02.rb
         
     | 
| 
      
 53 
     | 
    
         
            +
            doc/ex/colorize.rb
         
     | 
| 
      
 54 
     | 
    
         
            +
            doc/ex/affine_transform.rb
         
     | 
| 
      
 55 
     | 
    
         
            +
            doc/ex/posterize.rb
         
     | 
| 
      
 56 
     | 
    
         
            +
            doc/ex/sepiatone.rb
         
     | 
| 
      
 57 
     | 
    
         
            +
            doc/ex/threshold.rb
         
     | 
| 
      
 58 
     | 
    
         
            +
            doc/ex/stroke_linejoin.rb
         
     | 
| 
       15 
59 
     | 
    
         
             
            doc/ex/ViewBox.rb
         
     | 
| 
       16 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
      
 60 
     | 
    
         
            +
            doc/ex/text.rb
         
     | 
| 
      
 61 
     | 
    
         
            +
            doc/ex/stroke_linecap.rb
         
     | 
| 
      
 62 
     | 
    
         
            +
            doc/ex/font_styles.rb
         
     | 
| 
      
 63 
     | 
    
         
            +
            doc/ex/translate.rb
         
     | 
| 
      
 64 
     | 
    
         
            +
            doc/ex/viewex.rb
         
     | 
| 
      
 65 
     | 
    
         
            +
            doc/ex/reduce_noise.rb
         
     | 
| 
      
 66 
     | 
    
         
            +
            doc/ex/stegano.rb
         
     | 
| 
      
 67 
     | 
    
         
            +
            doc/ex/text_undercolor.rb
         
     | 
| 
      
 68 
     | 
    
         
            +
            doc/ex/ellipse01.rb
         
     | 
| 
      
 69 
     | 
    
         
            +
            doc/ex/spread.rb
         
     | 
| 
      
 70 
     | 
    
         
            +
            doc/ex/nested_rvg.rb
         
     | 
| 
      
 71 
     | 
    
         
            +
            doc/ex/median_filter.rb
         
     | 
| 
      
 72 
     | 
    
         
            +
            doc/ex/remap_images.rb
         
     | 
| 
      
 73 
     | 
    
         
            +
            doc/ex/color_histogram.rb
         
     | 
| 
      
 74 
     | 
    
         
            +
            doc/ex/wet_floor.rb
         
     | 
| 
      
 75 
     | 
    
         
            +
            doc/ex/get_type_metrics.rb
         
     | 
| 
      
 76 
     | 
    
         
            +
            doc/ex/drop_shadow.rb
         
     | 
| 
      
 77 
     | 
    
         
            +
            doc/ex/shadow.rb
         
     | 
| 
      
 78 
     | 
    
         
            +
            doc/ex/crop.rb
         
     | 
| 
      
 79 
     | 
    
         
            +
            doc/ex/affine.rb
         
     | 
| 
      
 80 
     | 
    
         
            +
            doc/ex/polaroid.rb
         
     | 
| 
      
 81 
     | 
    
         
            +
            doc/ex/get_multiline_type_metrics.rb
         
     | 
| 
      
 82 
     | 
    
         
            +
            doc/ex/blur_image.rb
         
     | 
| 
      
 83 
     | 
    
         
            +
            doc/ex/shave.rb
         
     | 
| 
      
 84 
     | 
    
         
            +
            doc/ex/resize_to_fill.rb
         
     | 
| 
      
 85 
     | 
    
         
            +
            doc/ex/texture_fill_to_border.rb
         
     | 
| 
      
 86 
     | 
    
         
            +
            doc/ex/mono.rb
         
     | 
| 
      
 87 
     | 
    
         
            +
            doc/ex/polygon.rb
         
     | 
| 
      
 88 
     | 
    
         
            +
            doc/ex/flatten_images.rb
         
     | 
| 
      
 89 
     | 
    
         
            +
            doc/ex/text_antialias.rb
         
     | 
| 
      
 90 
     | 
    
         
            +
            doc/ex/tspan02.rb
         
     | 
| 
       17 
91 
     | 
    
         
             
            doc/ex/compose_mask.rb
         
     | 
| 
       18 
     | 
    
         
            -
            doc/ex/add_noise.rb
         
     | 
| 
       19 
     | 
    
         
            -
            doc/ex/posterize.rb
         
     | 
| 
       20 
     | 
    
         
            -
            doc/ex/crop_with_gravity.rb
         
     | 
| 
       21 
     | 
    
         
            -
            doc/ex/rvg_linecap.rb
         
     | 
| 
       22 
92 
     | 
    
         
             
            doc/ex/rvg_pattern.rb
         
     | 
| 
       23 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       24 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
      
 93 
     | 
    
         
            +
            doc/ex/quantize-m.rb
         
     | 
| 
      
 94 
     | 
    
         
            +
            doc/ex/path.rb
         
     | 
| 
      
 95 
     | 
    
         
            +
            doc/ex/tspan03.rb
         
     | 
| 
      
 96 
     | 
    
         
            +
            doc/ex/normalize.rb
         
     | 
| 
      
 97 
     | 
    
         
            +
            doc/ex/bilevel_channel.rb
         
     | 
| 
      
 98 
     | 
    
         
            +
            doc/ex/add_noise.rb
         
     | 
| 
      
 99 
     | 
    
         
            +
            doc/ex/roll.rb
         
     | 
| 
      
 100 
     | 
    
         
            +
            doc/ex/negate_channel.rb
         
     | 
| 
      
 101 
     | 
    
         
            +
            doc/ex/implode.rb
         
     | 
| 
      
 102 
     | 
    
         
            +
            doc/ex/border.rb
         
     | 
| 
      
 103 
     | 
    
         
            +
            doc/ex/evenodd.rb
         
     | 
| 
      
 104 
     | 
    
         
            +
            doc/ex/skewy.rb
         
     | 
| 
      
 105 
     | 
    
         
            +
            doc/ex/ordered_dither.rb
         
     | 
| 
      
 106 
     | 
    
         
            +
            doc/ex/circle.rb
         
     | 
| 
      
 107 
     | 
    
         
            +
            doc/ex/arcs01.rb
         
     | 
| 
      
 108 
     | 
    
         
            +
            doc/ex/RotateScale.rb
         
     | 
| 
      
 109 
     | 
    
         
            +
            doc/ex/ellipse.rb
         
     | 
| 
      
 110 
     | 
    
         
            +
            doc/ex/rubyname.rb
         
     | 
| 
      
 111 
     | 
    
         
            +
            doc/ex/cbezier4.rb
         
     | 
| 
      
 112 
     | 
    
         
            +
            doc/ex/clip_path.rb
         
     | 
| 
      
 113 
     | 
    
         
            +
            doc/ex/gaussian_blur.rb
         
     | 
| 
      
 114 
     | 
    
         
            +
            doc/ex/color_floodfill.rb
         
     | 
| 
      
 115 
     | 
    
         
            +
            doc/ex/channel.rb
         
     | 
| 
      
 116 
     | 
    
         
            +
            doc/ex/opacity.rb
         
     | 
| 
      
 117 
     | 
    
         
            +
            doc/ex/color_reset.rb
         
     | 
| 
      
 118 
     | 
    
         
            +
            doc/ex/level.rb
         
     | 
| 
      
 119 
     | 
    
         
            +
            doc/ex/motion_blur.rb
         
     | 
| 
      
 120 
     | 
    
         
            +
            doc/ex/fill_pattern.rb
         
     | 
| 
      
 121 
     | 
    
         
            +
            doc/ex/hatchfill.rb
         
     | 
| 
      
 122 
     | 
    
         
            +
            doc/ex/cubic01.rb
         
     | 
| 
      
 123 
     | 
    
         
            +
            doc/ex/Use03.rb
         
     | 
| 
       25 
124 
     | 
    
         
             
            doc/ex/rvg_stroke_dasharray.rb
         
     | 
| 
       26 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
      
 125 
     | 
    
         
            +
            doc/ex/rotate_f.rb
         
     | 
| 
      
 126 
     | 
    
         
            +
            doc/ex/segment.rb
         
     | 
| 
      
 127 
     | 
    
         
            +
            doc/ex/morph.rb
         
     | 
| 
      
 128 
     | 
    
         
            +
            doc/ex/triangle01.rb
         
     | 
| 
      
 129 
     | 
    
         
            +
            doc/ex/group.rb
         
     | 
| 
      
 130 
     | 
    
         
            +
            doc/ex/polyline01.rb
         
     | 
| 
      
 131 
     | 
    
         
            +
            doc/ex/sketch.rb
         
     | 
| 
      
 132 
     | 
    
         
            +
            doc/ex/arcs02.rb
         
     | 
| 
      
 133 
     | 
    
         
            +
            doc/ex/quad01.rb
         
     | 
| 
      
 134 
     | 
    
         
            +
            doc/ex/flip.rb
         
     | 
| 
      
 135 
     | 
    
         
            +
            doc/ex/PreserveAspectRatio.rb
         
     | 
| 
      
 136 
     | 
    
         
            +
            doc/ex/average.rb
         
     | 
| 
      
 137 
     | 
    
         
            +
            doc/ex/shear.rb
         
     | 
| 
      
 138 
     | 
    
         
            +
            doc/ex/color_fill_to_border.rb
         
     | 
| 
      
 139 
     | 
    
         
            +
            doc/ex/coalesce.rb
         
     | 
| 
      
 140 
     | 
    
         
            +
            doc/ex/rvg_clippath.rb
         
     | 
| 
      
 141 
     | 
    
         
            +
            doc/ex/polygon01.rb
         
     | 
| 
      
 142 
     | 
    
         
            +
            doc/ex/rvg_linejoin.rb
         
     | 
| 
      
 143 
     | 
    
         
            +
            doc/ex/writing_mode01.rb
         
     | 
| 
      
 144 
     | 
    
         
            +
            doc/ex/rectangle.rb
         
     | 
| 
      
 145 
     | 
    
         
            +
            doc/ex/swirl.rb
         
     | 
| 
      
 146 
     | 
    
         
            +
            doc/ex/composite.rb
         
     | 
| 
      
 147 
     | 
    
         
            +
            doc/ex/dissolve.rb
         
     | 
| 
      
 148 
     | 
    
         
            +
            doc/ex/cbezier3.rb
         
     | 
| 
      
 149 
     | 
    
         
            +
            doc/ex/splice.rb
         
     | 
| 
      
 150 
     | 
    
         
            +
            doc/ex/negate.rb
         
     | 
| 
      
 151 
     | 
    
         
            +
            doc/ex/preview.rb
         
     | 
| 
      
 152 
     | 
    
         
            +
            doc/ex/sparse_color.rb
         
     | 
| 
      
 153 
     | 
    
         
            +
            doc/ex/composite_layers.rb
         
     | 
| 
       27 
154 
     | 
    
         
             
            doc/ex/arc.rb
         
     | 
| 
       28 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       29 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       30 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       31 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       32 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       33 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       34 
     | 
    
         
            -
            doc/ex/images/duck9.gif
         
     | 
| 
       35 
     | 
    
         
            -
            doc/ex/images/duck14.gif
         
     | 
| 
       36 
     | 
    
         
            -
            doc/ex/images/Button_M.gif
         
     | 
| 
       37 
     | 
    
         
            -
            doc/ex/images/big-duck.gif
         
     | 
| 
      
 155 
     | 
    
         
            +
            doc/ex/vignette.rb
         
     | 
| 
      
 156 
     | 
    
         
            +
            doc/ex/gravity.rb
         
     | 
| 
      
 157 
     | 
    
         
            +
            doc/ex/colors.rb
         
     | 
| 
      
 158 
     | 
    
         
            +
            doc/ex/cbezier6.rb
         
     | 
| 
      
 159 
     | 
    
         
            +
            doc/ex/texturefill.rb
         
     | 
| 
      
 160 
     | 
    
         
            +
            doc/ex/pattern2.rb
         
     | 
| 
       38 
161 
     | 
    
         
             
            doc/ex/images/duck4.gif
         
     | 
| 
      
 162 
     | 
    
         
            +
            doc/ex/images/big-duck.gif
         
     | 
| 
      
 163 
     | 
    
         
            +
            doc/ex/images/model.miff
         
     | 
| 
       39 
164 
     | 
    
         
             
            doc/ex/images/Hot_Air_Balloons.jpg
         
     | 
| 
       40 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
       41 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
       42 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
      
 165 
     | 
    
         
            +
            doc/ex/images/Button_L.gif
         
     | 
| 
      
 166 
     | 
    
         
            +
            doc/ex/images/Button_R.gif
         
     | 
| 
      
 167 
     | 
    
         
            +
            doc/ex/images/Button_P.gif
         
     | 
| 
      
 168 
     | 
    
         
            +
            doc/ex/images/Leaf.miff
         
     | 
| 
       43 
169 
     | 
    
         
             
            doc/ex/images/duck1.gif
         
     | 
| 
      
 170 
     | 
    
         
            +
            doc/ex/images/Ballerina.jpg
         
     | 
| 
       44 
171 
     | 
    
         
             
            doc/ex/images/Button_4.gif
         
     | 
| 
       45 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
      
 172 
     | 
    
         
            +
            doc/ex/images/Cheetah.jpg
         
     | 
| 
       46 
173 
     | 
    
         
             
            doc/ex/images/duck5.gif
         
     | 
| 
       47 
     | 
    
         
            -
            doc/ex/images/Button_V.gif
         
     | 
| 
       48 
     | 
    
         
            -
            doc/ex/images/Button_7.gif
         
     | 
| 
       49 
     | 
    
         
            -
            doc/ex/images/duck3.gif
         
     | 
| 
       50 
     | 
    
         
            -
            doc/ex/images/Button_W.gif
         
     | 
| 
       51 
     | 
    
         
            -
            doc/ex/images/Button_K.gif
         
     | 
| 
       52 
     | 
    
         
            -
            doc/ex/images/smile.miff
         
     | 
| 
       53 
     | 
    
         
            -
            doc/ex/images/Coffee.wmf
         
     | 
| 
       54 
     | 
    
         
            -
            doc/ex/images/duck13.gif
         
     | 
| 
       55 
     | 
    
         
            -
            doc/ex/images/Button_9.gif
         
     | 
| 
       56 
     | 
    
         
            -
            doc/ex/images/duck2.gif
         
     | 
| 
       57 
     | 
    
         
            -
            doc/ex/images/duck11.gif
         
     | 
| 
       58 
     | 
    
         
            -
            doc/ex/images/Red_Rocks.jpg
         
     | 
| 
       59 
     | 
    
         
            -
            doc/ex/images/duck7.gif
         
     | 
| 
       60 
     | 
    
         
            -
            doc/ex/images/Button_O.gif
         
     | 
| 
       61 
     | 
    
         
            -
            doc/ex/images/Ballerina3.jpg
         
     | 
| 
       62 
     | 
    
         
            -
            doc/ex/images/Rocks_On_Beach.miff
         
     | 
| 
       63 
     | 
    
         
            -
            doc/ex/images/Button_U.gif
         
     | 
| 
       64 
     | 
    
         
            -
            doc/ex/images/Violin.jpg
         
     | 
| 
       65 
     | 
    
         
            -
            doc/ex/images/Button_L.gif
         
     | 
| 
       66 
174 
     | 
    
         
             
            doc/ex/images/No.wmf
         
     | 
| 
       67 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
       68 
     | 
    
         
            -
            doc/ex/images/Button_2.gif
         
     | 
| 
       69 
     | 
    
         
            -
            doc/ex/images/Button_Z.gif
         
     | 
| 
       70 
     | 
    
         
            -
            doc/ex/images/notimplemented.gif
         
     | 
| 
       71 
     | 
    
         
            -
            doc/ex/images/duck12.gif
         
     | 
| 
       72 
     | 
    
         
            -
            doc/ex/images/Button_H.gif
         
     | 
| 
       73 
     | 
    
         
            -
            doc/ex/images/Button_A.gif
         
     | 
| 
       74 
     | 
    
         
            -
            doc/ex/images/duck.gif
         
     | 
| 
      
 175 
     | 
    
         
            +
            doc/ex/images/Button_F.gif
         
     | 
| 
       75 
176 
     | 
    
         
             
            doc/ex/images/Button_S.gif
         
     | 
| 
       76 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
       77 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
       78 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
      
 177 
     | 
    
         
            +
            doc/ex/images/Polynesia.jpg
         
     | 
| 
      
 178 
     | 
    
         
            +
            doc/ex/images/duck.gif
         
     | 
| 
      
 179 
     | 
    
         
            +
            doc/ex/images/duck6.gif
         
     | 
| 
      
 180 
     | 
    
         
            +
            doc/ex/images/duck12.gif
         
     | 
| 
       79 
181 
     | 
    
         
             
            doc/ex/images/graydient230x6.gif
         
     | 
| 
      
 182 
     | 
    
         
            +
            doc/ex/images/Button_V.gif
         
     | 
| 
      
 183 
     | 
    
         
            +
            doc/ex/images/Gold_Statue.jpg
         
     | 
| 
      
 184 
     | 
    
         
            +
            doc/ex/images/logo400x83.gif
         
     | 
| 
      
 185 
     | 
    
         
            +
            doc/ex/images/Button_K.gif
         
     | 
| 
      
 186 
     | 
    
         
            +
            doc/ex/images/Button_X.gif
         
     | 
| 
       80 
187 
     | 
    
         
             
            doc/ex/images/duck0.gif
         
     | 
| 
       81 
     | 
    
         
            -
            doc/ex/images/Button_P.gif
         
     | 
| 
       82 
     | 
    
         
            -
            doc/ex/images/Button_R.gif
         
     | 
| 
       83 
     | 
    
         
            -
            doc/ex/images/Button_N.gif
         
     | 
| 
       84 
     | 
    
         
            -
            doc/ex/images/spin.gif
         
     | 
| 
       85 
     | 
    
         
            -
            doc/ex/images/Ballerina.jpg
         
     | 
| 
       86 
     | 
    
         
            -
            doc/ex/images/Button_B.gif
         
     | 
| 
       87 
     | 
    
         
            -
            doc/ex/images/Button_G.gif
         
     | 
| 
       88 
188 
     | 
    
         
             
            doc/ex/images/Button_1.gif
         
     | 
| 
       89 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
      
 189 
     | 
    
         
            +
            doc/ex/images/duck2.gif
         
     | 
| 
      
 190 
     | 
    
         
            +
            doc/ex/images/Button_8.gif
         
     | 
| 
       90 
191 
     | 
    
         
             
            doc/ex/images/Flower_Hat.jpg
         
     | 
| 
       91 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
      
 192 
     | 
    
         
            +
            doc/ex/images/Button_O.gif
         
     | 
| 
      
 193 
     | 
    
         
            +
            doc/ex/images/Button_Q.gif
         
     | 
| 
      
 194 
     | 
    
         
            +
            doc/ex/images/Button_E.gif
         
     | 
| 
      
 195 
     | 
    
         
            +
            doc/ex/images/Button_T.gif
         
     | 
| 
      
 196 
     | 
    
         
            +
            doc/ex/images/duck7.gif
         
     | 
| 
      
 197 
     | 
    
         
            +
            doc/ex/images/duck8.gif
         
     | 
| 
      
 198 
     | 
    
         
            +
            doc/ex/images/Button_C.gif
         
     | 
| 
      
 199 
     | 
    
         
            +
            doc/ex/images/Button_7.gif
         
     | 
| 
       92 
200 
     | 
    
         
             
            doc/ex/images/Hot_Air_Balloons_H.jpg
         
     | 
| 
       93 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
       94 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
      
 201 
     | 
    
         
            +
            doc/ex/images/Button_H.gif
         
     | 
| 
      
 202 
     | 
    
         
            +
            doc/ex/images/Coffee.wmf
         
     | 
| 
      
 203 
     | 
    
         
            +
            doc/ex/images/duck3.gif
         
     | 
| 
       95 
204 
     | 
    
         
             
            doc/ex/images/Yellow_Rose.miff
         
     | 
| 
      
 205 
     | 
    
         
            +
            doc/ex/images/Button_A.gif
         
     | 
| 
       96 
206 
     | 
    
         
             
            doc/ex/images/Button_5.gif
         
     | 
| 
       97 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
       98 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
       99 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
       100 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
      
 207 
     | 
    
         
            +
            doc/ex/images/duck13.gif
         
     | 
| 
      
 208 
     | 
    
         
            +
            doc/ex/images/Button_0.gif
         
     | 
| 
      
 209 
     | 
    
         
            +
            doc/ex/images/smile.miff
         
     | 
| 
      
 210 
     | 
    
         
            +
            doc/ex/images/duck15.gif
         
     | 
| 
      
 211 
     | 
    
         
            +
            doc/ex/images/notimplemented.gif
         
     | 
| 
      
 212 
     | 
    
         
            +
            doc/ex/images/duck9.gif
         
     | 
| 
      
 213 
     | 
    
         
            +
            doc/ex/images/Button_M.gif
         
     | 
| 
      
 214 
     | 
    
         
            +
            doc/ex/images/Button_9.gif
         
     | 
| 
      
 215 
     | 
    
         
            +
            doc/ex/images/Rocks_On_Beach.miff
         
     | 
| 
      
 216 
     | 
    
         
            +
            doc/ex/images/Button_U.gif
         
     | 
| 
      
 217 
     | 
    
         
            +
            doc/ex/images/Shorts.jpg
         
     | 
| 
      
 218 
     | 
    
         
            +
            doc/ex/images/Button_B.gif
         
     | 
| 
       101 
219 
     | 
    
         
             
            doc/ex/images/Button_D.gif
         
     | 
| 
       102 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
       103 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
      
 220 
     | 
    
         
            +
            doc/ex/images/Button_Z.gif
         
     | 
| 
      
 221 
     | 
    
         
            +
            doc/ex/images/duck11.gif
         
     | 
| 
       104 
222 
     | 
    
         
             
            doc/ex/images/Button_J.gif
         
     | 
| 
       105 
     | 
    
         
            -
            doc/ex/images/ 
     | 
| 
       106 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       107 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       108 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       109 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       110 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       111 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       112 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       113 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       114 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       115 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       116 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       117 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       118 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       119 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       120 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       121 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       122 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       123 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       124 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       125 
     | 
    
         
            -
            doc/ex/NewCoordSys.rb
         
     | 
| 
       126 
     | 
    
         
            -
            doc/ex/get_multiline_type_metrics.rb
         
     | 
| 
       127 
     | 
    
         
            -
            doc/ex/edge.rb
         
     | 
| 
      
 223 
     | 
    
         
            +
            doc/ex/images/Button_6.gif
         
     | 
| 
      
 224 
     | 
    
         
            +
            doc/ex/images/Snake.wmf
         
     | 
| 
      
 225 
     | 
    
         
            +
            doc/ex/images/Button_G.gif
         
     | 
| 
      
 226 
     | 
    
         
            +
            doc/ex/images/Button_3.gif
         
     | 
| 
      
 227 
     | 
    
         
            +
            doc/ex/images/Red_Rocks.jpg
         
     | 
| 
      
 228 
     | 
    
         
            +
            doc/ex/images/Button_2.gif
         
     | 
| 
      
 229 
     | 
    
         
            +
            doc/ex/images/duck10.gif
         
     | 
| 
      
 230 
     | 
    
         
            +
            doc/ex/images/Apple.miff
         
     | 
| 
      
 231 
     | 
    
         
            +
            doc/ex/images/Button_W.gif
         
     | 
| 
      
 232 
     | 
    
         
            +
            doc/ex/images/Button_Y.gif
         
     | 
| 
      
 233 
     | 
    
         
            +
            doc/ex/images/Ballerina3.jpg
         
     | 
| 
      
 234 
     | 
    
         
            +
            doc/ex/images/Violin.jpg
         
     | 
| 
      
 235 
     | 
    
         
            +
            doc/ex/images/Button_I.gif
         
     | 
| 
      
 236 
     | 
    
         
            +
            doc/ex/images/duck14.gif
         
     | 
| 
      
 237 
     | 
    
         
            +
            doc/ex/images/Button_N.gif
         
     | 
| 
      
 238 
     | 
    
         
            +
            doc/ex/images/spin.gif
         
     | 
| 
      
 239 
     | 
    
         
            +
            doc/ex/rect01.rb
         
     | 
| 
      
 240 
     | 
    
         
            +
            doc/ex/nonzero.rb
         
     | 
| 
      
 241 
     | 
    
         
            +
            doc/ex/rotate.rb
         
     | 
| 
      
 242 
     | 
    
         
            +
            doc/ex/cbezier5.rb
         
     | 
| 
       128 
243 
     | 
    
         
             
            doc/ex/modulate.rb
         
     | 
| 
       129 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       130 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       131 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       132 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       133 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       134 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       135 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       136 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       137 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       138 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       139 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       140 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       141 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       142 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       143 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       144 
     | 
    
         
            -
            doc/ex/font_styles.rb
         
     | 
| 
       145 
     | 
    
         
            -
            doc/ex/flip.rb
         
     | 
| 
       146 
     | 
    
         
            -
            doc/ex/coalesce.rb
         
     | 
| 
       147 
     | 
    
         
            -
            doc/ex/gaussian_blur.rb
         
     | 
| 
       148 
     | 
    
         
            -
            doc/ex/ordered_dither.rb
         
     | 
| 
       149 
     | 
    
         
            -
            doc/ex/dissolve.rb
         
     | 
| 
       150 
     | 
    
         
            -
            doc/ex/hatchfill.rb
         
     | 
| 
       151 
     | 
    
         
            -
            doc/ex/group.rb
         
     | 
| 
       152 
     | 
    
         
            -
            doc/ex/cbezier2.rb
         
     | 
| 
       153 
     | 
    
         
            -
            doc/ex/oil_paint.rb
         
     | 
| 
       154 
     | 
    
         
            -
            doc/ex/tspan03.rb
         
     | 
| 
       155 
     | 
    
         
            -
            doc/ex/skewy.rb
         
     | 
| 
       156 
     | 
    
         
            -
            doc/ex/skewx.rb
         
     | 
| 
       157 
     | 
    
         
            -
            doc/ex/cbezier1.rb
         
     | 
| 
       158 
     | 
    
         
            -
            doc/ex/cubic01.rb
         
     | 
| 
       159 
     | 
    
         
            -
            doc/ex/chop.rb
         
     | 
| 
       160 
     | 
    
         
            -
            doc/ex/bilevel_channel.rb
         
     | 
| 
       161 
     | 
    
         
            -
            doc/ex/color_histogram.rb
         
     | 
| 
       162 
     | 
    
         
            -
            doc/ex/arcpath.rb
         
     | 
| 
       163 
     | 
    
         
            -
            doc/ex/rvg_linejoin.rb
         
     | 
| 
      
 244 
     | 
    
         
            +
            doc/ex/adaptive_threshold.rb
         
     | 
| 
      
 245 
     | 
    
         
            +
            doc/ex/trim.rb
         
     | 
| 
      
 246 
     | 
    
         
            +
            doc/ex/enhance.rb
         
     | 
| 
      
 247 
     | 
    
         
            +
            doc/ex/watermark.rb
         
     | 
| 
      
 248 
     | 
    
         
            +
            doc/ex/OrigCoordSys.rb
         
     | 
| 
      
 249 
     | 
    
         
            +
            doc/ex/cubic02.rb
         
     | 
| 
      
 250 
     | 
    
         
            +
            doc/ex/gradientfill.rb
         
     | 
| 
      
 251 
     | 
    
         
            +
            doc/ex/rvg_opacity.rb
         
     | 
| 
      
 252 
     | 
    
         
            +
            doc/ex/axes.rb
         
     | 
| 
      
 253 
     | 
    
         
            +
            doc/ex/texture_floodfill.rb
         
     | 
| 
      
 254 
     | 
    
         
            +
            doc/ex/cycle_colormap.rb
         
     | 
| 
      
 255 
     | 
    
         
            +
            doc/ex/tspan01.rb
         
     | 
| 
      
 256 
     | 
    
         
            +
            doc/ex/contrast.rb
         
     | 
| 
      
 257 
     | 
    
         
            +
            doc/ex/polyline.rb
         
     | 
| 
      
 258 
     | 
    
         
            +
            doc/ex/pattern1.rb
         
     | 
| 
       164 
259 
     | 
    
         
             
            doc/ex/transpose.rb
         
     | 
| 
       165 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
      
 260 
     | 
    
         
            +
            doc/ex/drawcomp.rb
         
     | 
| 
      
 261 
     | 
    
         
            +
            doc/ex/circle01.rb
         
     | 
| 
      
 262 
     | 
    
         
            +
            doc/ex/stroke_dasharray.rb
         
     | 
| 
       166 
263 
     | 
    
         
             
            doc/ex/frame.rb
         
     | 
| 
       167 
     | 
    
         
            -
            doc/ex/affine.rb
         
     | 
| 
       168 
     | 
    
         
            -
            doc/ex/quad01.rb
         
     | 
| 
       169 
     | 
    
         
            -
            doc/ex/adaptive_threshold.rb
         
     | 
| 
       170 
     | 
    
         
            -
            doc/ex/stroke_fill.rb
         
     | 
| 
       171 
     | 
    
         
            -
            doc/ex/fonts.rb
         
     | 
| 
       172 
     | 
    
         
            -
            doc/ex/smile.rb
         
     | 
| 
       173 
     | 
    
         
            -
            doc/ex/polaroid.rb
         
     | 
| 
       174 
     | 
    
         
            -
            doc/ex/rotate.rb
         
     | 
| 
       175 
     | 
    
         
            -
            doc/ex/radial_blur.rb
         
     | 
| 
       176 
264 
     | 
    
         
             
            doc/ex/image.rb
         
     | 
| 
       177 
     | 
    
         
            -
            doc/ex/texturefill.rb
         
     | 
| 
       178 
     | 
    
         
            -
            doc/ex/triangle01.rb
         
     | 
| 
       179 
     | 
    
         
            -
            doc/ex/contrast.rb
         
     | 
| 
       180 
265 
     | 
    
         
             
            doc/ex/unsharp_mask.rb
         
     | 
| 
       181 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       182 
     | 
    
         
            -
            doc/ex/reduce_noise.rb
         
     | 
| 
       183 
     | 
    
         
            -
            doc/ex/drop_shadow.rb
         
     | 
| 
       184 
     | 
    
         
            -
            doc/ex/negate_channel.rb
         
     | 
| 
       185 
     | 
    
         
            -
            doc/ex/channel.rb
         
     | 
| 
       186 
     | 
    
         
            -
            doc/ex/negate.rb
         
     | 
| 
       187 
     | 
    
         
            -
            doc/ex/sepiatone.rb
         
     | 
| 
       188 
     | 
    
         
            -
            doc/ex/text_antialias.rb
         
     | 
| 
       189 
     | 
    
         
            -
            doc/ex/Use03.rb
         
     | 
| 
       190 
     | 
    
         
            -
            doc/ex/blur_image.rb
         
     | 
| 
       191 
     | 
    
         
            -
            doc/ex/trim.rb
         
     | 
| 
       192 
     | 
    
         
            -
            doc/ex/stroke_dasharray.rb
         
     | 
| 
       193 
     | 
    
         
            -
            doc/ex/arcs01.rb
         
     | 
| 
       194 
     | 
    
         
            -
            doc/ex/median_filter.rb
         
     | 
| 
       195 
     | 
    
         
            -
            doc/ex/remap.rb
         
     | 
| 
       196 
     | 
    
         
            -
            doc/ex/rvg_clippath.rb
         
     | 
| 
       197 
     | 
    
         
            -
            doc/ex/bounding_box.rb
         
     | 
| 
       198 
     | 
    
         
            -
            doc/ex/remap_images.rb
         
     | 
| 
       199 
     | 
    
         
            -
            doc/ex/pattern2.rb
         
     | 
| 
       200 
     | 
    
         
            -
            doc/ex/composite_tiled.rb
         
     | 
| 
       201 
     | 
    
         
            -
            doc/ex/shave.rb
         
     | 
| 
       202 
     | 
    
         
            -
            doc/ex/wave.rb
         
     | 
| 
       203 
     | 
    
         
            -
            doc/ex/color_fill_to_border.rb
         
     | 
| 
       204 
     | 
    
         
            -
            doc/ex/level.rb
         
     | 
| 
       205 
     | 
    
         
            -
            doc/ex/mosaic.rb
         
     | 
| 
       206 
     | 
    
         
            -
            doc/ex/mono.rb
         
     | 
| 
       207 
     | 
    
         
            -
            doc/ex/writing_mode01.rb
         
     | 
| 
       208 
     | 
    
         
            -
            doc/ex/line.rb
         
     | 
| 
       209 
     | 
    
         
            -
            doc/ex/rect01.rb
         
     | 
| 
       210 
     | 
    
         
            -
            doc/ex/solarize.rb
         
     | 
| 
       211 
     | 
    
         
            -
            doc/ex/ellipse01.rb
         
     | 
| 
       212 
     | 
    
         
            -
            doc/ex/vignette.rb
         
     | 
| 
       213 
     | 
    
         
            -
            doc/ex/axes.rb
         
     | 
| 
       214 
     | 
    
         
            -
            doc/ex/colorize.rb
         
     | 
| 
       215 
     | 
    
         
            -
            doc/ex/splice.rb
         
     | 
| 
       216 
     | 
    
         
            -
            doc/ex/normalize.rb
         
     | 
| 
       217 
     | 
    
         
            -
            doc/ex/color_floodfill.rb
         
     | 
| 
       218 
     | 
    
         
            -
            doc/ex/random_threshold_channel.rb
         
     | 
| 
      
 266 
     | 
    
         
            +
            doc/ex/rvg_linecap.rb
         
     | 
| 
       219 
267 
     | 
    
         
             
            doc/ex/shade.rb
         
     | 
| 
       220 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       221 
     | 
    
         
            -
            doc/ex/resize_to_fit.rb
         
     | 
| 
       222 
     | 
    
         
            -
            doc/ex/PreserveAspectRatio.rb
         
     | 
| 
       223 
     | 
    
         
            -
            doc/ex/spread.rb
         
     | 
| 
       224 
     | 
    
         
            -
            doc/ex/polyline01.rb
         
     | 
| 
       225 
     | 
    
         
            -
            doc/ex/writing_mode02.rb
         
     | 
| 
       226 
     | 
    
         
            -
            doc/ex/charcoal.rb
         
     | 
| 
       227 
     | 
    
         
            -
            doc/ex/text_align.rb
         
     | 
| 
       228 
     | 
    
         
            -
            doc/ex/RotateScale.rb
         
     | 
| 
       229 
     | 
    
         
            -
            doc/ex/drawcomp.rb
         
     | 
| 
       230 
     | 
    
         
            -
            doc/ex/roll.rb
         
     | 
| 
       231 
     | 
    
         
            -
            doc/ex/rect02.rb
         
     | 
| 
       232 
     | 
    
         
            -
            doc/ex/rvg_opacity.rb
         
     | 
| 
       233 
     | 
    
         
            -
            doc/ex/equalize.rb
         
     | 
| 
       234 
     | 
    
         
            -
            doc/ex/get_pixels.rb
         
     | 
| 
       235 
     | 
    
         
            -
            doc/ex/polyline.rb
         
     | 
| 
       236 
     | 
    
         
            -
            doc/ex/level_colors.rb
         
     | 
| 
       237 
     | 
    
         
            -
            doc/ex/composite_layers.rb
         
     | 
| 
       238 
     | 
    
         
            -
            doc/ex/text01.rb
         
     | 
| 
       239 
     | 
    
         
            -
            doc/ex/crop.rb
         
     | 
| 
       240 
     | 
    
         
            -
            doc/ex/quantize-m.rb
         
     | 
| 
       241 
     | 
    
         
            -
            doc/ex/translate.rb
         
     | 
| 
       242 
     | 
    
         
            -
            doc/ex/colors.rb
         
     | 
| 
       243 
     | 
    
         
            -
            doc/ex/enhance.rb
         
     | 
| 
       244 
     | 
    
         
            -
            doc/ex/tspan01.rb
         
     | 
| 
       245 
     | 
    
         
            -
            doc/ex/flatten_images.rb
         
     | 
| 
       246 
     | 
    
         
            -
            doc/ex/morph.rb
         
     | 
| 
       247 
     | 
    
         
            -
            doc/ex/implode.rb
         
     | 
| 
       248 
     | 
    
         
            -
            doc/ex/tspan02.rb
         
     | 
| 
       249 
     | 
    
         
            -
            doc/ex/cubic02.rb
         
     | 
| 
       250 
     | 
    
         
            -
            doc/ex/OrigCoordSys.rb
         
     | 
| 
       251 
     | 
    
         
            -
            doc/ex/segment.rb
         
     | 
| 
       252 
     | 
    
         
            -
            doc/ex/text_undercolor.rb
         
     | 
| 
       253 
     | 
    
         
            -
            doc/ex/transverse.rb
         
     | 
| 
       254 
     | 
    
         
            -
            doc/ex/shear.rb
         
     | 
| 
       255 
     | 
    
         
            -
            doc/ex/opacity.rb
         
     | 
| 
       256 
     | 
    
         
            -
            doc/ex/to_blob.rb
         
     | 
| 
       257 
     | 
    
         
            -
            doc/ex/text_styles.rb
         
     | 
| 
       258 
     | 
    
         
            -
            doc/ex/rectangle.rb
         
     | 
| 
       259 
     | 
    
         
            -
            doc/ex/watermark.rb
         
     | 
| 
       260 
     | 
    
         
            -
            doc/ex/nonzero.rb
         
     | 
| 
       261 
     | 
    
         
            -
            doc/ex/Use02.rb
         
     | 
| 
       262 
     | 
    
         
            -
            doc/ex/sparse_color.rb
         
     | 
| 
       263 
     | 
    
         
            -
            doc/ex/wet_floor.rb
         
     | 
| 
       264 
     | 
    
         
            -
            doc/ex/roundrect.rb
         
     | 
| 
       265 
     | 
    
         
            -
            doc/ex/stegano.rb
         
     | 
| 
       266 
     | 
    
         
            -
            doc/ex/texture_fill_to_border.rb
         
     | 
| 
       267 
     | 
    
         
            -
            doc/ex/baseline_shift01.rb
         
     | 
| 
      
 268 
     | 
    
         
            +
            doc/ex/stroke_width.rb
         
     | 
| 
       268 
269 
     | 
    
         
             
            doc/ex/tref01.rb
         
     | 
| 
       269 
     | 
    
         
            -
            doc/ex/ 
     | 
| 
       270 
     | 
    
         
            -
            doc/ 
     | 
| 
       271 
     | 
    
         
            -
            doc/ex/composite.rb
         
     | 
| 
       272 
     | 
    
         
            -
            doc/ex/transparent.rb
         
     | 
| 
       273 
     | 
    
         
            -
            doc/ex/texture_floodfill.rb
         
     | 
| 
       274 
     | 
    
         
            -
            doc/ex/cbezier5.rb
         
     | 
| 
       275 
     | 
    
         
            -
            doc/ex/path.rb
         
     | 
| 
       276 
     | 
    
         
            -
            doc/rvgtut.html
         
     | 
| 
       277 
     | 
    
         
            -
            doc/optequiv.html
         
     | 
| 
       278 
     | 
    
         
            -
            doc/image1.html
         
     | 
| 
       279 
     | 
    
         
            -
            doc/rvggroup.html
         
     | 
| 
       280 
     | 
    
         
            -
            doc/rvgclip.html
         
     | 
| 
       281 
     | 
    
         
            -
            doc/image3.html
         
     | 
| 
       282 
     | 
    
         
            -
            doc/index.html
         
     | 
| 
       283 
     | 
    
         
            -
            doc/rvgimage.html
         
     | 
| 
       284 
     | 
    
         
            -
            doc/info.html
         
     | 
| 
       285 
     | 
    
         
            -
            doc/rvgtspan.html
         
     | 
| 
      
 270 
     | 
    
         
            +
            doc/ex/resize_to_fit.rb
         
     | 
| 
      
 271 
     | 
    
         
            +
            doc/struct.html
         
     | 
| 
       286 
272 
     | 
    
         
             
            doc/imusage.html
         
     | 
| 
       287 
     | 
    
         
            -
            doc/rvgshape.html
         
     | 
| 
       288 
     | 
    
         
            -
            doc/rvgtext.html
         
     | 
| 
       289 
273 
     | 
    
         
             
            doc/image2.html
         
     | 
| 
       290 
     | 
    
         
            -
            doc/rvgpattern.html
         
     | 
| 
       291 
     | 
    
         
            -
            doc/constants.html
         
     | 
| 
       292 
     | 
    
         
            -
            doc/css/popup.css
         
     | 
| 
       293 
274 
     | 
    
         
             
            doc/css/ref.css
         
     | 
| 
       294 
275 
     | 
    
         
             
            doc/css/doc.css
         
     | 
| 
       295 
     | 
    
         
            -
            doc/ 
     | 
| 
       296 
     | 
    
         
            -
            doc/struct.html
         
     | 
| 
       297 
     | 
    
         
            -
            doc/rvg.html
         
     | 
| 
       298 
     | 
    
         
            -
            doc/magick.html
         
     | 
| 
      
 276 
     | 
    
         
            +
            doc/css/popup.css
         
     | 
| 
       299 
277 
     | 
    
         
             
            doc/rvgxform.html
         
     | 
| 
      
 278 
     | 
    
         
            +
            doc/magick.html
         
     | 
| 
      
 279 
     | 
    
         
            +
            doc/image1.html
         
     | 
| 
      
 280 
     | 
    
         
            +
            doc/comtasks.html
         
     | 
| 
      
 281 
     | 
    
         
            +
            doc/optequiv.html
         
     | 
| 
      
 282 
     | 
    
         
            +
            doc/rvgtext.html
         
     | 
| 
      
 283 
     | 
    
         
            +
            doc/imageattrs.html
         
     | 
| 
      
 284 
     | 
    
         
            +
            doc/info.html
         
     | 
| 
      
 285 
     | 
    
         
            +
            doc/rvgimage.html
         
     | 
| 
      
 286 
     | 
    
         
            +
            doc/rvg.html
         
     | 
| 
      
 287 
     | 
    
         
            +
            doc/scripts/doc.js
         
     | 
| 
      
 288 
     | 
    
         
            +
            doc/scripts/stripeTables.js
         
     | 
| 
      
 289 
     | 
    
         
            +
            doc/image3.html
         
     | 
| 
      
 290 
     | 
    
         
            +
            doc/index.html
         
     | 
| 
      
 291 
     | 
    
         
            +
            doc/draw.html
         
     | 
| 
      
 292 
     | 
    
         
            +
            doc/rvggroup.html
         
     | 
| 
       300 
293 
     | 
    
         
             
            doc/rvguse.html
         
     | 
| 
      
 294 
     | 
    
         
            +
            doc/ilist.html
         
     | 
| 
      
 295 
     | 
    
         
            +
            doc/rvgtut.html
         
     | 
| 
      
 296 
     | 
    
         
            +
            doc/usage.html
         
     | 
| 
      
 297 
     | 
    
         
            +
            doc/constants.html
         
     | 
| 
       301 
298 
     | 
    
         
             
            doc/rvgstyle.html
         
     | 
| 
       302 
     | 
    
         
            -
             
     | 
| 
       303 
     | 
    
         
            -
             
     | 
| 
       304 
     | 
    
         
            -
             
     | 
| 
       305 
     | 
    
         
            -
             
     | 
| 
       306 
     | 
    
         
            -
             
     | 
| 
       307 
     | 
    
         
            -
            ext/RMagick/rmdraw.c
         
     | 
| 
       308 
     | 
    
         
            -
            ext/RMagick/rmagick.c
         
     | 
| 
       309 
     | 
    
         
            -
            ext/RMagick/rmilist.c
         
     | 
| 
       310 
     | 
    
         
            -
            ext/RMagick/rmpixel.c
         
     | 
| 
       311 
     | 
    
         
            -
            ext/RMagick/rmmontage.c
         
     | 
| 
       312 
     | 
    
         
            -
            ext/RMagick/MANIFEST
         
     | 
| 
       313 
     | 
    
         
            -
            ext/RMagick/rmutil.c
         
     | 
| 
       314 
     | 
    
         
            -
            ext/RMagick/rmagick.h
         
     | 
| 
       315 
     | 
    
         
            -
            ext/RMagick/rmstruct.c
         
     | 
| 
       316 
     | 
    
         
            -
            ext/RMagick/rmenum.c
         
     | 
| 
       317 
     | 
    
         
            -
            post-setup.rb
         
     | 
| 
       318 
     | 
    
         
            -
            examples/crop_with_gravity.rb
         
     | 
| 
       319 
     | 
    
         
            -
            examples/describe.rb
         
     | 
| 
       320 
     | 
    
         
            -
            examples/thumbnail.rb
         
     | 
| 
       321 
     | 
    
         
            -
            examples/find_similar_region.rb
         
     | 
| 
       322 
     | 
    
         
            -
            examples/rotating_text.rb
         
     | 
| 
       323 
     | 
    
         
            -
            examples/pattern_fill.rb
         
     | 
| 
       324 
     | 
    
         
            -
            examples/identify.rb
         
     | 
| 
       325 
     | 
    
         
            -
            examples/histogram.rb
         
     | 
| 
       326 
     | 
    
         
            -
            examples/demo.rb
         
     | 
| 
       327 
     | 
    
         
            -
            examples/constitute.rb
         
     | 
| 
       328 
     | 
    
         
            -
            examples/import_export.rb
         
     | 
| 
       329 
     | 
    
         
            -
            examples/vignette.rb
         
     | 
| 
       330 
     | 
    
         
            -
            examples/image_opacity.rb
         
     | 
| 
       331 
     | 
    
         
            -
            examples/spinner.rb
         
     | 
| 
      
 299 
     | 
    
         
            +
            doc/rvgshape.html
         
     | 
| 
      
 300 
     | 
    
         
            +
            doc/rvgtspan.html
         
     | 
| 
      
 301 
     | 
    
         
            +
            doc/.cvsignore
         
     | 
| 
      
 302 
     | 
    
         
            +
            doc/rvgpattern.html
         
     | 
| 
      
 303 
     | 
    
         
            +
            doc/rvgclip.html
         
     | 
| 
       332 
304 
     | 
    
         
             
            setup.rb
         
     | 
| 
       333 
     | 
    
         
            -
             
     | 
| 
       334 
     | 
    
         
            -
             
     | 
| 
       335 
     | 
    
         
            -
             
     | 
| 
       336 
     | 
    
         
            -
             
     | 
| 
       337 
     | 
    
         
            -
            lib/rvg/pathdata.rb
         
     | 
| 
       338 
     | 
    
         
            -
            lib/rvg/clippath.rb
         
     | 
| 
      
 305 
     | 
    
         
            +
            post-setup.rb
         
     | 
| 
      
 306 
     | 
    
         
            +
            uninstall.rb
         
     | 
| 
      
 307 
     | 
    
         
            +
            README-Mac-OSX.txt
         
     | 
| 
      
 308 
     | 
    
         
            +
            ChangeLog
         
     | 
| 
       339 
309 
     | 
    
         
             
            lib/rvg/container.rb
         
     | 
| 
       340 
     | 
    
         
            -
            lib/rvg/ 
     | 
| 
       341 
     | 
    
         
            -
            lib/rvg/units.rb
         
     | 
| 
       342 
     | 
    
         
            -
            lib/rvg/describable.rb
         
     | 
| 
      
 310 
     | 
    
         
            +
            lib/rvg/misc.rb
         
     | 
| 
       343 
311 
     | 
    
         
             
            lib/rvg/embellishable.rb
         
     | 
| 
      
 312 
     | 
    
         
            +
            lib/rvg/describable.rb
         
     | 
| 
      
 313 
     | 
    
         
            +
            lib/rvg/text.rb
         
     | 
| 
       344 
314 
     | 
    
         
             
            lib/rvg/transformable.rb
         
     | 
| 
       345 
     | 
    
         
            -
            lib/rvg/deep_equal.rb
         
     | 
| 
       346 
315 
     | 
    
         
             
            lib/rvg/rvg.rb
         
     | 
| 
      
 316 
     | 
    
         
            +
            lib/rvg/pathdata.rb
         
     | 
| 
       347 
317 
     | 
    
         
             
            lib/rvg/stretchable.rb
         
     | 
| 
       348 
     | 
    
         
            -
             
     | 
| 
      
 318 
     | 
    
         
            +
            lib/rvg/deep_equal.rb
         
     | 
| 
      
 319 
     | 
    
         
            +
            lib/rvg/units.rb
         
     | 
| 
      
 320 
     | 
    
         
            +
            lib/rvg/clippath.rb
         
     | 
| 
      
 321 
     | 
    
         
            +
            lib/rvg/stylable.rb
         
     | 
| 
      
 322 
     | 
    
         
            +
            lib/rvg/paint.rb
         
     | 
| 
      
 323 
     | 
    
         
            +
            lib/RMagick.rb
         
     | 
| 
       349 
324 
     | 
    
         
             
            post-clean.rb
         
     | 
| 
       350 
325 
     | 
    
         
             
            post-install.rb
         
     | 
| 
       351 
     | 
    
         
            -
            build_tarball.rake
         
     | 
| 
       352 
     | 
    
         
            -
            ChangeLog
         
     | 
| 
       353 
     | 
    
         
            -
            rmagick.gemspec
         
     | 
| 
       354 
     | 
    
         
            -
            uninstall.rb
         
     | 
| 
       355 
326 
     | 
    
         
             
            metaconfig
         
     | 
| 
      
 327 
     | 
    
         
            +
            examples/image_opacity.rb
         
     | 
| 
      
 328 
     | 
    
         
            +
            examples/demo.rb
         
     | 
| 
      
 329 
     | 
    
         
            +
            examples/crop_with_gravity.rb
         
     | 
| 
      
 330 
     | 
    
         
            +
            examples/thumbnail.rb
         
     | 
| 
      
 331 
     | 
    
         
            +
            examples/pattern_fill.rb
         
     | 
| 
      
 332 
     | 
    
         
            +
            examples/constitute.rb
         
     | 
| 
      
 333 
     | 
    
         
            +
            examples/describe.rb
         
     | 
| 
      
 334 
     | 
    
         
            +
            examples/spinner.rb
         
     | 
| 
      
 335 
     | 
    
         
            +
            examples/import_export.rb
         
     | 
| 
      
 336 
     | 
    
         
            +
            examples/identify.rb
         
     | 
| 
      
 337 
     | 
    
         
            +
            examples/find_similar_region.rb
         
     | 
| 
      
 338 
     | 
    
         
            +
            examples/vignette.rb
         
     | 
| 
      
 339 
     | 
    
         
            +
            examples/histogram.rb
         
     | 
| 
      
 340 
     | 
    
         
            +
            examples/rotating_text.rb
         
     | 
| 
      
 341 
     | 
    
         
            +
            Doxyfile
         
     | 
| 
      
 342 
     | 
    
         
            +
            rmagick.gemspec
         
     | 
| 
      
 343 
     | 
    
         
            +
            ext/RMagick/rmagick.h
         
     | 
| 
      
 344 
     | 
    
         
            +
            ext/RMagick/rmmain.c
         
     | 
| 
      
 345 
     | 
    
         
            +
            ext/RMagick/rmmontage.c
         
     | 
| 
      
 346 
     | 
    
         
            +
            ext/RMagick/rmilist.c
         
     | 
| 
      
 347 
     | 
    
         
            +
            ext/RMagick/rmutil.c
         
     | 
| 
      
 348 
     | 
    
         
            +
            ext/RMagick/rmfill.c
         
     | 
| 
      
 349 
     | 
    
         
            +
            ext/RMagick/rmpixel.c
         
     | 
| 
      
 350 
     | 
    
         
            +
            ext/RMagick/MANIFEST
         
     | 
| 
      
 351 
     | 
    
         
            +
            ext/RMagick/rmdraw.c
         
     | 
| 
      
 352 
     | 
    
         
            +
            ext/RMagick/rmenum.c
         
     | 
| 
      
 353 
     | 
    
         
            +
            ext/RMagick/rmstruct.c
         
     | 
| 
      
 354 
     | 
    
         
            +
            ext/RMagick/rminfo.c
         
     | 
| 
      
 355 
     | 
    
         
            +
            ext/RMagick/rmagick.c
         
     | 
| 
      
 356 
     | 
    
         
            +
            ext/RMagick/rmimage.c
         
     | 
| 
      
 357 
     | 
    
         
            +
            ext/RMagick/extconf.rb
         
     | 
| 
       356 
358 
     | 
    
         
             
            README.html
         
     |