rmagick 2.13.4 → 2.16.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rmagick might be problematic. Click here for more details.

Files changed (281) hide show
  1. checksums.yaml +4 -4
  2. data/.editorconfig +14 -0
  3. data/.hound.yml +2 -0
  4. data/.rspec +1 -0
  5. data/.rubocop.yml +340 -0
  6. data/.simplecov +27 -0
  7. data/.travis.yml +29 -12
  8. data/CHANGELOG.md +915 -0
  9. data/CODE_OF_CONDUCT.md +13 -0
  10. data/CONTRIBUTING.md +31 -3
  11. data/Gemfile +3 -0
  12. data/README.textile +94 -4
  13. data/Rakefile +57 -45
  14. data/before_install_linux.sh +26 -6
  15. data/deprecated/RMagick.rb +6 -0
  16. data/doc/comtasks.html +1 -1
  17. data/doc/draw.html +7 -4
  18. data/doc/ex/InitialCoords.rb +16 -17
  19. data/doc/ex/NewCoordSys.rb +21 -23
  20. data/doc/ex/OrigCoordSys.rb +8 -10
  21. data/doc/ex/PreserveAspectRatio.rb +182 -183
  22. data/doc/ex/RotateScale.rb +27 -28
  23. data/doc/ex/Skew.rb +27 -27
  24. data/doc/ex/Use01.rb +7 -8
  25. data/doc/ex/Use02.rb +11 -12
  26. data/doc/ex/Use03.rb +7 -7
  27. data/doc/ex/ViewBox.rb +16 -18
  28. data/doc/ex/adaptive_threshold.rb +4 -5
  29. data/doc/ex/add_noise.rb +4 -5
  30. data/doc/ex/affine.rb +4 -4
  31. data/doc/ex/affine_transform.rb +4 -4
  32. data/doc/ex/arc.rb +10 -10
  33. data/doc/ex/arcpath.rb +7 -8
  34. data/doc/ex/arcs01.rb +10 -10
  35. data/doc/ex/arcs02.rb +36 -38
  36. data/doc/ex/average.rb +5 -5
  37. data/doc/ex/axes.rb +4 -4
  38. data/doc/ex/baseline_shift01.rb +11 -12
  39. data/doc/ex/bilevel_channel.rb +2 -3
  40. data/doc/ex/blur_image.rb +2 -2
  41. data/doc/ex/border.rb +2 -2
  42. data/doc/ex/bounding_box.rb +9 -11
  43. data/doc/ex/cbezier1.rb +3 -4
  44. data/doc/ex/cbezier2.rb +3 -4
  45. data/doc/ex/cbezier3.rb +3 -4
  46. data/doc/ex/cbezier4.rb +3 -4
  47. data/doc/ex/cbezier5.rb +2 -3
  48. data/doc/ex/cbezier6.rb +3 -3
  49. data/doc/ex/channel.rb +10 -11
  50. data/doc/ex/charcoal.rb +2 -2
  51. data/doc/ex/chop.rb +2 -2
  52. data/doc/ex/circle.rb +3 -3
  53. data/doc/ex/circle01.rb +6 -7
  54. data/doc/ex/clip_path.rb +12 -12
  55. data/doc/ex/coalesce.rb +32 -35
  56. data/doc/ex/color_fill_to_border.rb +6 -6
  57. data/doc/ex/color_floodfill.rb +2 -2
  58. data/doc/ex/color_histogram.rb +17 -18
  59. data/doc/ex/color_reset.rb +2 -2
  60. data/doc/ex/colorize.rb +2 -2
  61. data/doc/ex/colors.rb +30 -30
  62. data/doc/ex/compose_mask.rb +8 -9
  63. data/doc/ex/composite.rb +14 -16
  64. data/doc/ex/composite_layers.rb +15 -15
  65. data/doc/ex/composite_tiled.rb +5 -7
  66. data/doc/ex/contrast.rb +12 -12
  67. data/doc/ex/crop.rb +3 -3
  68. data/doc/ex/crop_with_gravity.rb +13 -17
  69. data/doc/ex/cubic01.rb +18 -20
  70. data/doc/ex/cubic02.rb +64 -67
  71. data/doc/ex/cycle_colormap.rb +2 -2
  72. data/doc/ex/dissolve.rb +2 -3
  73. data/doc/ex/drawcomp.rb +34 -34
  74. data/doc/ex/drop_shadow.rb +8 -8
  75. data/doc/ex/edge.rb +2 -2
  76. data/doc/ex/ellipse.rb +4 -4
  77. data/doc/ex/ellipse01.rb +10 -11
  78. data/doc/ex/emboss.rb +2 -2
  79. data/doc/ex/enhance.rb +2 -2
  80. data/doc/ex/equalize.rb +2 -2
  81. data/doc/ex/evenodd.rb +31 -32
  82. data/doc/ex/fill_pattern.rb +12 -15
  83. data/doc/ex/flatten_images.rb +13 -13
  84. data/doc/ex/flip.rb +2 -2
  85. data/doc/ex/flop.rb +2 -2
  86. data/doc/ex/font_styles.rb +21 -23
  87. data/doc/ex/fonts.rb +14 -14
  88. data/doc/ex/frame.rb +3 -3
  89. data/doc/ex/gaussian_blur.rb +2 -2
  90. data/doc/ex/get_multiline_type_metrics.rb +6 -7
  91. data/doc/ex/get_pixels.rb +13 -14
  92. data/doc/ex/get_type_metrics.rb +26 -31
  93. data/doc/ex/gradientfill.rb +12 -12
  94. data/doc/ex/grav.rb +4 -5
  95. data/doc/ex/gravity.rb +61 -60
  96. data/doc/ex/group.rb +16 -16
  97. data/doc/ex/hatchfill.rb +10 -10
  98. data/doc/ex/image.rb +29 -31
  99. data/doc/ex/implode.rb +17 -17
  100. data/doc/ex/level.rb +2 -2
  101. data/doc/ex/level_colors.rb +4 -4
  102. data/doc/ex/line.rb +4 -5
  103. data/doc/ex/line01.rb +11 -13
  104. data/doc/ex/mask.rb +7 -8
  105. data/doc/ex/matte_fill_to_border.rb +2 -3
  106. data/doc/ex/matte_floodfill.rb +2 -3
  107. data/doc/ex/matte_replace.rb +2 -3
  108. data/doc/ex/median_filter.rb +2 -2
  109. data/doc/ex/modulate.rb +2 -2
  110. data/doc/ex/mono.rb +4 -4
  111. data/doc/ex/morph.rb +7 -8
  112. data/doc/ex/mosaic.rb +15 -15
  113. data/doc/ex/motion_blur.rb +2 -2
  114. data/doc/ex/negate.rb +2 -2
  115. data/doc/ex/negate_channel.rb +2 -2
  116. data/doc/ex/nested_rvg.rb +11 -11
  117. data/doc/ex/nonzero.rb +31 -32
  118. data/doc/ex/normalize.rb +2 -2
  119. data/doc/ex/oil_paint.rb +2 -2
  120. data/doc/ex/opacity.rb +3 -3
  121. data/doc/ex/ordered_dither.rb +2 -2
  122. data/doc/ex/path.rb +4 -5
  123. data/doc/ex/pattern1.rb +10 -10
  124. data/doc/ex/pattern2.rb +7 -7
  125. data/doc/ex/polaroid.rb +13 -14
  126. data/doc/ex/polygon.rb +6 -7
  127. data/doc/ex/polygon01.rb +10 -12
  128. data/doc/ex/polyline.rb +4 -5
  129. data/doc/ex/polyline01.rb +11 -13
  130. data/doc/ex/posterize.rb +2 -2
  131. data/doc/ex/preview.rb +3 -4
  132. data/doc/ex/qbezierpath.rb +5 -5
  133. data/doc/ex/quad01.rb +23 -25
  134. data/doc/ex/quantize-m.rb +5 -5
  135. data/doc/ex/radial_blur.rb +2 -2
  136. data/doc/ex/raise.rb +2 -2
  137. data/doc/ex/random_threshold_channel.rb +2 -2
  138. data/doc/ex/rect01.rb +6 -7
  139. data/doc/ex/rect02.rb +9 -11
  140. data/doc/ex/rectangle.rb +3 -4
  141. data/doc/ex/reduce_noise.rb +2 -2
  142. data/doc/ex/remap.rb +7 -8
  143. data/doc/ex/remap_images.rb +9 -11
  144. data/doc/ex/resize_to_fill.rb +3 -5
  145. data/doc/ex/resize_to_fit.rb +3 -5
  146. data/doc/ex/roll.rb +2 -2
  147. data/doc/ex/rotate.rb +6 -7
  148. data/doc/ex/rotate_f.rb +2 -2
  149. data/doc/ex/roundrect.rb +4 -5
  150. data/doc/ex/rubyname.rb +11 -11
  151. data/doc/ex/rvg_clippath.rb +5 -7
  152. data/doc/ex/rvg_linecap.rb +25 -26
  153. data/doc/ex/rvg_linejoin.rb +25 -26
  154. data/doc/ex/rvg_opacity.rb +10 -11
  155. data/doc/ex/rvg_pattern.rb +15 -15
  156. data/doc/ex/rvg_stroke_dasharray.rb +6 -7
  157. data/doc/ex/segment.rb +2 -2
  158. data/doc/ex/sepiatone.rb +2 -3
  159. data/doc/ex/shade.rb +2 -2
  160. data/doc/ex/shadow.rb +2 -3
  161. data/doc/ex/shave.rb +2 -2
  162. data/doc/ex/shear.rb +3 -3
  163. data/doc/ex/sketch.rb +2 -3
  164. data/doc/ex/skewx.rb +4 -5
  165. data/doc/ex/skewy.rb +3 -3
  166. data/doc/ex/smile.rb +113 -113
  167. data/doc/ex/solarize.rb +2 -2
  168. data/doc/ex/sparse_color.rb +29 -30
  169. data/doc/ex/splice.rb +2 -3
  170. data/doc/ex/spread.rb +2 -2
  171. data/doc/ex/stegano.rb +34 -34
  172. data/doc/ex/stroke_dasharray.rb +4 -5
  173. data/doc/ex/stroke_fill.rb +4 -5
  174. data/doc/ex/stroke_linecap.rb +3 -3
  175. data/doc/ex/stroke_linejoin.rb +3 -3
  176. data/doc/ex/stroke_width.rb +3 -3
  177. data/doc/ex/swirl.rb +2 -2
  178. data/doc/ex/text.rb +4 -4
  179. data/doc/ex/text01.rb +7 -8
  180. data/doc/ex/text_align.rb +2 -2
  181. data/doc/ex/text_antialias.rb +9 -10
  182. data/doc/ex/text_styles.rb +11 -13
  183. data/doc/ex/text_undercolor.rb +2 -2
  184. data/doc/ex/texture_fill_to_border.rb +6 -6
  185. data/doc/ex/texture_floodfill.rb +2 -2
  186. data/doc/ex/texturefill.rb +10 -11
  187. data/doc/ex/threshold.rb +2 -2
  188. data/doc/ex/to_blob.rb +4 -5
  189. data/doc/ex/translate.rb +6 -6
  190. data/doc/ex/transparent.rb +5 -5
  191. data/doc/ex/transpose.rb +2 -2
  192. data/doc/ex/transverse.rb +2 -2
  193. data/doc/ex/tref01.rb +11 -12
  194. data/doc/ex/triangle01.rb +5 -6
  195. data/doc/ex/trim.rb +1 -2
  196. data/doc/ex/tspan01.rb +8 -9
  197. data/doc/ex/tspan02.rb +9 -11
  198. data/doc/ex/tspan03.rb +9 -11
  199. data/doc/ex/unsharp_mask.rb +2 -2
  200. data/doc/ex/viewex.rb +19 -21
  201. data/doc/ex/vignette.rb +2 -2
  202. data/doc/ex/watermark.rb +15 -16
  203. data/doc/ex/wave.rb +2 -2
  204. data/doc/ex/wet_floor.rb +17 -18
  205. data/doc/ex/writing_mode01.rb +8 -9
  206. data/doc/ex/writing_mode02.rb +8 -8
  207. data/doc/ilist.html +1 -1
  208. data/doc/usage.html +8 -8
  209. data/examples/constitute.rb +6 -6
  210. data/examples/crop_with_gravity.rb +13 -17
  211. data/examples/demo.rb +305 -305
  212. data/examples/describe.rb +27 -28
  213. data/examples/find_similar_region.rb +16 -16
  214. data/examples/histogram.rb +228 -232
  215. data/examples/identify.rb +165 -167
  216. data/examples/image_opacity.rb +4 -4
  217. data/examples/import_export.rb +10 -10
  218. data/examples/pattern_fill.rb +9 -9
  219. data/examples/rotating_text.rb +13 -14
  220. data/examples/spinner.rb +18 -19
  221. data/examples/thumbnail.rb +13 -14
  222. data/examples/vignette.rb +8 -9
  223. data/ext/RMagick/extconf.rb +489 -367
  224. data/ext/RMagick/rmagick.c +11 -4
  225. data/ext/RMagick/rmagick.h +4 -0
  226. data/ext/RMagick/rmdraw.c +49 -18
  227. data/ext/RMagick/rmenum.c +18 -7
  228. data/ext/RMagick/rmfill.c +4 -1
  229. data/ext/RMagick/rmilist.c +49 -13
  230. data/ext/RMagick/rmimage.c +196 -59
  231. data/ext/RMagick/rminfo.c +33 -10
  232. data/ext/RMagick/rmmain.c +18 -6
  233. data/ext/RMagick/rmmontage.c +12 -4
  234. data/ext/RMagick/rmpixel.c +18 -5
  235. data/ext/RMagick/rmstruct.c +108 -31
  236. data/ext/RMagick/rmutil.c +50 -26
  237. data/lib/rmagick/version.rb +4 -3
  238. data/lib/rmagick_internal.rb +1159 -1176
  239. data/lib/rvg/clippath.rb +36 -39
  240. data/lib/rvg/container.rb +115 -124
  241. data/lib/rvg/deep_equal.rb +46 -50
  242. data/lib/rvg/describable.rb +41 -47
  243. data/lib/rvg/embellishable.rb +384 -410
  244. data/lib/rvg/misc.rb +697 -714
  245. data/lib/rvg/paint.rb +42 -47
  246. data/lib/rvg/pathdata.rb +120 -125
  247. data/lib/rvg/rvg.rb +213 -213
  248. data/lib/rvg/stretchable.rb +159 -162
  249. data/lib/rvg/stylable.rb +109 -117
  250. data/lib/rvg/text.rb +9 -24
  251. data/lib/rvg/transformable.rb +120 -127
  252. data/lib/rvg/units.rb +58 -61
  253. data/rmagick.gemspec +46 -15
  254. data/spec/rmagick/ImageList1_spec.rb +24 -0
  255. data/spec/rmagick/draw_spec.rb +156 -0
  256. data/spec/rmagick/image/blue_shift_spec.rb +16 -0
  257. data/spec/rmagick/image/composite_spec.rb +140 -0
  258. data/spec/rmagick/image/constitute_spec.rb +15 -0
  259. data/spec/rmagick/image/dispatch_spec.rb +18 -0
  260. data/spec/rmagick/image/from_blob_spec.rb +14 -0
  261. data/spec/rmagick/image/ping_spec.rb +14 -0
  262. data/spec/rmagick/image/properties_spec.rb +29 -0
  263. data/spec/spec_helper.rb +4 -0
  264. data/test/Image1.rb +529 -727
  265. data/test/Image2.rb +1291 -1299
  266. data/test/Image3.rb +978 -981
  267. data/test/ImageList1.rb +7 -9
  268. data/test/ImageList2.rb +346 -350
  269. data/test/Image_attributes.rb +683 -686
  270. data/test/Import_Export.rb +25 -30
  271. data/test/Info.rb +339 -343
  272. data/test/Magick.rb +250 -253
  273. data/test/Pixel.rb +107 -110
  274. data/test/Preview.rb +48 -53
  275. data/test/test_all_basic.rb +15 -11
  276. data/test/tmpnam_test.rb +3 -3
  277. data/wercker.yml +10 -0
  278. metadata +77 -10
  279. data/ChangeLog +0 -816
  280. data/lib/RMagick.rb +0 -1
  281. data/test/Draw.rb +0 -121
