rmagick 2.13.1 → 2.13.4

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.
Files changed (218) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +21 -0
  3. data/.travis.yml +57 -0
  4. data/CONTRIBUTING.md +22 -0
  5. data/ChangeLog +49 -2
  6. data/Gemfile +7 -0
  7. data/LICENSE +20 -0
  8. data/README.textile +161 -0
  9. data/Rakefile +176 -0
  10. data/before_install_linux.sh +12 -0
  11. data/before_install_osx.sh +2 -0
  12. data/doc/.cvsignore +1 -0
  13. data/doc/comtasks.html +2 -2
  14. data/doc/constants.html +2 -2
  15. data/doc/draw.html +2 -2
  16. data/doc/ex/PreserveAspectRatio.rb +0 -0
  17. data/doc/ex/ViewBox.rb +0 -0
  18. data/doc/ex/adaptive_threshold.rb +0 -0
  19. data/doc/ex/add_noise.rb +0 -0
  20. data/doc/ex/affine.rb +0 -0
  21. data/doc/ex/affine_transform.rb +0 -0
  22. data/doc/ex/arc.rb +0 -0
  23. data/doc/ex/arcpath.rb +0 -0
  24. data/doc/ex/average.rb +0 -0
  25. data/doc/ex/axes.rb +0 -0
  26. data/doc/ex/bilevel_channel.rb +0 -0
  27. data/doc/ex/blur_image.rb +0 -0
  28. data/doc/ex/border.rb +0 -0
  29. data/doc/ex/bounding_box.rb +0 -0
  30. data/doc/ex/cbezier1.rb +0 -0
  31. data/doc/ex/cbezier2.rb +0 -0
  32. data/doc/ex/cbezier3.rb +0 -0
  33. data/doc/ex/cbezier4.rb +0 -0
  34. data/doc/ex/cbezier5.rb +0 -0
  35. data/doc/ex/cbezier6.rb +0 -0
  36. data/doc/ex/channel.rb +0 -0
  37. data/doc/ex/charcoal.rb +0 -0
  38. data/doc/ex/chop.rb +0 -0
  39. data/doc/ex/circle.rb +0 -0
  40. data/doc/ex/clip_path.rb +0 -0
  41. data/doc/ex/coalesce.rb +0 -0
  42. data/doc/ex/color_fill_to_border.rb +0 -0
  43. data/doc/ex/color_floodfill.rb +0 -0
  44. data/doc/ex/color_histogram.rb +0 -0
  45. data/doc/ex/color_reset.rb +0 -0
  46. data/doc/ex/colorize.rb +0 -0
  47. data/doc/ex/colors.rb +0 -0
  48. data/doc/ex/composite.rb +0 -0
  49. data/doc/ex/composite_layers.rb +0 -0
  50. data/doc/ex/contrast.rb +0 -0
  51. data/doc/ex/crop.rb +0 -0
  52. data/doc/ex/cycle_colormap.rb +0 -0
  53. data/doc/ex/drawcomp.rb +0 -0
  54. data/doc/ex/drop_shadow.rb +0 -0
  55. data/doc/ex/edge.rb +0 -0
  56. data/doc/ex/ellipse.rb +0 -0
  57. data/doc/ex/emboss.rb +0 -0
  58. data/doc/ex/enhance.rb +0 -0
  59. data/doc/ex/equalize.rb +0 -0
  60. data/doc/ex/evenodd.rb +0 -0
  61. data/doc/ex/flatten_images.rb +0 -0
  62. data/doc/ex/flip.rb +0 -0
  63. data/doc/ex/flop.rb +0 -0
  64. data/doc/ex/fonts.rb +0 -0
  65. data/doc/ex/frame.rb +0 -0
  66. data/doc/ex/gaussian_blur.rb +0 -0
  67. data/doc/ex/get_pixels.rb +0 -0
  68. data/doc/ex/gradientfill.rb +0 -0
  69. data/doc/ex/grav.rb +0 -0
  70. data/doc/ex/gravity.rb +0 -0
  71. data/doc/ex/hatchfill.rb +0 -0
  72. data/doc/ex/images/image_with_profile.jpg +0 -0
  73. data/doc/ex/images/logo400x83.gif +0 -0
  74. data/doc/ex/implode.rb +0 -0
  75. data/doc/ex/level.rb +0 -0
  76. data/doc/ex/line.rb +0 -0
  77. data/doc/ex/mask.rb +1 -1
  78. data/doc/ex/matte_fill_to_border.rb +0 -0
  79. data/doc/ex/matte_floodfill.rb +0 -0
  80. data/doc/ex/matte_replace.rb +0 -0
  81. data/doc/ex/median_filter.rb +0 -0
  82. data/doc/ex/modulate.rb +0 -0
  83. data/doc/ex/mono.rb +0 -0
  84. data/doc/ex/morph.rb +0 -0
  85. data/doc/ex/mosaic.rb +0 -0
  86. data/doc/ex/motion_blur.rb +0 -0
  87. data/doc/ex/negate.rb +0 -0
  88. data/doc/ex/nested_rvg.rb +0 -0
  89. data/doc/ex/nonzero.rb +0 -0
  90. data/doc/ex/normalize.rb +0 -0
  91. data/doc/ex/oil_paint.rb +0 -0
  92. data/doc/ex/opacity.rb +0 -0
  93. data/doc/ex/ordered_dither.rb +0 -0
  94. data/doc/ex/path.rb +0 -0
  95. data/doc/ex/pattern1.rb +0 -0
  96. data/doc/ex/pattern2.rb +0 -0
  97. data/doc/ex/polygon.rb +0 -0
  98. data/doc/ex/polyline.rb +0 -0
  99. data/doc/ex/preview.rb +0 -0
  100. data/doc/ex/qbezierpath.rb +0 -0
  101. data/doc/ex/quantize-m.rb +0 -0
  102. data/doc/ex/radial_blur.rb +0 -0
  103. data/doc/ex/raise.rb +0 -0
  104. data/doc/ex/rectangle.rb +0 -0
  105. data/doc/ex/reduce_noise.rb +0 -0
  106. data/doc/ex/roll.rb +0 -0
  107. data/doc/ex/rotate.rb +0 -0
  108. data/doc/ex/rotate_f.rb +0 -0
  109. data/doc/ex/roundrect.rb +0 -0
  110. data/doc/ex/rubyname.rb +0 -0
  111. data/doc/ex/rvg_linecap.rb +0 -0
  112. data/doc/ex/rvg_linejoin.rb +0 -0
  113. data/doc/ex/rvg_opacity.rb +0 -0
  114. data/doc/ex/rvg_stroke_dasharray.rb +0 -0
  115. data/doc/ex/segment.rb +0 -0
  116. data/doc/ex/shade.rb +0 -0
  117. data/doc/ex/shave.rb +0 -0
  118. data/doc/ex/shear.rb +0 -0
  119. data/doc/ex/sketch.rb +0 -0
  120. data/doc/ex/skewx.rb +0 -0
  121. data/doc/ex/skewy.rb +0 -0
  122. data/doc/ex/smile.rb +0 -0
  123. data/doc/ex/solarize.rb +0 -0
  124. data/doc/ex/spread.rb +0 -0
  125. data/doc/ex/stegano.rb +0 -0
  126. data/doc/ex/stroke_dasharray.rb +0 -0
  127. data/doc/ex/stroke_fill.rb +0 -0
  128. data/doc/ex/stroke_linecap.rb +0 -0
  129. data/doc/ex/stroke_linejoin.rb +0 -0
  130. data/doc/ex/stroke_width.rb +0 -0
  131. data/doc/ex/swirl.rb +0 -0
  132. data/doc/ex/text.rb +0 -0
  133. data/doc/ex/text_align.rb +0 -0
  134. data/doc/ex/text_antialias.rb +0 -0
  135. data/doc/ex/text_undercolor.rb +0 -0
  136. data/doc/ex/texture_fill_to_border.rb +0 -0
  137. data/doc/ex/texture_floodfill.rb +0 -0
  138. data/doc/ex/texturefill.rb +0 -0
  139. data/doc/ex/threshold.rb +0 -0
  140. data/doc/ex/to_blob.rb +0 -0
  141. data/doc/ex/translate.rb +0 -0
  142. data/doc/ex/transparent.rb +0 -0
  143. data/doc/ex/unsharp_mask.rb +0 -0
  144. data/doc/ex/wave.rb +0 -0
  145. data/doc/ilist.html +2 -2
  146. data/doc/image1.html +2 -2
  147. data/doc/image2.html +2 -2
  148. data/doc/image3.html +2 -2
  149. data/doc/imageattrs.html +2 -2
  150. data/doc/imusage.html +2 -2
  151. data/doc/index.html +3 -3
  152. data/doc/info.html +2 -2
  153. data/doc/magick.html +2 -2
  154. data/doc/optequiv.html +2 -2
  155. data/doc/rvg.html +2 -2
  156. data/doc/rvgclip.html +2 -2
  157. data/doc/rvggroup.html +2 -2
  158. data/doc/rvgimage.html +2 -2
  159. data/doc/rvgpattern.html +2 -2
  160. data/doc/rvgshape.html +2 -2
  161. data/doc/rvgstyle.html +2 -2
  162. data/doc/rvgtext.html +2 -2
  163. data/doc/rvgtspan.html +2 -2
  164. data/doc/rvgtut.html +2 -2
  165. data/doc/rvguse.html +2 -2
  166. data/doc/rvgxform.html +2 -2
  167. data/doc/struct.html +2 -2
  168. data/doc/usage.html +2 -2
  169. data/examples/crop_with_gravity.rb +0 -0
  170. data/examples/demo.rb +0 -0
  171. data/examples/describe.rb +0 -0
  172. data/examples/identify.rb +1 -1
  173. data/examples/rotating_text.rb +0 -0
  174. data/ext/RMagick/extconf.rb +62 -31
  175. data/ext/RMagick/rmagick.c +15 -15
  176. data/ext/RMagick/rmagick.h +9 -7
  177. data/ext/RMagick/rmdraw.c +12 -12
  178. data/ext/RMagick/rmenum.c +2 -2
  179. data/ext/RMagick/rmfill.c +25 -25
  180. data/ext/RMagick/rmilist.c +121 -104
  181. data/ext/RMagick/rmimage.c +743 -548
  182. data/ext/RMagick/rminfo.c +15 -15
  183. data/ext/RMagick/rmmain.c +27 -3
  184. data/ext/RMagick/rmpixel.c +25 -27
  185. data/ext/RMagick/rmstruct.c +1 -1
  186. data/ext/RMagick/rmutil.c +18 -18
  187. data/lib/RMagick.rb +1 -1962
  188. data/lib/rmagick/version.rb +5 -0
  189. data/lib/rmagick.rb +1 -0
  190. data/lib/rmagick_internal.rb +1964 -0
  191. data/rmagick.gemspec +21 -9
  192. data/test/Draw.rb +121 -0
  193. data/test/Image1.rb +763 -0
  194. data/test/Image2.rb +1312 -0
  195. data/test/Image3.rb +1033 -0
  196. data/test/ImageList1.rb +808 -0
  197. data/test/ImageList2.rb +389 -0
  198. data/test/Image_attributes.rb +700 -0
  199. data/test/Import_Export.rb +126 -0
  200. data/test/Info.rb +349 -0
  201. data/test/Magick.rb +324 -0
  202. data/test/Pixel.rb +119 -0
  203. data/test/Preview.rb +62 -0
  204. data/test/cmyk.icm +0 -0
  205. data/test/srgb.icm +0 -0
  206. data/test/test_all_basic.rb +34 -0
  207. data/test/tmpnam_test.rb +50 -0
  208. metadata +395 -352
  209. data/README-Mac-OSX.txt +0 -1
  210. data/README.html +0 -10
  211. data/build_tarball.rake +0 -215
  212. data/ext/RMagick/MANIFEST +0 -358
  213. data/metaconfig +0 -7
  214. data/post-clean.rb +0 -12
  215. data/post-install.rb +0 -50
  216. data/post-setup.rb +0 -254
  217. data/setup.rb +0 -1585
  218. data/uninstall.rb +0 -74
