rdp-rmagick 0.0.0

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