rmagick 2.13.2 → 4.2.2

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