metadata CHANGED
@@ -1,412 +1,455 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: rmagick
3
- version: !ruby/object:Gem::Version
4
- version: 2.13.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.13.4
5
5
  platform: ruby
6
- authors:
6
+ authors:
7
7
  - Tim Hunter
8
8
  - Omer Bar-or
9
9
  - Benjamin Thomas
10
+ - Moncef Maiza
10
11
  autorequire:
11
12
  bindir: bin
12
13
  cert_chain: []
13
-
14
- date: 2010-04-05 00:00:00 -07:00
15
- default_executable:
16
- dependencies: []
17
-
14
+ date: 2014-11-25 00:00:00.000000000 Z
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: rake-compiler
18
+ requirement: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: '0'
23
+ type: :development
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
18
30
  description: RMagick is an interface between Ruby and ImageMagick.
19
- email: rmagick@rubyforge.org
31
+ email: github@benjaminfleischer.com
20
32
  executables: []
21
-
22
- extensions:
33
+ extensions:
23
34
  - ext/RMagick/extconf.rb
24
35
  extra_rdoc_files: []
25
-
26
- files:
27
- - README.html
28
- - ext/RMagick/extconf.rb
29
- - ext/RMagick/rmimage.c
30
- - ext/RMagick/rmagick.c
31
- - ext/RMagick/rminfo.c
32
- - ext/RMagick/rmstruct.c
33
- - ext/RMagick/rmenum.c
34
- - ext/RMagick/rmdraw.c
35
- - ext/RMagick/MANIFEST
36
- - ext/RMagick/rmpixel.c
37
- - ext/RMagick/rmfill.c
38
- - ext/RMagick/rmutil.c
39
- - ext/RMagick/rmilist.c
40
- - ext/RMagick/rmmontage.c
41
- - ext/RMagick/rmmain.c
42
- - ext/RMagick/rmagick.h
43
- - rmagick.gemspec
44
- - Doxyfile
45
- - examples/rotating_text.rb
46
- - examples/histogram.rb
47
- - examples/vignette.rb
48
- - examples/find_similar_region.rb
49
- - examples/identify.rb
50
- - examples/import_export.rb
51
- - examples/spinner.rb
52
- - examples/describe.rb
53
- - examples/constitute.rb
54
- - examples/pattern_fill.rb
55
- - examples/thumbnail.rb
56
- - examples/crop_with_gravity.rb
57
- - examples/demo.rb
58
- - examples/image_opacity.rb
59
- - metaconfig
60
- - post-install.rb
61
- - post-clean.rb
62
- - lib/RMagick.rb
63
- - lib/rvg/paint.rb
64
- - lib/rvg/stylable.rb
65
- - lib/rvg/clippath.rb
66
- - lib/rvg/units.rb
67
- - lib/rvg/deep_equal.rb
68
- - lib/rvg/stretchable.rb
69
- - lib/rvg/pathdata.rb
70
- - lib/rvg/rvg.rb
71
- - lib/rvg/transformable.rb
72
- - lib/rvg/text.rb
73
- - lib/rvg/describable.rb
74
- - lib/rvg/embellishable.rb
75
- - lib/rvg/misc.rb
76
- - lib/rvg/container.rb
36
+ files:
37
+ - ".gitignore"
38
+ - ".travis.yml"
39
+ - CONTRIBUTING.md
77
40
  - ChangeLog