data/ChangeLog DELETED
@@ -1,816 +0,0 @@
1
- HEAD
2
- RMagick 2.13.4
3
- #129 from @theschoolmaster
4
- proof of concept for using pkg-config in place of Magick-config on debian based systems
5
-
6
- #127 from @u338steven
7
- Changed Image#resample to calling ResampleImage (related #29, #45)
8
-
9
- #124 from @u338steven
10
- Fixed #122: lib/RMagick.rb is overwritten by lib/rmagick.rb on case-insensitive systems
11
-
12
- #123 from @prijutme4ty
13
- New class SolidFill in order to fill image with monochromatic background
14
-
15
- #121 from @markotom
16
- Quotes for correct path of font file
17
-
18
- #120 from @chulkilee
19
- Allow MagickCore6 from Magick-config
20
-
21
- #112 from @u338steven/
22
- Fixed: build error with ImageMagick 6.8.9 (when deprecated functions are excluded)
23
-
24
- #102 from @u338steven
25
- Fixed: related x_resolution, y_resolution
26
-
27
- from @u338steven
28
- Lots of test fixes
29
-
30
- #95 from @ioquatix
31
- Fix pixel hash test
32
-
33
- #94 from @u338steven
34
- Fixed: build error on Windows Ruby x64 (with ImageMagick 6.8.0-10 or Ima...
35
-
36
- #91 from @vassilevsky
37
- Do not test machine and OS-specific integers
38
- Fix initial memory limit test
39
-
40
- RMagick 2.13.3
41
- #90 from @bricef
42
- Fix installation error on systems with HRDI enabled RMagick
43
-
44
- RMagick 2.13.2
45
- o Fixed issues preventing RMagick from working with version 6.8 or higher
46
- o Fixed issues preventing RMagick from working with ruby 1.9.3
47
-
48
- RMagick 2.13.1
49
- o Fixed bug preventing RMagick from working with version 6.5.9 or higher
50
-
51
- RMagick 2.13.0
52
- o Added Doxygen documentation, for automatic documentation
53
- o Fixed bug #27467, get RMagick to compile witH ImageMagick 6.5.7
54
- o Fixed bug #27607, switch Pixel#from_hsla and Pixel#to_hsla to use ranges
55
- 0-255 instead of 0-100 for saturation and lightness (range used by
56
- ImageMagick 6.5.6-5 and higher). Also added ability to specify all
57
- arguments to these functions as percentages (bug report by Arthur Chan).
58
-
59
-
60
- RMagick 2.12.2
61
- o Add feature tests for SinusoidFunction and PolynomialFunction enum
62
- values to allow compiling with ImageMagick 6.4.8-7 (bug report by Mark
63
- Richman)
64
-
65
- RMagick 2.12.1
66
- o Fix bug #27239, allow 2.12.0 to compile with older releases of ImageMagick
67
- (bug report by Sam Lown)
68
-
69
- RMagick 2.12.0
70
- o Added Image#function_channel (available in ImageMagick 6.4.8-8)
71
- o Added Image#auto_level_channel, Image#auto_gamma_channel (available in
72
- ImageMagick 6.5.5-1)
73
- o Added Draw#interline_spacing, #interline_spacing= (available in
74
- ImageMagick 6.5.5-8)
75
-
76
- RMagick 2.11.1
77
- o Applied Alexey Borzenkov's mingw patches to extconf.rb.
78
- o Fixed a bug in Magick.trace_proc that could cause a segv at program exit
79
- with Ruby 1.9.1 (bug report by Larry Young)
80
- o Added new CompressionType enum values ZipSCompression, PixCompression,
81
- Pxr24Compression, B44Compression, B44ACompression (available in
82
- ImageMagick 6.5.5-4)
83
-
84
- RMagick 2.11.0
85
- o Fix bug #26475, dissolve and watermark don't work with new versions of
86
- ImageMagick (reported by Jim Crate)
87
- o Add Image#composite_mathematics (available in ImageMagick 6.5.4-3)
88
- o Add new LinearDodgeCompositeOp, LinearBurnCompositeOp,
89
- PegtopCompositeOp, PinLightCompositeOp, VividLightCompositeOp enum values
90
- (available in ImageMagick 6.5.4-3)
91
-
92
- RMagick 2.10.0
93
- o ImageMagick releases earlier than 6.3.5-10 and Ruby releases earlier
94
- than 1.8.5 no longer supported.
95
- o (Experimental) Support the use of Ruby managed memory for all memory
96
- allocations (available in ImageMagick 6.5.3-10)
97
- o Add Image#selective_blur_channel (available in ImageMagick 6.5.0-3)
98
- o Add new AlphaBackgroundChannel enum value (available in ImageMagick
99
- 6.5.2-5)
100
- o Add new DistortCompositeOp enum value (available in ImageMagick 6.5.3-7)
101
-
102
- RMagick 2.9.2
103
- o Add new HorizontalTileEdgeVirtualPixelMethod,
104
- VerticalTileEdgeVirtualPixelMethod, CheckerTileVirtualPixelMethod
105
- VirtualPixelMethod enum values (available in ImageMagick 6.5.0-1)
106
- o Added BilinearForwardDistortion, BilinearReverseDistortion enums
107
- (available in ImageMagick 6.5.1-2)
108
- o Add missing composite operators to Magick::Draw#composite method
109
- o Add warning about dropping support for ImageMagick < 6.3.5 and
110
- Ruby < 1.8.5
111
- o Fix bug #25892, stack buffer overflow in Magick::TypeMetric.to_s
112
- (reported by Roman Simecek)
113
-
114
- RMagick 2.9.1
115
- o Fix a bug that prevents the use of transparent background colors when
116
- built with ImageMagick 6.4.9-0
117
-
118
- RMagick 2.9.0
119
- o Fix #23209, improve RVG's letter spacing (patch from Jonah Fox)
120
- o Add Draw#kerning= attribute (available in ImageMagick 6.4.7-8)
121
- o Add Draw#interword_spacing= attribute (available in ImageMagick
122
- 6.4.8-0)
123
- o Add Draw#kerning, Draw#interword_spacing primitive methods (available in
124
- ImageMagick 6.4.8-3)
125
- o Feature #23171, support ImageList, Draw, Pixel marshaling.
126
- o Support all the new EvaluateOperator constants
127
-
128
- RMagick 2.8.0
129
- o Add the endian, scene, and transparent_color attributes to Image::Info
130
- o Deprecate Image#endian= attribute setter
131
- o Add the transparent_chroma method to the Image class (available in
132
- ImageMagick 6.4.5-6)
133
- o Add the sparse_color method to the Image class (available in ImageMagick
134
- 6.4.3)
135
- o Update Image#change_geometry to work with the new ParseSizeGeometry API
136
- in ImageMagick 6.4.6-9.
137
-
138
- RMagick 2.7.2
139
- o Fix bug #22740, some Image::Info attribute values are not propogated to
140
- the image object (bug report by Thomas Watson)
141
-
142
- RMagick 2.7.1
143
- o Fix bug #22471, Magick::fonts can abend on 64-bit systems (bug report and
144
- patch by James Le Cuirot)
145
- o ImageList.new accepts a block which is passed on to Image::read when
146
- reading the input images. The block is executed in the context of an
147
- Image::Info object.
148
- o Add support for the "user" image property.
149
- o Define the Magick::FatalImageMagickError exception class, raised if
150
- ImageMagick raises a fatal (unrecoverable) exception.
151
- o Added feature #22618, Image#total_ink_density (request by F. Behrens)
152
-
153
- RMagick 2.7.0
154
- o Fix bug #22152, extconf.rb does not respect the LDFLAGS environment
155
- variable (bug report by Joseph Sokol-Margolis)
156
- o Fix bug #22190, the NoDitherMethod enum value is not defined in
157
- ImageMagick 6.4.2
158
- o Add the TrimBoundsLayer ImageLayerMethod enum value (available in
159
- ImageMagick 6.4.3-8)
160
- o Add the CopyAlphaChannel, ExtractAlphaChannel, OpaqueAlphaChannel,
161
- ShapeAlphaChannel, and TransparentAlphaChannel AlphaChannelType enum
162
- values (available in ImageMagick 6.4.3-7)
163
- o Rename Image#affinity and ImageList#affinity to Image#remap and
164
- ImageList#remap. Retain the old names as aliases. (Changed in ImageMagick
165
- 6.4.4-0)
166
-
167
- RMagick 2.6.0
168
- o Fix bug #21237, Image::write ignores format attribute when called with a
169
- Tempfile pathname (bug report by Jack Shedd)
170
- o Fix bug #21897, ImageList#from_blob abends when certain corrupt JPEG
171
- images are used (bug report by Peter Szabo)
172
- o Add Image#composite_tiled, Image#composite_tiled! (ref:
173
- http://rubyforge.org/forum/forum.php?thread_id=27347&forum_id=33)
174
- o Add Image#deskew (available with ImageMagick 6.4.2-5)
175
- o Add Image#define, Image#undefine (available in ImageMagick 6.3.6)
176
- o Add Image#level_colors (available in ImageMagick 6.4.2-1)
177
- o Add Image#levelize_channel (available in ImageMagick 6.4.2-1)
178
- o Add Image#affinity, ImageList#affinity (available in ImageMagick 6.4.3-6).
179
- These methods replace Image#map and ImageList#map.
180
- o Accept DitherMethod values for the dither argument to Image#quantize,
181
- ImageList#quantize
182
- o Add the BarrelDistortion, PolynomialDistortion, ShepardsDistortion,
183
- PolarDistortion, and DePolarDistortion MagickDistortion Method enum values
184
- (available in ImageMagick 6.4.2-6)
185
- o Add the HorizontalTileVirtualPixelMethod and
186
- VerticalTileVirtualPixelMethod VirtualPixelMethod enum values
187
- (available in ImageMagick 6.4.2-6)
188
- o Add DitherMethod enum class
189
- o Added general-purpose OptionalMethodArguments class to handle ad-hoc
190
- optional arguments.
191
- o Support optional "distort:viewport" and "distort:scale" arguments to
192
- Image#distort
193
- o Support optional highlight_color and lowlight_color arguments
194
- to Image#compare_channel
195
-
196
- RMagick 2.5.2
197
- o Add support for MergeLayer to Magick::ImageList#optimize_layers (patch
198
- #21189, submitted by Andrew Watson)
199
- o Add PowQuantumOperator argument for Image#quantum_operator (available
200
- in ImageMagick 6.4.1-9)
201
-
202
- RMagick 2.5.1
203
- o Update Pixel#to_color to work with the new QueryMagickColorname API in
204
- ImageMagick 6.4.1-9.
205
-
206
- RMagick 2.5.0
207
- o Added Image#add_compose_mask, #delete_compose_mask (feature #20531)
208
-
209
- RMagick 2.4.0
210
- o Added Image#image_type= (feature #20490)
211
-
212
- RMagick 2.3.0
213
- o Added Image#encipher, Image#decipher (available with ImageMagick 6.3.8-6)
214
- o Added DTX1Compression, DTX1Compression, and DTX1Compression
215
- CompressionType enums (available in ImageMagick 6.3.9-4)
216
- o Added optional "use hex format" argument to Pixel#to_color
217
- o Support :area resource type in Magick.limit_resource
218
- o Pixel.from_HSL and Pixel#to_HSL are deprecated. Use Pixel.from_hsla
219
- and Pixel#to_hsla instead. The new methods rely on the ImageMagick 6.3.5
220
- and later API.
221
- o The Image#alpha and alpha= attributes are deprecated. Use alpha() and
222
- alpha? instead.
223
- o The Image#mask= attribute is deprecated. Use mask() instead.
224
- o The use of Ruby older than version 1.8.4 with RMagick is deprecated and
225
- will not be supported in a future release.
226
- o Fix bug #18271, rvg width and height attributes wrong after a call to
227
- viewbox (reported by Greg Jarman)
228
-
229
- RMagick 2.2.2
230
- o Fix bug #18016, add test for InitializeMagick in libMagickCore to
231
- extconf.rb
232
-
233
- RMagick 2.2.0
234
- o Added Image#opaque_channel, Image#paint_transparent (available with
235
- ImageMagick 6.3.7-10)
236
- o Added Image#liquid_rescale (available with ImageMagick 6.3.8-2)
237
- o Added CMYColorspace ColorspaceType value
238
- o Fixed bug #17148, compiler error message on Solaris (bug report by Trever
239
- Wennblom)
240
- o Fixed bug #17470, get_exif_by_number, get_exif_by_entry may fail when
241
- called with one or more arguments
242
-
243
- RMagick 2.1.0
244
- o Added Image::Info#caption= attribute
245
- o Rename Image#crop_resized, #crop_resized! to #resize_to_fill,
246
- #resize_to_fill!. Add aliases for the old names.
247
- o Fix bug #16776, in the axes.rb example the last 2 arguments to
248
- border.rectangle are swapped (bug report by Alain Feler)
249
- o Fix bug #16931, apostrophe in #error directive causes error in some
250
- versions of GCC (bug report by Justin Dossey)
251
-
252
- RMagick 2.0.0
253
- o Replaced configure/make/make install with standard Ruby setup.rb,
254
- extconf.rb
255
- o Removed support for Ruby earlier than 1.8.2
256
- o Removed support for GraphicsMagick. As a result these methods are no
257
- longer available: Image#grayscale_pseudo_class, Image#statistics.
258
- o Removed support for all releases of ImageMagick earlier than 6.3.0.
259
- o Removed deprecated Image#random_channel_threshold. Use
260
- Image#random_threshold_channel instead
261
- o Removed deprecated Image#channel_threshold. Use
262
- Image#random_threshold_channel instead
263
- o Removed unecessary Image#montage=
264
- o Removed unecessary and undocumented Image#image_type=
265
- o Removed deprecated Image::Info#tile_info, tile_info= attributes.
266
- o Removed deprecated Image::Info#tile, tile= attributes. Use #extract,
267
- #extract= instead
268
- o Removed deprecated Image::Info#subimage, subimage= attributes. Use
269
- scene, scene= instead
270
- o Removed deprecated Image::Info#subrange, subrange= attributes. Use
271
- number_scenes, number_scenes= instead
272
- o Removed deprecated Magick.set_monitor. Use Image#set_monitor,
273
- Image::Info#set_monitor instead
274
- o Removed deprecated RunlengthEncodedCompression CompressionType. Use
275
- RLECompression instead
276
- o Deprecated Image#matte, matte= with ImageMagick 6.3.5 and later
277
- o Added Image::Info#stroke=, stroke_width= and undercolor= attributes
278
- o Added Image::Info#tile_offset= attribute
279
- o Added Draw#fill_pattern= and #stroke_pattern= annotate attributes
280
- o Changed Image::Info[] and Image::Info[]= to allow an omitted "format"
281
- argument
282
- o Added Image#destroy!, destroyed?, check_destroyed methods
283
- o Support Image object creation/destruction tracing with the
284
- Magick.trace_proc attribute
285
- o Added Magick::QuantumRange. Magick::MaxRGB is deprecated.
286
- o Added OptimizeTransLayer, RemoveDupsLayer, RemoveZeroLayer,
287
- OptimizeImageLayer ImageLayerMethods enum values (available with
288
- ImageMagick 6.3.3),
289
- MosaicLayer, FlattenLayer (available with ImageMagick 6.3.6)
290
- o RMagick works with Q32 version of ImageMagick
291
- o Added ChangeMaskCompositeOp, DivideCompositeOp, LinearLightCompositeOp
292
- CompositeOperator enum values
293
- o Added SplineInterpolatePixel InterpolatePixelMethod enum value
294
- o Added DitherVirtualPixelMethod, RandomVirtualPixelMethod,
295
- BlackVirtualPixelMethod, GrayVirtualPixelMethod, WhiteVirtualPixelMethod
296
- (available with ImageMagick 6.3.5), and MaskVirtualPixelMethod (available
297
- with ImageMagick 6.3.3) VirtualPixelMethod enum values
298
- o Added GIFInterlace, JPEGInterlace, PNGInterlace Interlace type enum
299
- values (available with ImageMagick 6.3.4)
300
- o Added SentinelFilter FilterTypes enum value (available in ImageMagick
301
- 6.3.6)
302
- o Added Image.combine
303
- o Added Image#separate (available with ImageMagick 6.3.2)
304
- o Added Image#distort (available with ImageMagick 6.3.5)
305
- o Added Image#each_pixel (thanks to Russell Norris for the suggestion and
306
- code)
307
- o Added Image#histogram? (available with ImageMagick 6.3.5)
308
- o Added Image#sync_profiles (available with ImageMagick 6.3.2)
309
- o Added Image#extent (available with ImageMagick 6.3.1)
310
- o Added Image#excerpt, Image#excerpt! (available with ImageMagick 6.3.5)
311
- o Added Image::Info#attenuate
312
- o Added Image#clut_channel (available with ImageMagick 6.3.5)
313
- o Feature Request #16264, added ImageList#composite_layers (available with
314
- ImageMagick 6.3.3, request from Steve Martocci)
315
- o Added Image#alpha= (available with ImageMagick 6.3.5)
316
- o Added Image#gravity=
317
- o Added Image#equalize_channel (available with ImageMagick 6.3.6)
318
- o Added new FilterTypes values KaiserFilter, WelshFilter, ParzenFilter,
319
- LagrangeFilter, BohmanFilter, BartlettFilter (available with ImageMagick
320
- 6.3.6)
321
- o Fix bug #10339, Image#trim does not support "reset page information
322
- option" (bug report from Nobody)
323
- o Renamed RMagick.so to RMagick2.so to prevent confusion between RMagick.rb
324
- and RMagick.so
325
- o Feature Request #16276, re-organize doc to not split Image method pages
326
- in the middle of an initial letter (request from Roy Leban)
327
- o Updated for ImageMagick 6.3.7-5
328
- o Made changes as necessary to work with current Ruby 1.9.0
329
-
330
- RMagick 1.15.12
331
- o Fix bug #16221, starting with ImageMagick 6.3.2, get_exif_by_entry/number
332
- returns empty array/hash when no arguments are specified, even though the
333
- image has EXIF data (bug report from Paul Clegg)
334
-
335
- RMagick 1.15.11
336
- o Fix bug #15887, the x_ and y_resolution attributes don't respect the units
337
- attribute (bug report from Ben Greenburg)
338
- o Fix bug #15889, memory leak in Draw#composite method (bug report from Till
339
- Vollmer)
340
-
341
- RMagick 1.15.10
342
- o Update Magick::Pixel.from_HSL, #to_HSL to work with new APIs in
343
- ImageMagick 6.3.5-9.
344
-
345
- RMagick 1.15.9
346
- o Fixed bug #12089 (bug report from Hans de Graaff)
347
-
348
- RMagick 1.15.8
349
- o Fixed bug #12671, incorrect link in HTML doc (bug report from Thomas R.
350
- Koll
351
- o Fixed bug #11890, incorrect usage description for Draw#text_undercolor in
352
- HTML doc (bug report from Ezra Freedman)
353
- o Fixed bug #12706, specifying both a gravity and offsets to Image#composite
354
- positions the composite image incorrectly (bug report from Benoit Larroque)
355
-
356
- RMagick 1.15.7
357
- o Fix bug #11033, make distclean misses some files (bug report from Lucas
358
- Nussbaum)
359
- o Work around SetMagickRegistry problem in ImageMagick 6.3.4-7
360
-
361
- RMagick 1.15.6
362
- o Fix bug #10070, memory leak in Draw#get_type_metrics,
363
- Draw#get_multiline_type_metrics, Draw#annotate (bug report from Sinclair
364
- Bain)
365
- o Fix bug #10080, scripts in examples directory should not be marked
366
- executable (bug report from Lucas Nussbaum)
367
-
368
- RMagick 1.15.5
369
- o Fix bug #9637, export_pixels always exports all 0's for 1-bit images (bug
370
- report from Doug Patterson)
371
-
372
- RMagick 1.15.4
373
- o Fix bug #8927, RMagick and rbgsl both export the name ID_call (bug report
374
- from Shin Enomoto)
375
-
376
- RMagick 1.15.3
377
- o Fix bug #8697, Image::Info.fill= doesn't work when creating "caption:"
378
- format images (bug report from choonkeat)
379
-
380
- RMagick 1.15.2
381
- o Fix bug #8408, a compatibility problem with some versions of ImageMagick
382
- before 6.2.5 (bug report from Geir Gluckstad)
383
-
384
- RMagick 1.15.1
385
- o Fix bug #8307, compatibility problems with older (6.0.x) versions of
386
- ImageMagick (bug report from Chris Taggart)
387
-
388
- RMagick 1.15.0
389
- o Added fx method to ImageList class
390
- o Added wet_floor method to the Image class
391
- o Added linear_stretch method to the Image class (available with
392
- ImageMagick 6.3.1-1)
393
- o Added recolor method to the Image class (available with ImageMagick 6.3.1-3)
394
- o Added polaroid method to the Image class (available with ImageMagick 6.3.1-6)
395
- o Added origin attribute to the Image::Info class (supported by
396
- ImageMagick 6.3.1-4 and later)
397
- o Added PaletteBilevelMatteType to the ImageType enum
398
- o Fix bug #6260, some RVG examples produce all-black GIF images
399
- o Fix bug #7034, fix the matte method in the Draw class
400
- o Fix bug #7373, default channels should be RGB instead of RGBA
401
- o Fix bug #7716, Pixel#intensity wrong for gray images (bug report from
402
- Morio Miki)
403
- o Fix bug #7949, Magick::Draw.new abends when an exception occurs before
404
- the draw object is fully initialized (bug report from Andrew Kaspick)
405
- o Fix bug #8015, Magick::Draw.new doesn't call the optional arguments block
406
- in the right scope (bug report from Andrew Kaspick)
407
- o Tested with ImageMagick 6.3.2-0
408
-
409
- RMagick 1.14.1
410
- o Handle change to the type of the ColorInfo.color field introduced by
411
- ImageMagick 6.3.0
412
-
413
- RMagick 1.14.0
414
- o Feature request #5015, support CMYK->RGB conversions. Added the
415
- add_profile and delete_profiles to the Image class. Fixed the profile!,
416
- iptc_profile, and color_profile methods. Added the
417
- black_point_compensation attribute. (requested by Niklas Ekman)
418
- o Added adaptive_blur, adaptive_blur_channel, find_similar_region, sketch
419
- methods to the Image class (available with ImageMagick 6.2.8-6)
420
- o Added adaptive_resize to the Image class (available with
421
- ImageMagick 6.2.9)
422
- o Added resample method to the Image class (thanks to Ant Peacocke for the
423
- idea)
424
- o Added four new compositing methods to the Image class: blend, displace,
425
- dissolve, and watermark
426
- o Feature request #5418, add get_iptc_dataset and each_iptc_dataset to the
427
- Image class (requested by Oliver Andrich)
428
- o Added the bias and mask attributes to the Image class
429
- o Added optional qualifier argument to Image#rotate
430
- o Patch #5742 from Douglas Sellers, adds channel method to the Image::Info
431
- class.
432
- o Added new ChannelType enum values
433
- o Added texture= attribute writer to the Image::Info class
434
- o Added tile= attribute writer to the Draw class
435
- o Added pixel_interpolation_method attribute, InterpolatePixelMethod enum
436
- class to the Image class (available with ImageMagick 6.2.9)
437
- o Added "Magick Command Options and Their Equivalent Methods" page to the
438
- documentation
439
- o Fix bug #5079, Image#quantum_operator method doesn't work (bug report
440
- from Pedro Martins)
441
- o Fix bug #5080, incorrect RVG images when non-0 values used for the min_x
442
- or min_y arguments to RVG#viewbox (bug report from Daniel Harple)
443
- o Fix bug #5370, the clip_mask= attribute doesn't work
444
- o Fix bug #5506, wrong argument used to intialize AffineMatrix (bug
445
- report from Michael Shantzis)
446
-
447
- RMagick 1.13.0
448
- o Added transform, transform!, transpose, transpose! methods to Image class
449
- (available with ImageMagick 6.2.8)
450
- o Feature #4844, add auto_orient, auto_orient! methods to Image class
451
- (suggestion from John Oordopjes, available with ImageMagick 6.2.8)
452
- o Added adaptive_sharpen, adaptive_sharpen_channel methods to Image class
453
- (available with ImageMagick 6.2.7)
454
- o Added composite_image_channel, composite_image_channel! methods to Image
455
- class (added in ImageMagick 6.2.6)
456
- o Added radial_blur_channel method to Image class (available in
457
- ImageMagick 6.2.4)
458
- o Fix bug #4806, add hash, eql? methods to Pixel class (bug report from
459
- Tim Pease)
460
- o Change extension filename to match RubyGems 0.9.0 expectations.
461
- o Fix bug #4821, correct doc for Image#rotate (bug report from Tim Pease)
462
- o Update the Draw#annotate documentation
463
-
464
- RMagick 1.12.0
465
- o Fix bug #4630, the new signature for #level is incompatible with
466
- releases prior to 1.10.1 (bug report from Al Evans)
467
-
468
- RMagick 1.11.1
469
- o Fix bug #4511, add Makefile, rmagick_config.h as dependencies
470
- in the Makefile (bug report from Eric Hodel)
471
- o Ensure ExceptionInfo structures are freed
472
-
473
- RMagick 1.11.0
474
- o Feature #3705, add resize_to_fit (thanks to Robert Manni for the code)
475
- o Added optimize_layers method to the ImageList class (available with
476
- ImageMagick 6.2.6)
477
- o Added limit_resource method to the Magick module
478
- o Replaced install.rb with setup.rb, improved gem install
479
- (bug report from Ryan Davis)
480
- o Added --disable-htmldoc option to setup.rb
481
- o Fix bug #4104, incorrect label on example (reported by Jason Lee)
482
- o Added contrast_stretch_channel to the Image class (available with
483
- ImageMagick 6.2.6)
484
- o Improved Magick exception handling to eliminate memory leaks when an exception
485
- is rescued and execution continues.
486
- o Tested with ImageMagick 6.2.7
487
-
488
- RMagick 1.10.1
489
- o Fix bug #3437, memory leak in ImageList#to_blob
490
- o Fix bug #3363, Image#composite doesn't work when the source image
491
- is bigger than the destination
492
- o Fix bug #3635, Image#import_pixels doesn't accept FloatPixel or DoublePixel
493
- storage types
494
- o Feature #3597, add border_color attribute to the Draw class
495
-
496
- RMagick 1.10.0
497
- o Added add_noise_channel method to Image class (available with ImageMagick 6.2.5)
498
- o Added vignette method to the Image class (available with ImageMagick 6.2.6)
499
- o Added crop_resize method to the Image class (thanks to Jerret Taylor for
500
- the suggestion and original code)
501
- o Added export_pixels_to_str method to the Image class
502
- o Provided default arguments to Image#export_pixels
503
- o Added "order" option to Image#ordered_dither
504
- o Added cyan, magenta, yellow, and black attribute accessors to the Pixel class
505
- o Added CineonLogRGBColorspace, LABColorspace, Rec601LumaColorspace,
506
- Rec601YCbCrColorspace, Rec709LumaColorspace, Rec709YCbCrColorspace,
507
- LogColorspace enumerators to the ColorspaceType enumeration class.
508
- o Fixed bug #2844, Image#to_blob exits if the image is a 0x0 JPEG
509
- o Fixed bug #2688, Image#annotate, Draw#get_multiline_type_metrics handle
510
- newline characters properly
511
- o Tested with ImageMagick 6.2.6
512
- o Removed support for all versions of ImageMagick prior to 6.0.0
513
-
514
- RMagick 1.9.3
515
- o Feature #2521, add Image#distortion_channel method
516
- o Fixed bug #2546, ImageList#to_blob builds multi-image blobs again. (ImageMagick 6.2.0
517
- silently broke the ImageToBlob method.) Thanks to Tom Werner for reporting this bug.
518
- o Test with GraphicsMagick 1.1.7
519
-
520
- RMagick 1.9.2
521
- o Feature #2412, add the virtual_pixel_method attribute and the VirtualPixelMethod
522
- enumeration
523
- o Feature #2462, add the ticks_per_second attribute
524
-
525
- RMagick 1.9.1
526
- o Fixed bug #2157, Image#total_colors is now an alias of Image#number_colors
527
- o Fixed bug #2155, Image#dispose= now accepts a DisposeType enum, #dispose
528
- now returns a DisposeType enum.
529
- o Fixed bug #2156, Image#properties no longer returns garbage for the property
530
- name and value.
531
- o Fixed bug #2190, Image#compose now returns a CompositeOperator
532
- o Fixed bug #2191, Image#composite no longer abends when called with 0 arguments
533
- o Fixed bug #2213, ImageList#montage method no longer leaves the imagelist corrupt
534
- after raising an ImageMagickError
535
- o Feature #2159, added GrayChannel ChannelType enum value, BlendCompositeOp and
536
- ColorBurnCompositeOp CompositeOperator enum values, RLECompression CompressionType
537
- enum value, deprecate RunlengthCompression
538
- o Feature #2172, added optional argument to crop and crop! to reset the saved
539
- page offsets after cropping
540
- o Deprecated Image#channel_threshold. This method is deprecated in ImageMagick.
541
- o Feature #2373, change Image#import_pixels to accept a pixel data buffer as well
542
- as a pixel data array. (Thanks to Ara T. Howard for this suggestion!)
543
- o Fixed to compile without errors with ImageMagick 6.2.4-4.
544
-
545
- RMagick 1.9.0
546
- o Added Image#monitor=, Image::Info#monitor=. Deprecated Magick.set_monitor.
547
- o Fixed bug #2070, support color names with embedded spaces
548
- o Fixed bug #2109, properly scope Magick constants in RVG
549
-
550
- RMagick 1.8.3
551
- o Tested with ImageMagick 6.2.3-2
552
- o Added comment, delay, dispose, fill, gravity, and label attributes to
553
- Image::Info
554
-
555
- RMagick 1.8.2
556
- o Fix bug #1983, potential buffer overflow in version_constants
557
- o Added feature #2015, support the pointsize, authenticate,
558
- and sampling_factor attributes in Image::Info
559
-
560
- RMagick 1.8.1
561
- o Fix bugs #1876, #1888, #1919
562
- o Added feature #1941, RVG's polyline, polygon accept array arguments
563
- o Numerous fixes to the RVG documentation
564
-
565
- RMagick 1.8.0
566
- o Added Image#shadow (ImageMagick 6.1.7)
567
- o Added Image::Info#undefine, #[], #[]=
568
- o Added sigmoidal_contrast_channel, sepiatone to Image class (ImageMagick 6.2.1)
569
- o Added JPEG2000Compression constant (ImageMagick 6.2.2)
570
- o Incorporated RVG classes
571
- o Added RVG documentation, examples, updated installer
572
- o Tested with ImageMagick 6.2.2-0, latest GraphicsMagick 1.2
573
-
574
- RMagick 1.7.4
575
- o Fix bug #1727
576
- o Fix affine_transform.rb
577
- o Tested with ImageMagick 6.2.1
578
-
579
- RMagick 1.7.3
580
- o Fix bug #1553, a build issue with ImageMagick 6.0.x
581
-
582
- RMagick 1.7.2
583
- o Fix bugs #1308, #1310, #1314, #1533
584
-
585
- RMagick 1.7.1
586
- o Fix bugs #1250, #1253
587
- o Tested with ImageMagick 6.1.7, Ruby 1.8.2
588
-
589
- RMagick 1.7.0
590
- o Added splice, set_channel_depth to Image class (ImageMagick 6.0.0)
591
- o Added sharpen_channel, blur_channel to Image class (ImageMagick 6.0.1)
592
- o Added get_multiline_type_metrics to Draw class (ImageMagick 6.1.5),
593
- added new example scripts and images
594
- o Added normalize_channel, unsharp_mask_channel to Image class
595
- (ImageMagick 6.1.0)
596
- o Added read_inline to Image class
597
- o Renamed channel_compare to compare_channel, retained old name as an alias
598
- for backward compatibility.
599
- o Added default values for unsharp_mask arguments
600
- o Fixed bug #1193
601
- o Fixed segfault in destroy_Draw when Ruby gc'd the temp file name
602
- array before calling destroy_Draw
603
- o Tested with ImageMagick 6.1.6, GraphicsMagick 1.1.4, Ruby 1.8.2preview3.
604
-
605
- RMagick 1.6.2
606
- o Fixed ImageList#deconstruct to return an imagelist
607
- o Fixed installation procedure to propagate user's CFLAGS, CPPFLAGS,
608
- and LDFLAGS through to the low-level Makefile
609
- o Fixed bugs #1048, #1127
610
-
611
- RMagick 1.6.1
612
- o Changed to match changes in ImageMagick 6.1.4 API
613
- o Fixed bug #950
614
-
615
- RMagick 1.6.0
616
- o Added posterize, gaussian_blur_channel, convolve_channel methods to Image class
617
- (ImageMagick 6.0.0)
618
- o Added new CompositeOperator constants (ImageMagick 6.0.0)
619
- o Added trim and trim! methods to Image class
620
- o Added each method to Enum subclasses
621
- o Added stroke_width= attribute to the Draw class
622
- o Fixed bugs #624, #642, #716, applied patch #819 (thanks to Daniel Quimper)
623
- o Tested with ImageMagick 6.0.5-2, GraphicsMagick 1.1.3, Ruby 1.8.2
624
-
625
- RMagick 1.5.0
626
- o Added meaningful implementations of dup and clone to the Image and Draw
627
- classes. Clarified the documentation.
628
- o Do not allow changes to frozen Image, ImageList, and Draw objects.
629
- o Raise TypeError if freeze method sent to Image::Info or ImageList::Montage
630
- object.
631
- o Added view method to Image, Image::View class (thanks to Ara T. Howard and
632
- Charles Comstock on c.l.r for the discussion which prompted me to add this class)
633
- o Added grayscale_pseudo_class method to Image class (GraphicsMagick 1.1)
634
- o Added radial_blur, random_threshold_channel methods to Image class
635
- (ImageMagick 6.0.0)
636
- o Added quantum_operator method to Image class (GraphicsMagick 1.1, ImageMagick 6.0.0)
637
- o Added statistics method to Image class (GraphicsMagick 1.1)
638
- o Support channel_extrema, channel_mean with GraphicsMagick 1.1
639
- o Added endian attribute to Image class
640
- o Added composite! method to Image class
641
- o Deprecated random_channel_threshold method when linked with ImageMagick 6.0.0.
642
-
643
- RMagick 1.4.0
644
- o Revised and updated documentation
645
- o Implemented enumeration values as instances of an Enum
646
- class. Based on a description by Paul Brannon in ruby-talk 79041.
647
- o Added HSLColorspace, HWBColorspace constants (ImageMagick 5.5.7,
648
- GraphicsMagick 1.0.2)
649
- o Added CopyCyanCompositeOp, CopyMagentaCompositeOp,
650
- CopyYellowCompositeOp, CopyBlackCompositeOp constants (ImageMagick 5.5.7,
651
- GraphicsMagick 1.1)
652
- o Added ReplaceCompositeOp. CopyCompositeOp constants (ImageMagick 6.0.0)
653
- o Added color_histogram to Image class. (ImageMagick 6.0.0, GraphicsMagick 1.1)
654
- o Added define method to Image::Info class (ImageMagick 6.0.0, GraphicsMagick 1.1)
655
- o Added tint, each_profile, channel_extrema, channel_compare,
656
- channel_depth, channel_mean, quantum_depth, preview, gamma_channel,
657
- negate_channel, bilevel_channel methods to Image class (ImageMagick 6.0.0)
658
- o Added get_exif_by_entry, get_exif_by_tag to Image class
659
- o Added border! method to Image class
660
- o Added fcmp, intensity methods to Pixel class
661
- o Added Version_long constant
662
- o The 'fuzz' attribute in the Image and ImageInfo classes now
663
- accepts a percentage value as well as a numeric value.
664
- o Added Geometry class and changed all methods that accept a geometry
665
- string to accept a Geometry object as well
666
- o Added dup and clone methods to the ImageList, Image, and Draw
667
- classes (Fix for bug #254.)
668
- o Tested with latest ImageMagick 6.0.0 beta and GraphicsMagick 1.1 snapshot
669
-
670
- RMagick 1.3.2
671
- o Fix profile! to require only 2 arguments, as documented.
672
- o Correct spelling of 'transparent' in text_antialias.rb example.
673
- o Add output of `Magick-config --libs` to LIBS variable in configure
674
- o Minor fixes in documentation
675
- o Test with GraphicsMagick 1.0.4
676
- o Test with latest ImageMagick 5.5.8 beta
677
-
678
- RMagick 1.3.1
679
- o Fixed default base URI in the links to the installed xMagick doc
680
- o Applied the patch for bug #76 that caused the rubyname.rb example
681
- to hang when installing on FreeBSD.
682
- o Fixed the <=> method in Image to return nil when the class of the
683
- other object is not Image
684
- o Added code to ensure that the `text' argument to Draw#text is not
685
- nil or empty
686
- o Fixed the handle_error function to re-initialize the exception
687
- structure after destroying its contents.
688
-
689
- RMagick 1.3.0
690
- o Added strip!, import_pixels, export_pixels, random_channel_threshold
691
- to the Image class. (Available only with ImageMagick 5.5.8, which
692
- is still in beta.)
693
- o Added black_threshold and white_threshold to the Image class.
694
- o Added format= attribute writer to the Image class
695
- o Added monochrome= attribute writer to the Image::Info class
696
- o Added annotate to the Image class.
697
- o Made the image argument to get_type_metrics optional. (Thanks to
698
- Hal Fulton for suggesting this change and the annotate change!)
699
- o Enhance the read, write, and ping methods in both the Image
700
- class and the ImageList class to accept an open File object as
701
- well as a filename argument.
702
- o Added change_geometry to the Image class
703
- o Changed configure to generate top-level Makefile with install
704
- and uninstall targets. (Thanks to Bob Friesenhahn for the
705
- suggestion and the the Makefile!)
706
- o Incorporated 1.2.2.1 patch to correct problems when building
707
- with Ruby 1.6.7.
708
- o Added "magick_location" attribute to the ImageMagickError
709
- class. (Available only with GraphicsMagick 1.1, not yet released.)
710
- o Tested with ImageMagick 5.5.8 beta
711
- o Tested with GraphicsMagick 1.0.2 and 1.1 snapshot
712
- o Tested with Ruby 1.8.0
713
- o Changed to MIT license
714
-
715
- RMagick 1.2.2
716
- o Fixed many bugs in configuration script
717
- o Added support for GraphicsMagick 1.0 (with assistance from Bob Friesenhahn)
718
- o Changed default documentation directory (--doc-dir option default) to
719
- $prefix/share/RMagick
720
- o Added "examples" directory to contain example programs that aren't
721
- referenced by the documentation
722
-
723
- RMagick 1.2.1
724
- o Yet another fix to the Cygwin installation procedure
725
-
726
- RMagick 1.2.0
727
- o Changed install to work correctly on Cygwin
728
- (Cygwin testing by Yuki Hirakawa and David Martinez Garcia.)
729
- o Changed install to support Gentoo ebuild
730
- (Gentoo support provided by Tom Payne.)
731
- o Changed configure script to find IM doc in IM 5.5.7
732
- o Added Image#capture
733
- o Added optional matte_pct argument to Image#colorize
734
- o Add default argument values to Image#gaussian_blur
735
- o Fix bug in Image#store_pixels that prevented it from working with
736
- GIF and other PseudoClass image formats
737
- o Changed Image#crop and Image#crop! to accept a GravityType constant
738
- as the first argument, instead of the x- and y-offset arguments.
739
- (Suggested by Robert Wagner.)
740
- o Added Image::Info#filename=, image_type=
741
- o Added ImageList#__map__ as an alias for Enumerable#map
742
- o Added fetch, insert, select, reject methods to ImageList class for
743
- Ruby 1.8.0
744
- o Undefined zip and transpose methods in ImageList class for Ruby 1.8.0
745
- o ImageMagick 5.5.7 supported
746
-
747
- RMagick 1.1.0
748
- o Fixed bug in handle_error that caused an abend when linked with IM 5.5.6
749
- o Added RMAGICK image "format". When read, returns 252x108 RMagick logo
750
- in PNG format.
751
- o Changed examples to give all floating point constants a leading digit.
752
- o Added Image#rotate!
753
- o Tested with Ruby 1.8.0preview2
754
- o Added Image#extract_info, Image::Info#extract=, Image::Info#scene=,
755
- Image::Info#number_scenes=, Image::Info#tile=
756
- o Added Draw#text_align, Draw#text_anchor, Draw#text_undercolor
757
- o ImageMagick 5.5.6 supported
758
-
759
- RMagick 1.0.0
760
- o Fixed warnings when compiling with Ruby 1.8.0
761
- o Added Draw#rotation=, rotated_text.rb
762
- o Fixed temp image files in Montage_texture and Draw_composite
763
- o ImageMagick 5.5.5 supported
764
-
765
- RMagick 0.9.5
766
- o Added channel.rb example
767
- o Fixed install problems with IM 5.5.1
768
-
769
- RMagick 0.9.4
770
- o Cleaned up documentation.
771
- o Added logging methods Magick.set_log_event_mask and Magick.set_log_format
772
- o Added Magick.set_monitor
773
- o Added custom serialization methods _dump and _load to Image class.
774
- Added marshaling section to usage doc.
775
- o Added Image#mime_type
776
- o Changed install to use autoconf-generated configure script
777
- o Replaced makedoc.rb with post-install.rb hook
778
- o Added rmconst.rb utility script
779
- o ImageMagick 5.5.4 supported
780
-
781
- RMagick 0.9.3
782
- o Changed ImageList#<=> to use same algorithm as Array#<=>
783
- o Changed Draw class variables to class constants
784
- o Fixed bug in Magick::colors method that caused some colors
785
- to be repeated or missed when the optional block is used
786
- o Changed fill classes to not inherit from common Fill class.
787
- Removed Fill class.
788
- o Improved usage documentation
789
- o Added Image#level_channel, introduced with IM 5.5.3
790
- o ImageMagick 5.5.3 supported
791
- o Ruby 1.6.8, 1.8.0preview1 supported
792
-
793
- RMagick 0.9.2
794
- o Added crop!, flip!, flop!, magnify!, minify!, resize!, sample!,
795
- scale!, shave!, channel_threshold methods to Image class
796
- o Documented DisposeType, ColorSeparationMatteType and OptimizeType
797
- constants
798
- o Changed Image#<=>, ImageList#<=> to raise TypeError if the other
799
- argument is not in the same class
800
- o Deleted Image#==, ImageList#==, include Comparable in both classes
801
- o Added Image#thumbnail, thumbnail!, adaptive_threshold for 5.5.2 & later
802
- o Used image list functions in 5.5.2 & later
803
- o ImageMagick 5.5.2 supported
804
- o Removed last vestiges of 5.4.9 support
805
-
806
- RMagick 0.9.1
807
- o Added -Wl,rpath option to $LDFLAGS in extconf.rb
808
- o #include <sys/types.h> in rmagick.h
809
- o Changed set_cache_threshold to call SetMagickResourceLimit instead of SetCacheThreshold
810
- o Changed Image_texture_flood_fill to clone texture image instead of adding a reference
811
- o Many fixes to the Array methods in ImageList
812
- o Defined Image#<=>, defined Image#== in terms of Image#<=>
813
- o Defined ImageList#<=> in terms of Image#<=>
814
-
815
- RMagick 0.9.0
816
- 1st beta