78
- - README-Mac-OSX.txt
79
- - uninstall.rb
80
- - post-setup.rb
81
- - setup.rb
82
- - doc/rvgclip.html
83
- - doc/rvgpattern.html
84
- - doc/rvgtspan.html
85
- - doc/rvgshape.html
86
- - doc/rvgstyle.html
87
- - doc/constants.html
88
- - doc/usage.html
89
- - doc/rvgtut.html
90
- - doc/ilist.html
91
- - doc/rvguse.html
92
- - doc/rvggroup.html
93
- - doc/draw.html
94
- - doc/index.html
95
- - doc/image3.html
96
- - doc/scripts/stripeTables.js
97
- - doc/scripts/doc.js
98
- - doc/rvg.html
99
- - doc/rvgimage.html
100
- - doc/info.html
101
- - doc/imageattrs.html
102
- - doc/rvgtext.html
103
- - doc/optequiv.html
41
+ - Doxyfile
42
+ - Gemfile
43
+ - LICENSE
44
+ - README.textile
45
+ - Rakefile
46
+ - before_install_linux.sh
47
+ - before_install_osx.sh
48
+ - doc/.cvsignore
104
49
  - doc/comtasks.html
105
- - doc/image1.html
106
- - doc/magick.html
107
- - doc/rvgxform.html
108
- - doc/css/popup.css
50
+ - doc/constants.html
109
51
  - doc/css/doc.css
52
+ - doc/css/popup.css
110
53
  - doc/css/ref.css
111
- - doc/image2.html
112
- - doc/imusage.html
113
- - doc/struct.html
114
- - doc/ex/resize_to_fit.rb
115
- - doc/ex/tref01.rb
116
- - doc/ex/stroke_width.rb
117
- - doc/ex/shade.rb
118
- - doc/ex/rvg_linecap.rb
119
- - doc/ex/unsharp_mask.rb
120
- - doc/ex/image.rb
121
- - doc/ex/frame.rb
122
- - doc/ex/stroke_dasharray.rb
54
+ - doc/draw.html
55
+ - doc/ex/InitialCoords.rb
56
+ - doc/ex/NewCoordSys.rb
57
+ - doc/ex/OrigCoordSys.rb
58
+ - doc/ex/PreserveAspectRatio.rb
59
+ - doc/ex/RotateScale.rb
60
+ - doc/ex/Skew.rb
61
+ - doc/ex/Use01.rb
62
+ - doc/ex/Use02.rb
63
+ - doc/ex/Use03.rb
64
+ - doc/ex/ViewBox.rb
65
+ - doc/ex/adaptive_threshold.rb
66
+ - doc/ex/add_noise.rb
67
+ - doc/ex/affine.rb
68
+ - doc/ex/affine_transform.rb
69
+ - doc/ex/arc.rb
70
+ - doc/ex/arcpath.rb
71
+ - doc/ex/arcs01.rb
72
+ - doc/ex/arcs02.rb
73
+ - doc/ex/average.rb
74
+ - doc/ex/axes.rb
75
+ - doc/ex/baseline_shift01.rb
76
+ - doc/ex/bilevel_channel.rb
77
+ - doc/ex/blur_image.rb
78
+ - doc/ex/border.rb
79
+ - doc/ex/bounding_box.rb
80
+ - doc/ex/cbezier1.rb
81
+ - doc/ex/cbezier2.rb
82
+ - doc/ex/cbezier3.rb
83
+ - doc/ex/cbezier4.rb
84
+ - doc/ex/cbezier5.rb
85
+ - doc/ex/cbezier6.rb
86
+ - doc/ex/channel.rb
87
+ - doc/ex/charcoal.rb
88
+ - doc/ex/chop.rb
89
+ - doc/ex/circle.rb
123
90
  - doc/ex/circle01.rb
124
- - doc/ex/drawcomp.rb
125
- - doc/ex/transpose.rb
126
- - doc/ex/pattern1.rb
127
- - doc/ex/polyline.rb
91
+ - doc/ex/clip_path.rb
92
+ - doc/ex/coalesce.rb
93
+ - doc/ex/color_fill_to_border.rb
94
+ - doc/ex/color_floodfill.rb
95
+ - doc/ex/color_histogram.rb
96
+ - doc/ex/color_reset.rb
97
+ - doc/ex/colorize.rb
98
+ - doc/ex/colors.rb
99
+ - doc/ex/compose_mask.rb
100
+ - doc/ex/composite.rb
101
+ - doc/ex/composite_layers.rb
102
+ - doc/ex/composite_tiled.rb
128
103
  - doc/ex/contrast.rb
129
- - doc/ex/tspan01.rb
130
- - doc/ex/cycle_colormap.rb
131
- - doc/ex/texture_floodfill.rb
132
- - doc/ex/axes.rb
133
- - doc/ex/rvg_opacity.rb
134
- - doc/ex/gradientfill.rb
104
+ - doc/ex/crop.rb
105
+ - doc/ex/crop_with_gravity.rb
106
+ - doc/ex/cubic01.rb
135
107
  - doc/ex/cubic02.rb
136
- - doc/ex/OrigCoordSys.rb
137
- - doc/ex/watermark.rb
108
+ - doc/ex/cycle_colormap.rb
109
+ - doc/ex/dissolve.rb
110
+ - doc/ex/drawcomp.rb
111
+ - doc/ex/drop_shadow.rb
112
+ - doc/ex/edge.rb
113
+ - doc/ex/ellipse.rb
114
+ - doc/ex/ellipse01.rb
115
+ - doc/ex/emboss.rb
138
116
  - doc/ex/enhance.rb
139
- - doc/ex/trim.rb
140
- - doc/ex/adaptive_threshold.rb
141
- - doc/ex/modulate.rb
142
- - doc/ex/cbezier5.rb
143
- - doc/ex/rotate.rb
144
- - doc/ex/nonzero.rb
145
- - doc/ex/rect01.rb
146
- - doc/ex/images/spin.gif
147
- - doc/ex/images/Button_N.gif
148
- - doc/ex/images/duck14.gif
149
- - doc/ex/images/Button_I.gif
150
- - doc/ex/images/Violin.jpg
151
- - doc/ex/images/Ballerina3.jpg
152
- - doc/ex/images/Button_Y.gif
153
- - doc/ex/images/Button_W.gif
117
+ - doc/ex/equalize.rb
118
+ - doc/ex/evenodd.rb
119
+ - doc/ex/fill_pattern.rb
120
+ - doc/ex/flatten_images.rb
121
+ - doc/ex/flip.rb
122
+ - doc/ex/flop.rb
123
+ - doc/ex/font_styles.rb
124
+ - doc/ex/fonts.rb
125
+ - doc/ex/frame.rb
126
+ - doc/ex/gaussian_blur.rb
127
+ - doc/ex/get_multiline_type_metrics.rb
128
+ - doc/ex/get_pixels.rb
129
+ - doc/ex/get_type_metrics.rb
130
+ - doc/ex/gradientfill.rb
131
+ - doc/ex/grav.rb
132
+ - doc/ex/gravity.rb
133
+ - doc/ex/group.rb
134
+ - doc/ex/hatchfill.rb
135
+ - doc/ex/image.rb
154
136
  - doc/ex/images/Apple.miff
155
- - doc/ex/images/duck10.gif
137
+ - doc/ex/images/Ballerina.jpg
138
+ - doc/ex/images/Ballerina3.jpg
139
+ - doc/ex/images/Button_0.gif
140
+ - doc/ex/images/Button_1.gif
156
141
  - doc/ex/images/Button_2.gif
157
- - doc/ex/images/Red_Rocks.jpg
158
142
  - doc/ex/images/Button_3.gif
159
- - doc/ex/images/Button_G.gif
160
- - doc/ex/images/Snake.wmf
143
+ - doc/ex/images/Button_4.gif
144
+ - doc/ex/images/Button_5.gif
161
145
  - doc/ex/images/Button_6.gif
162
- - doc/ex/images/Button_J.gif
163
- - doc/ex/images/duck11.gif
164
- - doc/ex/images/Button_Z.gif
165
- - doc/ex/images/Button_D.gif
166
- - doc/ex/images/Button_B.gif
167
- - doc/ex/images/Shorts.jpg
168
- - doc/ex/images/Button_U.gif
169
- - doc/ex/images/Rocks_On_Beach.miff
146
+ - doc/ex/images/Button_7.gif
147
+ - doc/ex/images/Button_8.gif
170
148
  - doc/ex/images/Button_9.gif
171
- - doc/ex/images/Button_M.gif
172
- - doc/ex/images/duck9.gif
173
- - doc/ex/images/notimplemented.gif
174
- - doc/ex/images/duck15.gif
175
- - doc/ex/images/smile.miff
176
- - doc/ex/images/Button_0.gif
177
- - doc/ex/images/duck13.gif
178
- - doc/ex/images/Button_5.gif
179
149
  - doc/ex/images/Button_A.gif
180
- - doc/ex/images/Yellow_Rose.miff
181
- - doc/ex/images/duck3.gif
182
- - doc/ex/images/Coffee.wmf
183
- - doc/ex/images/Button_H.gif
184
- - doc/ex/images/Hot_Air_Balloons_H.jpg
185
- - doc/ex/images/Button_7.gif
150
+ - doc/ex/images/Button_B.gif
186
151
  - doc/ex/images/Button_C.gif
187
- - doc/ex/images/duck8.gif
188
- - doc/ex/images/duck7.gif
189
- - doc/ex/images/Button_T.gif
152
+ - doc/ex/images/Button_D.gif
190
153
  - doc/ex/images/Button_E.gif
191
- - doc/ex/images/Button_Q.gif
192
- - doc/ex/images/Button_O.gif
193
- - doc/ex/images/Flower_Hat.jpg
194
- - doc/ex/images/Button_8.gif
195
- - doc/ex/images/duck2.gif
196
- - doc/ex/images/Button_1.gif
197
- - doc/ex/images/duck0.gif
198
- - doc/ex/images/Button_X.gif
154
+ - doc/ex/images/Button_F.gif
155
+ - doc/ex/images/Button_G.gif
156
+ - doc/ex/images/Button_H.gif
157
+ - doc/ex/images/Button_I.gif
158
+ - doc/ex/images/Button_J.gif
199
159
  - doc/ex/images/Button_K.gif
200
- - doc/ex/images/logo400x83.gif
201
- - doc/ex/images/Gold_Statue.jpg
160
+ - doc/ex/images/Button_L.gif
161
+ - doc/ex/images/Button_M.gif
162
+ - doc/ex/images/Button_N.gif
163
+ - doc/ex/images/Button_O.gif
164
+ - doc/ex/images/Button_P.gif
165
+ - doc/ex/images/Button_Q.gif
166
+ - doc/ex/images/Button_R.gif
167
+ - doc/ex/images/Button_S.gif
168
+ - doc/ex/images/Button_T.gif
169
+ - doc/ex/images/Button_U.gif
202
170
  - doc/ex/images/Button_V.gif
203
- - doc/ex/images/graydient230x6.gif
204
- - doc/ex/images/duck12.gif
205
- - doc/ex/images/duck6.gif
206
- - doc/ex/images/duck.gif
207
- - doc/ex/images/Polynesia.jpg
208
- - doc/ex/images/Button_S.gif
209
- - doc/ex/images/Button_F.gif
210
- - doc/ex/images/No.wmf
211
- - doc/ex/images/duck5.gif
171
+ - doc/ex/images/Button_W.gif
172
+ - doc/ex/images/Button_X.gif
173
+ - doc/ex/images/Button_Y.gif
174
+ - doc/ex/images/Button_Z.gif
212
175
  - doc/ex/images/Cheetah.jpg
213
- - doc/ex/images/Button_4.gif
214
- - doc/ex/images/Ballerina.jpg
215
- - doc/ex/images/duck1.gif
216
- - doc/ex/images/Leaf.miff
217
- - doc/ex/images/Button_P.gif
218
- - doc/ex/images/Button_R.gif
219
- - doc/ex/images/Button_L.gif
176
+ - doc/ex/images/Coffee.wmf
177
+ - doc/ex/images/Flower_Hat.jpg
178
+ - doc/ex/images/Gold_Statue.jpg
220
179
  - doc/ex/images/Hot_Air_Balloons.jpg
221
- - doc/ex/images/model.miff
180
+ - doc/ex/images/Hot_Air_Balloons_H.jpg
181
+ - doc/ex/images/Leaf.miff
182
+ - doc/ex/images/No.wmf
183
+ - doc/ex/images/Polynesia.jpg
184
+ - doc/ex/images/Red_Rocks.jpg
185
+ - doc/ex/images/Rocks_On_Beach.miff
186
+ - doc/ex/images/Shorts.jpg
187
+ - doc/ex/images/Snake.wmf
188
+ - doc/ex/images/Violin.jpg
189
+ - doc/ex/images/Yellow_Rose.miff
222
190
  - doc/ex/images/big-duck.gif
191
+ - doc/ex/images/duck.gif
192
+ - doc/ex/images/duck0.gif
193
+ - doc/ex/images/duck1.gif
194
+ - doc/ex/images/duck10.gif
195
+ - doc/ex/images/duck11.gif
196
+ - doc/ex/images/duck12.gif
197
+ - doc/ex/images/duck13.gif
198
+ - doc/ex/images/duck14.gif
199
+ - doc/ex/images/duck15.gif
200
+ - doc/ex/images/duck2.gif
201
+ - doc/ex/images/duck3.gif
223
202
  - doc/ex/images/duck4.gif
224
- - doc/ex/pattern2.rb
225
- - doc/ex/texturefill.rb
226
- - doc/ex/cbezier6.rb
227
- - doc/ex/colors.rb
228
- - doc/ex/gravity.rb
229
- - doc/ex/vignette.rb
230
- - doc/ex/arc.rb
231
- - doc/ex/composite_layers.rb
232
- - doc/ex/sparse_color.rb
233
- - doc/ex/preview.rb
234
- - doc/ex/negate.rb
235
- - doc/ex/splice.rb
236
- - doc/ex/cbezier3.rb
237
- - doc/ex/dissolve.rb
238
- - doc/ex/composite.rb
239
- - doc/ex/swirl.rb
240
- - doc/ex/rectangle.rb
241
- - doc/ex/writing_mode01.rb
242
- - doc/ex/rvg_linejoin.rb
243
- - doc/ex/polygon01.rb
244
- - doc/ex/rvg_clippath.rb
245
- - doc/ex/coalesce.rb
246
- - doc/ex/color_fill_to_border.rb
247
- - doc/ex/shear.rb
248
- - doc/ex/average.rb
249
- - doc/ex/PreserveAspectRatio.rb
250
- - doc/ex/flip.rb
251
- - doc/ex/quad01.rb
252
- - doc/ex/arcs02.rb
253
- - doc/ex/sketch.rb
254
- - doc/ex/polyline01.rb
255
- - doc/ex/group.rb
256
- - doc/ex/triangle01.rb
203
+ - doc/ex/images/duck5.gif
204
+ - doc/ex/images/duck6.gif
205
+ - doc/ex/images/duck7.gif
206
+ - doc/ex/images/duck8.gif
207
+ - doc/ex/images/duck9.gif
208
+ - doc/ex/images/graydient230x6.gif
209
+ - doc/ex/images/image_with_profile.jpg
210
+ - doc/ex/images/logo400x83.gif
211
+ - doc/ex/images/model.miff
212
+ - doc/ex/images/notimplemented.gif
213
+ - doc/ex/images/smile.miff
214
+ - doc/ex/images/spin.gif
215
+ - doc/ex/implode.rb
216
+ - doc/ex/level.rb
217
+ - doc/ex/level_colors.rb
218
+ - doc/ex/line.rb
219
+ - doc/ex/line01.rb
220
+ - doc/ex/mask.rb
221
+ - doc/ex/matte_fill_to_border.rb
222
+ - doc/ex/matte_floodfill.rb
223
+ - doc/ex/matte_replace.rb
224
+ - doc/ex/median_filter.rb
225
+ - doc/ex/modulate.rb
226
+ - doc/ex/mono.rb
257
227
  - doc/ex/morph.rb
258
- - doc/ex/segment.rb
259
- - doc/ex/rotate_f.rb
260
- - doc/ex/rvg_stroke_dasharray.rb
261
- - doc/ex/Use03.rb
262
- - doc/ex/cubic01.rb
263
- - doc/ex/hatchfill.rb
264
- - doc/ex/fill_pattern.rb
228
+ - doc/ex/mosaic.rb
265
229
  - doc/ex/motion_blur.rb
266
- - doc/ex/level.rb
267
- - doc/ex/color_reset.rb
268
- - doc/ex/opacity.rb
269
- - doc/ex/channel.rb
270
- - doc/ex/color_floodfill.rb
271
- - doc/ex/gaussian_blur.rb
272
- - doc/ex/clip_path.rb
273
- - doc/ex/cbezier4.rb
274
- - doc/ex/rubyname.rb
275
- - doc/ex/ellipse.rb
276
- - doc/ex/RotateScale.rb
277
- - doc/ex/arcs01.rb
278
- - doc/ex/circle.rb
279
- - doc/ex/ordered_dither.rb
280
- - doc/ex/skewy.rb
281
- - doc/ex/evenodd.rb
282
- - doc/ex/border.rb
283
- - doc/ex/implode.rb
230
+ - doc/ex/negate.rb
284
231
  - doc/ex/negate_channel.rb
285
- - doc/ex/roll.rb
286
- - doc/ex/add_noise.rb
287
- - doc/ex/bilevel_channel.rb
232
+ - doc/ex/nested_rvg.rb
233
+ - doc/ex/nonzero.rb
288
234
  - doc/ex/normalize.rb
289
- - doc/ex/tspan03.rb
235
+ - doc/ex/oil_paint.rb
236
+ - doc/ex/opacity.rb
237
+ - doc/ex/ordered_dither.rb
290
238
  - doc/ex/path.rb
291
- - doc/ex/quantize-m.rb
292
- - doc/ex/rvg_pattern.rb
293
- - doc/ex/compose_mask.rb
294
- - doc/ex/tspan02.rb
295
- - doc/ex/text_antialias.rb
296
- - doc/ex/flatten_images.rb
239
+ - doc/ex/pattern1.rb
240
+ - doc/ex/pattern2.rb
241
+ - doc/ex/polaroid.rb
297
242
  - doc/ex/polygon.rb
298
- - doc/ex/mono.rb
299
- - doc/ex/texture_fill_to_border.rb
243
+ - doc/ex/polygon01.rb
244
+ - doc/ex/polyline.rb
245
+ - doc/ex/polyline01.rb
246
+ - doc/ex/posterize.rb
247
+ - doc/ex/preview.rb
248
+ - doc/ex/qbezierpath.rb
249
+ - doc/ex/quad01.rb
250
+ - doc/ex/quantize-m.rb
251
+ - doc/ex/radial_blur.rb
252
+ - doc/ex/raise.rb
253
+ - doc/ex/random_threshold_channel.rb
254
+ - doc/ex/rect01.rb
255
+ - doc/ex/rect02.rb
256
+ - doc/ex/rectangle.rb
257
+ - doc/ex/reduce_noise.rb
258
+ - doc/ex/remap.rb
259
+ - doc/ex/remap_images.rb
300
260
  - doc/ex/resize_to_fill.rb
301
- - doc/ex/shave.rb
302
- - doc/ex/blur_image.rb
303
- - doc/ex/get_multiline_type_metrics.rb
304
- - doc/ex/polaroid.rb
305
- - doc/ex/affine.rb
306
- - doc/ex/crop.rb
261
+ - doc/ex/resize_to_fit.rb
262
+ - doc/ex/roll.rb
263
+ - doc/ex/rotate.rb
264
+ - doc/ex/rotate_f.rb
265
+ - doc/ex/roundrect.rb
266
+ - doc/ex/rubyname.rb
267
+ - doc/ex/rvg_clippath.rb
268
+ - doc/ex/rvg_linecap.rb
269
+ - doc/ex/rvg_linejoin.rb
270
+ - doc/ex/rvg_opacity.rb
271
+ - doc/ex/rvg_pattern.rb
272
+ - doc/ex/rvg_stroke_dasharray.rb
273
+ - doc/ex/segment.rb
274
+ - doc/ex/sepiatone.rb
275
+ - doc/ex/shade.rb
307
276
  - doc/ex/shadow.rb
308
- - doc/ex/drop_shadow.rb
309
- - doc/ex/get_type_metrics.rb
310
- - doc/ex/wet_floor.rb
311
- - doc/ex/color_histogram.rb
312
- - doc/ex/remap_images.rb
313
- - doc/ex/median_filter.rb
314
- - doc/ex/nested_rvg.rb
277
+ - doc/ex/shave.rb
278
+ - doc/ex/shear.rb
279
+ - doc/ex/sketch.rb
280
+ - doc/ex/skewx.rb
281
+ - doc/ex/skewy.rb
282
+ - doc/ex/smile.rb
283
+ - doc/ex/solarize.rb
284
+ - doc/ex/sparse_color.rb
285
+ - doc/ex/splice.rb
315
286
  - doc/ex/spread.rb
316
- - doc/ex/ellipse01.rb
317
- - doc/ex/text_undercolor.rb
318
287
  - doc/ex/stegano.rb
319
- - doc/ex/reduce_noise.rb
320
- - doc/ex/viewex.rb
321
- - doc/ex/translate.rb
322
- - doc/ex/font_styles.rb
288
+ - doc/ex/stroke_dasharray.rb
289
+ - doc/ex/stroke_fill.rb
323
290
  - doc/ex/stroke_linecap.rb
324
- - doc/ex/text.rb
325
- - doc/ex/ViewBox.rb
326
291
  - doc/ex/stroke_linejoin.rb
327
- - doc/ex/threshold.rb
328
- - doc/ex/sepiatone.rb
329
- - doc/ex/posterize.rb
330
- - doc/ex/affine_transform.rb
331
- - doc/ex/colorize.rb
332
- - doc/ex/Use02.rb
333
- - doc/ex/crop_with_gravity.rb
334
- - doc/ex/random_threshold_channel.rb
335
- - doc/ex/skewx.rb
336
- - doc/ex/raise.rb
337
- - doc/ex/grav.rb
292
+ - doc/ex/stroke_width.rb
293
+ - doc/ex/swirl.rb
294
+ - doc/ex/text.rb
295
+ - doc/ex/text01.rb
296
+ - doc/ex/text_align.rb
297
+ - doc/ex/text_antialias.rb
338
298
  - doc/ex/text_styles.rb
339
- - doc/ex/level_colors.rb
340
- - doc/ex/qbezierpath.rb
341
- - doc/ex/matte_fill_to_border.rb
299
+ - doc/ex/text_undercolor.rb
300
+ - doc/ex/texture_fill_to_border.rb
301
+ - doc/ex/texture_floodfill.rb
302
+ - doc/ex/texturefill.rb
303
+ - doc/ex/threshold.rb
304
+ - doc/ex/to_blob.rb
305
+ - doc/ex/translate.rb
342
306
  - doc/ex/transparent.rb
307
+ - doc/ex/transpose.rb
343
308
  - doc/ex/transverse.rb
344
- - doc/ex/roundrect.rb
345
- - doc/ex/cbezier1.rb
346
- - doc/ex/rect02.rb
347
- - doc/ex/radial_blur.rb
348
- - doc/ex/emboss.rb
349
- - doc/ex/flop.rb
350
- - doc/ex/Skew.rb
351
- - doc/ex/text_align.rb
352
- - doc/ex/get_pixels.rb
353
- - doc/ex/charcoal.rb
354
- - doc/ex/matte_floodfill.rb
355
- - doc/ex/edge.rb
356
- - doc/ex/fonts.rb
357
- - doc/ex/remap.rb
358
- - doc/ex/mosaic.rb
359
- - doc/ex/writing_mode02.rb
360
- - doc/ex/to_blob.rb
361
- - doc/ex/solarize.rb
362
- - doc/ex/Use01.rb
363
- - doc/ex/oil_paint.rb
364
- - doc/ex/mask.rb
365
- - doc/ex/cbezier2.rb
366
- - doc/ex/equalize.rb
367
- - doc/ex/chop.rb
368
- - doc/ex/InitialCoords.rb
369
- - doc/ex/matte_replace.rb
370
- - doc/ex/smile.rb
371
- - doc/ex/arcpath.rb
372
- - doc/ex/line01.rb
373
- - doc/ex/line.rb
374
- - doc/ex/text01.rb
375
- - doc/ex/NewCoordSys.rb
376
- - doc/ex/composite_tiled.rb
377
- - doc/ex/stroke_fill.rb
309
+ - doc/ex/tref01.rb
310
+ - doc/ex/triangle01.rb
311
+ - doc/ex/trim.rb
312
+ - doc/ex/tspan01.rb
313
+ - doc/ex/tspan02.rb
314
+ - doc/ex/tspan03.rb
315
+ - doc/ex/unsharp_mask.rb
316
+ - doc/ex/viewex.rb
317
+ - doc/ex/vignette.rb
318
+ - doc/ex/watermark.rb
378
319
  - doc/ex/wave.rb
379
- - doc/ex/bounding_box.rb
380
- - doc/ex/baseline_shift01.rb
381
- - build_tarball.rake
382
- has_rdoc: true
383
- homepage: http://rubyforge.org/projects/rmagick
384
- licenses: []
385
-
386
- post_install_message:
320
+ - doc/ex/wet_floor.rb
321
+ - doc/ex/writing_mode01.rb
322
+ - doc/ex/writing_mode02.rb
323
+ - doc/ilist.html
324
+ - doc/image1.html
325
+ - doc/image2.html
326
+ - doc/image3.html
327
+ - doc/imageattrs.html
328
+ - doc/imusage.html
329
+ - doc/index.html
330
+ - doc/info.html
331
+ - doc/magick.html
332
+ - doc/optequiv.html
333
+ - doc/rvg.html
334
+ - doc/rvgclip.html
335
+ - doc/rvggroup.html
336
+ - doc/rvgimage.html
337
+ - doc/rvgpattern.html
338
+ - doc/rvgshape.html
339
+ - doc/rvgstyle.html
340
+ - doc/rvgtext.html
341
+ - doc/rvgtspan.html
342
+ - doc/rvgtut.html
343
+ - doc/rvguse.html
344
+ - doc/rvgxform.html
345
+ - doc/scripts/doc.js
346
+ - doc/scripts/stripeTables.js
347
+ - doc/struct.html
348
+ - doc/usage.html
349
+ - examples/constitute.rb
350
+ - examples/crop_with_gravity.rb
351
+ - examples/demo.rb
352
+ - examples/describe.rb
353
+ - examples/find_similar_region.rb
354
+ - examples/histogram.rb
355
+ - examples/identify.rb
356
+ - examples/image_opacity.rb
357
+ - examples/import_export.rb
358
+ - examples/pattern_fill.rb
359
+ - examples/rotating_text.rb
360
+ - examples/spinner.rb
361
+ - examples/thumbnail.rb
362
+ - examples/vignette.rb
363
+ - ext/RMagick/extconf.rb
364
+ - ext/RMagick/rmagick.c
365
+ - ext/RMagick/rmagick.h
366
+ - ext/RMagick/rmdraw.c
367
+ - ext/RMagick/rmenum.c
368
+ - ext/RMagick/rmfill.c
369
+ - ext/RMagick/rmilist.c
370
+ - ext/RMagick/rmimage.c
371
+ - ext/RMagick/rminfo.c
372
+ - ext/RMagick/rmmain.c
373
+ - ext/RMagick/rmmontage.c
374
+ - ext/RMagick/rmpixel.c
375
+ - ext/RMagick/rmstruct.c
376
+ - ext/RMagick/rmutil.c
377
+ - lib/RMagick.rb
378
+ - lib/rmagick.rb
379
+ - lib/rmagick/version.rb
380
+ - lib/rmagick_internal.rb
381
+ - lib/rvg/clippath.rb
382
+ - lib/rvg/container.rb
383
+ - lib/rvg/deep_equal.rb
384
+ - lib/rvg/describable.rb
385
+ - lib/rvg/embellishable.rb
386
+ - lib/rvg/misc.rb
387
+ - lib/rvg/paint.rb
388
+ - lib/rvg/pathdata.rb
389
+ - lib/rvg/rvg.rb
390
+ - lib/rvg/stretchable.rb
391
+ - lib/rvg/stylable.rb
392
+ - lib/rvg/text.rb
393
+ - lib/rvg/transformable.rb
394
+ - lib/rvg/units.rb
395
+ - rmagick.gemspec
396
+ - test/Draw.rb
397
+ - test/Image1.rb
398
+ - test/Image2.rb
399
+ - test/Image3.rb
400
+ - test/ImageList1.rb
401
+ - test/ImageList2.rb
402
+ - test/Image_attributes.rb
403
+ - test/Import_Export.rb
404
+ - test/Info.rb
405
+ - test/Magick.rb
406
+ - test/Pixel.rb
407
+ - test/Preview.rb
408
+ - test/cmyk.icm
409
+ - test/srgb.icm
410
+ - test/test_all_basic.rb
411
+ - test/tmpnam_test.rb
412
+ homepage: https://github.com/gemhome/rmagick
413
+ licenses:
414
+ - MIT
415
+ metadata: {}
416
+ post_install_message: Please report any bugs. See https://github.com/gemhome/rmagick/compare/RMagick_2-13-2...master
417
+ and https://github.com/rmagick/rmagick/issues/18
387
418
  rdoc_options: []
388
-
389
- require_paths:
419
+ require_paths:
390
420
  - lib
391
421
  - ext
392
- required_ruby_version: !ruby/object:Gem::Requirement
393
- requirements:
422
+ required_ruby_version: !ruby/object:Gem::Requirement
423
+ requirements:
394
424
  - - ">="
395
- - !ruby/object:Gem::Version
425
+ - !ruby/object:Gem::Version
396
426
  version: 1.8.5
397
- version:
398
- required_rubygems_version: !ruby/object:Gem::Requirement
399
- requirements:
427
+ required_rubygems_version: !ruby/object:Gem::Requirement
428
+ requirements:
400
429
  - - ">="
401
- - !ruby/object:Gem::Version
402
- version: "0"
403
- version:
404
- requirements:
430
+ - !ruby/object:Gem::Version
431
+ version: '0'
432
+ requirements:
405
433
  - ImageMagick 6.4.9 or later
406
434
  rubyforge_project: rmagick
407
- rubygems_version: 1.3.5
435
+ rubygems_version: 2.4.4
408
436
  signing_key:
409
- specification_version: 3
437
+ specification_version: 4
410
438
  summary: Ruby binding to ImageMagick
411
- test_files: []
412
-
439
+ test_files:
440
+ - test/Draw.rb
441
+ - test/Image1.rb
442
+ - test/Image2.rb
443
+ - test/Image3.rb
444
+ - test/ImageList1.rb
445
+ - test/ImageList2.rb
446
+ - test/Image_attributes.rb
447
+ - test/Import_Export.rb
448
+ - test/Info.rb
449
+ - test/Magick.rb
450
+ - test/Pixel.rb
451
+ - test/Preview.rb
452
+ - test/cmyk.icm
453
+ - test/srgb.icm
454
+ - test/test_all_basic.rb
455
+ - test/tmpnam_test.rb