rmagick 4.0.0 → 5.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (420) hide show
  1. checksums.yaml +4 -4
  2. data/.devcontainer/Dockerfile +14 -0
  3. data/.devcontainer/ImageMagick6/devcontainer.json +11 -0
  4. data/.devcontainer/devcontainer.json +11 -0
  5. data/.devcontainer/setup-repo.sh +10 -0
  6. data/.devcontainer/setup-user.sh +45 -0
  7. data/.editorconfig +3 -0
  8. data/.github/ISSUE_TEMPLATE.md +17 -0
  9. data/.github/workflows/ci.yml +138 -0
  10. data/.gitignore +5 -1
  11. data/.rspec +1 -0
  12. data/.rubocop.yml +24 -0
  13. data/.rubocop_todo.yml +150 -297
  14. data/.yardopts +5 -0
  15. data/CHANGELOG.md +222 -0
  16. data/CODE_OF_CONDUCT.md +122 -7
  17. data/CONTRIBUTING.md +14 -10
  18. data/README.md +316 -0
  19. data/Rakefile +59 -93
  20. data/before_install_linux.sh +23 -29
  21. data/before_install_osx.sh +58 -2
  22. data/ext/RMagick/extconf.rb +191 -110
  23. data/ext/RMagick/rmagick.c +77 -104
  24. data/ext/RMagick/rmagick.h +138 -99
  25. data/ext/RMagick/rmagick_gvl.h +224 -0
  26. data/ext/RMagick/rmdraw.c +464 -526
  27. data/ext/RMagick/rmenum.c +132 -121
  28. data/ext/RMagick/rmfill.c +223 -83
  29. data/ext/RMagick/rmilist.c +360 -288
  30. data/ext/RMagick/rmimage.c +5550 -4318
  31. data/ext/RMagick/rminfo.c +637 -818
  32. data/ext/RMagick/rmkinfo.c +88 -92
  33. data/ext/RMagick/rmmain.c +462 -263
  34. data/ext/RMagick/rmmontage.c +105 -150
  35. data/ext/RMagick/rmpixel.c +554 -359
  36. data/ext/RMagick/rmstruct.c +81 -94
  37. data/ext/RMagick/rmutil.c +279 -270
  38. data/lib/rmagick/version.rb +3 -1
  39. data/lib/rmagick.rb +2 -0
  40. data/lib/rmagick_internal.rb +118 -104
  41. data/lib/rvg/clippath.rb +2 -1
  42. data/lib/rvg/container.rb +10 -5
  43. data/lib/rvg/describable.rb +1 -1
  44. data/lib/rvg/embellishable.rb +5 -4
  45. data/lib/rvg/misc.rb +15 -12
  46. data/lib/rvg/paint.rb +2 -1
  47. data/lib/rvg/pathdata.rb +12 -11
  48. data/lib/rvg/rvg.rb +10 -6
  49. data/lib/rvg/stylable.rb +9 -7
  50. data/lib/rvg/text.rb +11 -6
  51. data/lib/rvg/transformable.rb +3 -2
  52. data/lib/rvg/units.rb +1 -1
  53. data/rmagick.gemspec +13 -12
  54. metadata +63 -419
  55. data/.appveyor.yml +0 -45
  56. data/.circleci/config.yml +0 -56
  57. data/.ruby-version +0 -1
  58. data/.simplecov +0 -27
  59. data/.travis.yml +0 -62
  60. data/Doxyfile +0 -1514
  61. data/README.textile +0 -259
  62. data/benchmarks/memory/README.md +0 -50
  63. data/benchmarks/memory/image_new.rb +0 -8
  64. data/benchmarks/memory/rmagick.gnuplot +0 -16
  65. data/deprecated/RMagick.rb +0 -6
  66. data/doc/.cvsignore +0 -1
  67. data/doc/comtasks.html +0 -287
  68. data/doc/constants.html +0 -1581
  69. data/doc/css/doc.css +0 -299
  70. data/doc/css/popup.css +0 -34
  71. data/doc/css/ref.css +0 -67
  72. data/doc/draw.html +0 -3272
  73. data/doc/ex/InitialCoords.rb +0 -22
  74. data/doc/ex/NewCoordSys.rb +0 -30
  75. data/doc/ex/OrigCoordSys.rb +0 -16
  76. data/doc/ex/PreserveAspectRatio.rb +0 -204
  77. data/doc/ex/RotateScale.rb +0 -36
  78. data/doc/ex/Skew.rb +0 -38
  79. data/doc/ex/Use01.rb +0 -15
  80. data/doc/ex/Use02.rb +0 -20
  81. data/doc/ex/Use03.rb +0 -16
  82. data/doc/ex/ViewBox.rb +0 -31
  83. data/doc/ex/adaptive_threshold.rb +0 -9
  84. data/doc/ex/add_noise.rb +0 -16
  85. data/doc/ex/affine.rb +0 -48
  86. data/doc/ex/affine_transform.rb +0 -20
  87. data/doc/ex/arc.rb +0 -49
  88. data/doc/ex/arcpath.rb +0 -32
  89. data/doc/ex/arcs01.rb +0 -28
  90. data/doc/ex/arcs02.rb +0 -59
  91. data/doc/ex/average.rb +0 -15
  92. data/doc/ex/axes.rb +0 -64
  93. data/doc/ex/baseline_shift01.rb +0 -17
  94. data/doc/ex/bilevel_channel.rb +0 -8
  95. data/doc/ex/blur_image.rb +0 -12
  96. data/doc/ex/border.rb +0 -10
  97. data/doc/ex/bounding_box.rb +0 -42
  98. data/doc/ex/cbezier1.rb +0 -41
  99. data/doc/ex/cbezier2.rb +0 -41
  100. data/doc/ex/cbezier3.rb +0 -41
  101. data/doc/ex/cbezier4.rb +0 -42
  102. data/doc/ex/cbezier5.rb +0 -42
  103. data/doc/ex/cbezier6.rb +0 -53
  104. data/doc/ex/channel.rb +0 -25
  105. data/doc/ex/charcoal.rb +0 -12
  106. data/doc/ex/chop.rb +0 -29
  107. data/doc/ex/circle.rb +0 -33
  108. data/doc/ex/circle01.rb +0 -16
  109. data/doc/ex/clip_path.rb +0 -60
  110. data/doc/ex/coalesce.rb +0 -57
  111. data/doc/ex/color_fill_to_border.rb +0 -29
  112. data/doc/ex/color_floodfill.rb +0 -28
  113. data/doc/ex/color_histogram.rb +0 -47
  114. data/doc/ex/color_reset.rb +0 -11
  115. data/doc/ex/colorize.rb +0 -16
  116. data/doc/ex/colors.rb +0 -64
  117. data/doc/ex/compose_mask.rb +0 -22
  118. data/doc/ex/composite.rb +0 -133
  119. data/doc/ex/composite_layers.rb +0 -52
  120. data/doc/ex/composite_tiled.rb +0 -21
  121. data/doc/ex/contrast.rb +0 -36
  122. data/doc/ex/crop.rb +0 -31
  123. data/doc/ex/crop_with_gravity.rb +0 -42
  124. data/doc/ex/cubic01.rb +0 -43
  125. data/doc/ex/cubic02.rb +0 -91
  126. data/doc/ex/cycle_colormap.rb +0 -21
  127. data/doc/ex/dissolve.rb +0 -12
  128. data/doc/ex/drawcomp.rb +0 -41
  129. data/doc/ex/drop_shadow.rb +0 -60
  130. data/doc/ex/edge.rb +0 -11
  131. data/doc/ex/ellipse.rb +0 -45
  132. data/doc/ex/ellipse01.rb +0 -21
  133. data/doc/ex/emboss.rb +0 -11
  134. data/doc/ex/enhance.rb +0 -28
  135. data/doc/ex/equalize.rb +0 -11
  136. data/doc/ex/evenodd.rb +0 -42
  137. data/doc/ex/fill_pattern.rb +0 -23
  138. data/doc/ex/flatten_images.rb +0 -36
  139. data/doc/ex/flip.rb +0 -11
  140. data/doc/ex/flop.rb +0 -11
  141. data/doc/ex/font_styles.rb +0 -32
  142. data/doc/ex/fonts.rb +0 -16
  143. data/doc/ex/frame.rb +0 -12
  144. data/doc/ex/gaussian_blur.rb +0 -11
  145. data/doc/ex/get_multiline_type_metrics.rb +0 -41
  146. data/doc/ex/get_pixels.rb +0 -45
  147. data/doc/ex/get_type_metrics.rb +0 -142
  148. data/doc/ex/gradientfill.rb +0 -27
  149. data/doc/ex/grav.rb +0 -45
  150. data/doc/ex/gravity.rb +0 -78
  151. data/doc/ex/group.rb +0 -26
  152. data/doc/ex/hatchfill.rb +0 -27
  153. data/doc/ex/image.rb +0 -44
  154. data/doc/ex/images/Apple.miff +0 -0
  155. data/doc/ex/images/Ballerina.jpg +0 -0
  156. data/doc/ex/images/Ballerina3.jpg +0 -0
  157. data/doc/ex/images/Button_0.gif +0 -0
  158. data/doc/ex/images/Button_1.gif +0 -0
  159. data/doc/ex/images/Button_2.gif +0 -0
  160. data/doc/ex/images/Button_3.gif +0 -0
  161. data/doc/ex/images/Button_4.gif +0 -0
  162. data/doc/ex/images/Button_5.gif +0 -0
  163. data/doc/ex/images/Button_6.gif +0 -0
  164. data/doc/ex/images/Button_7.gif +0 -0
  165. data/doc/ex/images/Button_8.gif +0 -0
  166. data/doc/ex/images/Button_9.gif +0 -0
  167. data/doc/ex/images/Button_A.gif +0 -0
  168. data/doc/ex/images/Button_B.gif +0 -0
  169. data/doc/ex/images/Button_C.gif +0 -0
  170. data/doc/ex/images/Button_D.gif +0 -0
  171. data/doc/ex/images/Button_E.gif +0 -0
  172. data/doc/ex/images/Button_F.gif +0 -0
  173. data/doc/ex/images/Button_G.gif +0 -0
  174. data/doc/ex/images/Button_H.gif +0 -0
  175. data/doc/ex/images/Button_I.gif +0 -0
  176. data/doc/ex/images/Button_J.gif +0 -0
  177. data/doc/ex/images/Button_K.gif +0 -0
  178. data/doc/ex/images/Button_L.gif +0 -0
  179. data/doc/ex/images/Button_M.gif +0 -0
  180. data/doc/ex/images/Button_N.gif +0 -0
  181. data/doc/ex/images/Button_O.gif +0 -0
  182. data/doc/ex/images/Button_P.gif +0 -0
  183. data/doc/ex/images/Button_Q.gif +0 -0
  184. data/doc/ex/images/Button_R.gif +0 -0
  185. data/doc/ex/images/Button_S.gif +0 -0
  186. data/doc/ex/images/Button_T.gif +0 -0
  187. data/doc/ex/images/Button_U.gif +0 -0
  188. data/doc/ex/images/Button_V.gif +0 -0
  189. data/doc/ex/images/Button_W.gif +0 -0
  190. data/doc/ex/images/Button_X.gif +0 -0
  191. data/doc/ex/images/Button_Y.gif +0 -0
  192. data/doc/ex/images/Button_Z.gif +0 -0
  193. data/doc/ex/images/Cheetah.jpg +0 -0
  194. data/doc/ex/images/Coffee.png +0 -0
  195. data/doc/ex/images/Flower_Hat.jpg +0 -0
  196. data/doc/ex/images/Gold_Statue.jpg +0 -0
  197. data/doc/ex/images/Hot_Air_Balloons.jpg +0 -0
  198. data/doc/ex/images/Hot_Air_Balloons_H.jpg +0 -0
  199. data/doc/ex/images/Leaf.miff +0 -0
  200. data/doc/ex/images/No.png +0 -0
  201. data/doc/ex/images/Polynesia.jpg +0 -0
  202. data/doc/ex/images/Red_Rocks.jpg +0 -0
  203. data/doc/ex/images/Rocks_On_Beach.miff +0 -0
  204. data/doc/ex/images/Shorts.jpg +0 -0
  205. data/doc/ex/images/Snake.png +0 -0
  206. data/doc/ex/images/Violin.jpg +0 -0
  207. data/doc/ex/images/Yellow_Rose.miff +0 -0
  208. data/doc/ex/images/big-duck.gif +0 -0
  209. data/doc/ex/images/duck.gif +0 -0
  210. data/doc/ex/images/duck0.gif +0 -0
  211. data/doc/ex/images/duck1.gif +0 -0
  212. data/doc/ex/images/duck10.gif +0 -0
  213. data/doc/ex/images/duck11.gif +0 -0
  214. data/doc/ex/images/duck12.gif +0 -0
  215. data/doc/ex/images/duck13.gif +0 -0
  216. data/doc/ex/images/duck14.gif +0 -0
  217. data/doc/ex/images/duck15.gif +0 -0
  218. data/doc/ex/images/duck2.gif +0 -0
  219. data/doc/ex/images/duck3.gif +0 -0
  220. data/doc/ex/images/duck4.gif +0 -0
  221. data/doc/ex/images/duck5.gif +0 -0
  222. data/doc/ex/images/duck6.gif +0 -0
  223. data/doc/ex/images/duck7.gif +0 -0
  224. data/doc/ex/images/duck8.gif +0 -0
  225. data/doc/ex/images/duck9.gif +0 -0
  226. data/doc/ex/images/graydient230x6.gif +0 -0
  227. data/doc/ex/images/image_with_profile.jpg +0 -0
  228. data/doc/ex/images/logo400x83.gif +0 -0
  229. data/doc/ex/images/model.miff +0 -0
  230. data/doc/ex/images/notimplemented.gif +0 -0
  231. data/doc/ex/images/smile.miff +0 -0
  232. data/doc/ex/images/spin.gif +0 -0
  233. data/doc/ex/implode.rb +0 -34
  234. data/doc/ex/level.rb +0 -11
  235. data/doc/ex/level_colors.rb +0 -11
  236. data/doc/ex/line.rb +0 -41
  237. data/doc/ex/line01.rb +0 -21
  238. data/doc/ex/mask.rb +0 -35
  239. data/doc/ex/matte_fill_to_border.rb +0 -39
  240. data/doc/ex/matte_floodfill.rb +0 -32
  241. data/doc/ex/matte_replace.rb +0 -39
  242. data/doc/ex/median_filter.rb +0 -28
  243. data/doc/ex/modulate.rb +0 -11
  244. data/doc/ex/mono.rb +0 -23
  245. data/doc/ex/morph.rb +0 -25
  246. data/doc/ex/mosaic.rb +0 -37
  247. data/doc/ex/motion_blur.rb +0 -11
  248. data/doc/ex/negate.rb +0 -11
  249. data/doc/ex/negate_channel.rb +0 -9
  250. data/doc/ex/nested_rvg.rb +0 -21
  251. data/doc/ex/nonzero.rb +0 -42
  252. data/doc/ex/normalize.rb +0 -11
  253. data/doc/ex/oil_paint.rb +0 -11
  254. data/doc/ex/opacity.rb +0 -37
  255. data/doc/ex/ordered_dither.rb +0 -11
  256. data/doc/ex/path.rb +0 -63
  257. data/doc/ex/pattern1.rb +0 -25
  258. data/doc/ex/pattern2.rb +0 -26
  259. data/doc/ex/polaroid.rb +0 -26
  260. data/doc/ex/polygon.rb +0 -23
  261. data/doc/ex/polygon01.rb +0 -21
  262. data/doc/ex/polyline.rb +0 -22
  263. data/doc/ex/polyline01.rb +0 -21
  264. data/doc/ex/posterize.rb +0 -8
  265. data/doc/ex/preview.rb +0 -8
  266. data/doc/ex/qbezierpath.rb +0 -52
  267. data/doc/ex/quad01.rb +0 -34
  268. data/doc/ex/quantize-m.rb +0 -25
  269. data/doc/ex/radial_blur.rb +0 -9
  270. data/doc/ex/raise.rb +0 -8
  271. data/doc/ex/random_threshold_channel.rb +0 -13
  272. data/doc/ex/rect01.rb +0 -14
  273. data/doc/ex/rect02.rb +0 -20
  274. data/doc/ex/rectangle.rb +0 -34
  275. data/doc/ex/reduce_noise.rb +0 -28
  276. data/doc/ex/remap.rb +0 -11
  277. data/doc/ex/remap_images.rb +0 -19
  278. data/doc/ex/resize_to_fill.rb +0 -8
  279. data/doc/ex/resize_to_fit.rb +0 -8
  280. data/doc/ex/roll.rb +0 -9
  281. data/doc/ex/rotate.rb +0 -44
  282. data/doc/ex/rotate_f.rb +0 -14
  283. data/doc/ex/roundrect.rb +0 -33
  284. data/doc/ex/rubyname.rb +0 -30
  285. data/doc/ex/rvg_clippath.rb +0 -12
  286. data/doc/ex/rvg_linecap.rb +0 -42
  287. data/doc/ex/rvg_linejoin.rb +0 -40
  288. data/doc/ex/rvg_opacity.rb +0 -18
  289. data/doc/ex/rvg_pattern.rb +0 -26
  290. data/doc/ex/rvg_stroke_dasharray.rb +0 -11
  291. data/doc/ex/segment.rb +0 -11
  292. data/doc/ex/sepiatone.rb +0 -7
  293. data/doc/ex/shade.rb +0 -11
  294. data/doc/ex/shadow.rb +0 -30
  295. data/doc/ex/shave.rb +0 -15
  296. data/doc/ex/shear.rb +0 -10
  297. data/doc/ex/sketch.rb +0 -17
  298. data/doc/ex/skewx.rb +0 -51
  299. data/doc/ex/skewy.rb +0 -47
  300. data/doc/ex/smile.rb +0 -126
  301. data/doc/ex/solarize.rb +0 -11
  302. data/doc/ex/sparse_color.rb +0 -55
  303. data/doc/ex/splice.rb +0 -8
  304. data/doc/ex/spread.rb +0 -11
  305. data/doc/ex/stegano.rb +0 -54
  306. data/doc/ex/stroke_dasharray.rb +0 -42
  307. data/doc/ex/stroke_fill.rb +0 -10
  308. data/doc/ex/stroke_linecap.rb +0 -44
  309. data/doc/ex/stroke_linejoin.rb +0 -48
  310. data/doc/ex/stroke_width.rb +0 -49
  311. data/doc/ex/swirl.rb +0 -17
  312. data/doc/ex/text.rb +0 -37
  313. data/doc/ex/text01.rb +0 -16
  314. data/doc/ex/text_align.rb +0 -36
  315. data/doc/ex/text_antialias.rb +0 -37
  316. data/doc/ex/text_styles.rb +0 -19
  317. data/doc/ex/text_undercolor.rb +0 -28
  318. data/doc/ex/texture_fill_to_border.rb +0 -34
  319. data/doc/ex/texture_floodfill.rb +0 -32
  320. data/doc/ex/texturefill.rb +0 -24
  321. data/doc/ex/threshold.rb +0 -13
  322. data/doc/ex/to_blob.rb +0 -13
  323. data/doc/ex/translate.rb +0 -39
  324. data/doc/ex/transparent.rb +0 -38
  325. data/doc/ex/transpose.rb +0 -9
  326. data/doc/ex/transverse.rb +0 -9
  327. data/doc/ex/tref01.rb +0 -24
  328. data/doc/ex/triangle01.rb +0 -15
  329. data/doc/ex/trim.rb +0 -23
  330. data/doc/ex/tspan01.rb +0 -17
  331. data/doc/ex/tspan02.rb +0 -17
  332. data/doc/ex/tspan03.rb +0 -19
  333. data/doc/ex/unsharp_mask.rb +0 -28
  334. data/doc/ex/viewex.rb +0 -33
  335. data/doc/ex/vignette.rb +0 -12
  336. data/doc/ex/watermark.rb +0 -27
  337. data/doc/ex/wave.rb +0 -9
  338. data/doc/ex/wet_floor.rb +0 -58
  339. data/doc/ex/writing_mode01.rb +0 -26
  340. data/doc/ex/writing_mode02.rb +0 -26
  341. data/doc/ilist.html +0 -2056
  342. data/doc/image1.html +0 -4680
  343. data/doc/image2.html +0 -3665
  344. data/doc/image3.html +0 -4522
  345. data/doc/imageattrs.html +0 -1638
  346. data/doc/imusage.html +0 -514
  347. data/doc/index.html +0 -416
  348. data/doc/info.html +0 -1499
  349. data/doc/magick.html +0 -570
  350. data/doc/optequiv.html +0 -2435
  351. data/doc/rvg.html +0 -975
  352. data/doc/rvgclip.html +0 -248
  353. data/doc/rvggroup.html +0 -305
  354. data/doc/rvgimage.html +0 -289
  355. data/doc/rvgpattern.html +0 -475
  356. data/doc/rvgshape.html +0 -406
  357. data/doc/rvgstyle.html +0 -270
  358. data/doc/rvgtext.html +0 -465
  359. data/doc/rvgtspan.html +0 -238
  360. data/doc/rvgtut.html +0 -530
  361. data/doc/rvguse.html +0 -145
  362. data/doc/rvgxform.html +0 -294
  363. data/doc/scripts/doc.js +0 -22
  364. data/doc/scripts/stripeTables.js +0 -23
  365. data/doc/struct.html +0 -1339
  366. data/doc/usage.html +0 -1621
  367. data/examples/constitute.rb +0 -7
  368. data/examples/crop_with_gravity.rb +0 -43
  369. data/examples/demo.rb +0 -323
  370. data/examples/describe.rb +0 -41
  371. data/examples/find_similar_region.rb +0 -34
  372. data/examples/histogram.rb +0 -312
  373. data/examples/identify.rb +0 -174
  374. data/examples/image_opacity.rb +0 -28
  375. data/examples/import_export.rb +0 -31
  376. data/examples/pattern_fill.rb +0 -37
  377. data/examples/rotating_text.rb +0 -45
  378. data/examples/spinner.rb +0 -49
  379. data/examples/thumbnail.rb +0 -64
  380. data/examples/vignette.rb +0 -78
  381. data/spec/rmagick/ImageList1_spec.rb +0 -24
  382. data/spec/rmagick/draw_spec.rb +0 -155
  383. data/spec/rmagick/image/blue_shift_spec.rb +0 -14
  384. data/spec/rmagick/image/channel_entropy_spec.rb +0 -9
  385. data/spec/rmagick/image/composite_spec.rb +0 -72
  386. data/spec/rmagick/image/constitute_spec.rb +0 -13
  387. data/spec/rmagick/image/dispatch_spec.rb +0 -16
  388. data/spec/rmagick/image/from_blob_spec.rb +0 -12
  389. data/spec/rmagick/image/ping_spec.rb +0 -12
  390. data/spec/rmagick/image/properties_spec.rb +0 -27
  391. data/spec/rmagick/image/read_spec.rb +0 -28
  392. data/spec/spec_helper.rb +0 -10
  393. data/spec/support/issue_200/app.rb +0 -8
  394. data/test/Draw.rb +0 -351
  395. data/test/Enum.rb +0 -228
  396. data/test/Fill.rb +0 -93
  397. data/test/Image1.rb +0 -606
  398. data/test/Image2.rb +0 -1408
  399. data/test/Image3.rb +0 -1086
  400. data/test/ImageList1.rb +0 -858
  401. data/test/ImageList2.rb +0 -375
  402. data/test/Image_attributes.rb +0 -635
  403. data/test/Import_Export.rb +0 -111
  404. data/test/Info.rb +0 -436
  405. data/test/KernelInfo.rb +0 -59
  406. data/test/Magick.rb +0 -311
  407. data/test/Pixel.rb +0 -259
  408. data/test/PolaroidOptions.rb +0 -23
  409. data/test/Preview.rb +0 -26
  410. data/test/Struct.rb +0 -45
  411. data/test/appearance/Montage.rb +0 -26
  412. data/test/appearance/appearance_assertion.rb +0 -13
  413. data/test/appearance/expected/montage_border_color.jpg +0 -0
  414. data/test/cmyk.icm +0 -0
  415. data/test/lib/internal/Draw.rb +0 -811
  416. data/test/lib/internal/Geometry.rb +0 -98
  417. data/test/lib/internal/Magick.rb +0 -40
  418. data/test/srgb.icm +0 -0
  419. data/test/test_all_basic.rb +0 -49
  420. data/test/tmpnam_test.rb +0 -50
data/README.md ADDED
@@ -0,0 +1,316 @@
1
+ RMagick
2
+ =======
3
+
4
+ [![GemVersion](https://img.shields.io/gem/v/rmagick.svg?style=flat)](https://rubygems.org/gems/rmagick)
5
+ ![CI](https://github.com/rmagick/rmagick/workflows/CI/badge.svg)
6
+
7
+ Table of Contents
8
+ -----------------
9
+
10
+ - [Introduction](#introduction)
11
+ - [Prerequisites](#prerequisites)
12
+ - [Installing RMagick](#installing-rmagick)
13
+ - [Using RMagick](#using-rmagick)
14
+ - [Things that can go wrong](#things-that-can-go-wrong)
15
+ - [Upgrading](#upgrading)
16
+ - [More samples](#more-samples)
17
+ - [Reporting Bugs](#reporting-bugs)
18
+ - [Development Setup](#development-setup)
19
+ - [Credits](#credits)
20
+ - [License](#mit-license)
21
+ - [Releasing](#releasing)
22
+
23
+ Introduction
24
+ ------------
25
+
26
+ RMagick is an interface between the Ruby programming language and the
27
+ ImageMagick image processing library.
28
+
29
+ Prerequisites
30
+ -------------
31
+
32
+ These prerequisites are required for the latest version of RMagick.
33
+
34
+ **OS**
35
+ - Linux
36
+ - \*BSD
37
+ - macOS
38
+ - Windows
39
+ - Other \*nix-like systems
40
+
41
+ **Ruby**
42
+ - Version 2.3 or later.
43
+
44
+ You can get Ruby from <https://www.ruby-lang.org>.
45
+
46
+ Ruby must be able to build C-Extensions (e.g. MRI, Rubinius, not JRuby)
47
+
48
+ **ImageMagick**
49
+ - Version 6.7.7 or later (6.x.x).
50
+ - Version 7.0.8 or later (7.x.x). Require RMagick 4.1.0 or later.
51
+
52
+ You can get ImageMagick from <https://imagemagick.org>.
53
+
54
+ ### Linux
55
+ #### Ubuntu
56
+ On Ubuntu, you can run:
57
+
58
+ ```sh
59
+ sudo apt-get install libmagickwand-dev
60
+ ```
61
+
62
+ #### Centos
63
+ On Centos, you can run:
64
+
65
+ ```sh
66
+ sudo yum install gcc ImageMagick-devel make which
67
+ ```
68
+
69
+ #### Arch Linux
70
+ On Arch Linux, you can run:
71
+
72
+ ```sh
73
+ pacman -Syy imagemagick
74
+ ```
75
+
76
+ #### Alpine Linux
77
+ On Alpine Linux, you can run:
78
+
79
+ ```
80
+ apk add imagemagick imagemagick-dev imagemagick-libs
81
+ ```
82
+
83
+ or you can run if you would like to use ImageMagick 6:
84
+
85
+ ```
86
+ apk add imagemagick6 imagemagick6-dev imagemagick6-libs
87
+ ```
88
+
89
+ ### macOS
90
+ On macOS, you can run:
91
+
92
+ ```sh
93
+ brew install imagemagick
94
+ ```
95
+
96
+ or you can run if you would like to use ImageMagick 6:
97
+
98
+ ```sh
99
+ brew install imagemagick@6
100
+ ```
101
+
102
+ ### Windows
103
+ 1. Install latest Ruby+Devkit package which you can get from [RubyInstaller for Windows](https://rubyinstaller.org).
104
+ 2. You might need to configure `PATH` environment variable to where the compiler is located.
105
+ (Ex: `set PATH=C:\Ruby27-x64\msys64\usr\bin;C:\Ruby27-x64\msys64\mingw64\bin;%PATH%`)
106
+ 3. Download `ImageMagick-7.XXXX-Q16-x64-dll.exe` (not, `ImageMagick-7.XXXX-Q16-x64-static.exe`) binary from [Windows Binary Release](https://imagemagick.org/script/download.php#windows), or you can download ImageMagick 6 from [Windows Binary Release](https://legacy.imagemagick.org/script/download.php#windows).
107
+ 4. Install ImageMagick. You need to turn on checkboxes `Add application directory to your system path` and `Install development headers and libraries for C and C++` in an installer for RMagick.
108
+ <img width="50%" src="https://user-images.githubusercontent.com/199156/77183472-b72cbd00-6b11-11ea-8b9a-247bc1f9d8b1.png" />
109
+
110
+ Installing RMagick
111
+ ------------------
112
+
113
+ ### Installing via Bundler
114
+
115
+ Add to your `Gemfile`:
116
+
117
+ ```rb
118
+ gem 'rmagick'
119
+ ```
120
+
121
+ Then run:
122
+
123
+ ```sh
124
+ bundle install
125
+ ```
126
+
127
+ ### Installing via RubyGems
128
+
129
+ Run:
130
+
131
+ ```sh
132
+ gem install rmagick
133
+ ```
134
+
135
+ ### Versioning
136
+
137
+ RMagick is versioned according to Semantic Versioning. For stable version
138
+ compatible with Ruby 1.8+, use `~> 2.0`. Versions >= 3 work on Ruby >= 2.x
139
+ only.
140
+
141
+ Using RMagick
142
+ -------------
143
+
144
+ Require RMagick in your project as follows:
145
+
146
+ ```rb
147
+ require 'rmagick'
148
+ ```
149
+
150
+ See <https://rmagick.github.io/usage.html> for links to more information.
151
+
152
+ Things that can go wrong
153
+ ------------------------
154
+
155
+ The [RMagick installation FAQ][faq] has answers to the most commonly reported
156
+ problems, though may be out of date.
157
+
158
+ ### Can't install RMagick. Can't find libMagick or one of the dependent libraries. Check the mkmf.log file for more detailed information
159
+
160
+ Typically this message means that one or more of the libraries that ImageMagick
161
+ depends on hasn't been installed. Examine the mkmf.log file in the ext/RMagick
162
+ subdirectory of the installation directory for any error messages. These
163
+ messages typically contain enough additional information for you to be able to
164
+ diagnose the problem. Also see [this FAQ][libmagick-faq].
165
+
166
+ ### Cannot open shared object file
167
+
168
+ If you get a message like this:
169
+
170
+ ```sh
171
+ $DIR/RMagick.rb:11:in `require': libMagick.so.0:
172
+ cannot open shared object file: No such file or directory -
173
+ $DIR/RMagick2.so (LoadError)
174
+ ```
175
+
176
+ you probably do not have the directory in which the ImageMagick library
177
+ is installed in your load path. An easy way to fix this is to define
178
+ the directory in the `LD_LIBRARY_PATH` environment variable. For
179
+ example, suppose you installed the ImageMagick library `libMagick.so` in
180
+ `/usr/local/lib`. (By default this is where it is installed.) Create the
181
+ `LD_LIBRARY_PATH` variable like this:
182
+
183
+ ```sh
184
+ export LD_LIBRARY_PATH=/usr/local/lib
185
+ ```
186
+
187
+ On Linux, see `ld(1)` and `ld.so(8)` for more information. On other operating
188
+ systems, see the documentation for the dynamic loading facility.
189
+
190
+ This operation might not be required when you can use 4.2.5 or later.
191
+
192
+ ### Segmentation fault
193
+
194
+ Default stack size of your operating system might be too small. Try removing
195
+ the limit with this command:
196
+
197
+ ```sh
198
+ ulimit -s unlimited
199
+ ```
200
+
201
+ Upgrading
202
+ ---------
203
+
204
+ If you upgrade to a newer release of ImageMagick, make sure you're using a
205
+ release of RMagick that supports that release. It's safe to install a new
206
+ release of RMagick over an earlier release.
207
+
208
+ More samples
209
+ ------------
210
+
211
+ You can find more sample RMagick programs in the `/examples` directory. These
212
+ programs are not installed in the RMagick documentation tree.
213
+
214
+ Reporting bugs
215
+ --------------
216
+
217
+ Please report bugs in RMagick, its documentation, or its installation programs
218
+ via the bug tracker on the [RMagick issues page][issues].
219
+
220
+ However, We can't help with Ruby installation and configuration or ImageMagick
221
+ installation and configuration. Information about reporting problems and
222
+ getting help for ImageMagick is available at the [ImageMagick
223
+ website][imagemagick] or the [ImageMagick Forum][imagemagick-forum].
224
+
225
+ Development Setup
226
+ -----------------
227
+
228
+ In order to minimize issues on your local machine, we recommend that you make
229
+ use of a [Vagrant installation][dev-box].
230
+
231
+ Steps to get up and running with a passing build are as follows:
232
+
233
+ ### 1) set up the Vagrant environment
234
+
235
+ If you don't already have Vagrant installed, you can download and install it
236
+ from [here][vagrant]. Once installed, we can set up a pre-built environment:
237
+
238
+ ```sh
239
+ git clone https://github.com/tjschuck/rake-compiler-dev-box.git
240
+ cd rake-compiler-dev-box
241
+ vagrant up
242
+ ```
243
+
244
+ This last part will probably take a while as it has to download an Ubuntu image
245
+ and configure it. If there is an error during this process, you may need to
246
+ reboot your computer and enable virtualization in your BIOS settings.
247
+
248
+ ### 2) clone RMagick and log in to the vagrant box
249
+
250
+ Within the `rake-compiler-dev-box` directory:
251
+
252
+ ```sh
253
+ git clone https://github.com/rmagick/rmagick.git # or your fork
254
+ vagrant ssh
255
+ ```
256
+
257
+ ### 3) install ImageMagick and additional environment stuff
258
+
259
+ ```sh
260
+ cd /vagrant/rmagick
261
+ export IMAGEMAGICK_VERSION=6.8.9-10
262
+ bash ./before_install_linux.sh
263
+ ```
264
+
265
+ This will take just a few minutes to build ImageMagick
266
+
267
+ ### 4) build RMagick
268
+
269
+ ```sh
270
+ rake
271
+ ```
272
+
273
+ This compiles the RMagick extensions and runs the tests. If all goes well
274
+ you'll see a lot of output, eventually ending in something like:
275
+
276
+ ```sh
277
+ Finished tests in 35.865734s, 11.3758 tests/s, 6560.3007 assertions/s.
278
+
279
+ 408 tests, 235290 assertions, 0 failures, 0 errors, 0 skips
280
+ ```
281
+
282
+ And you're all set! The copy of RMagick within `/vagrant/rmagick` inside your
283
+ Vagrant session is the same as the one in the `rake-compiler-dev-box` directory
284
+ on your machine. You can make changes locally and run tests within your `ssh`
285
+ session.
286
+
287
+ Credits
288
+ -------
289
+
290
+ **Authors:** Tim Hunter, Omer Bar-or, Benjamin Thomas
291
+
292
+ Thanks to [ImageMagick Studio LLC][imagemagick] for ImageMagick and for hosting
293
+ the RMagick documentation.
294
+
295
+ License
296
+ -----------
297
+
298
+ [MIT License](LICENSE)
299
+
300
+ Releasing
301
+ ---------
302
+
303
+ See <https://github.com/rmagick/rmagick/wiki/Release-Process>
304
+
305
+ 1. Update ChangeLog
306
+ 2. Edit `lib/rmagick/version.rb`
307
+ 3. Are the tests passing? Run `rake` again just to be sure.
308
+ 4. `rake release`
309
+
310
+ [issues]: https://github.com/rmagick/rmagick/issues
311
+ [libmagick-faq]: https://web.archive.org/web/20140512193354/https://rmagick.rubyforge.org/install-faq.html#libmagick
312
+ [faq]: https://web.archive.org/web/20140512193354/https://rmagick.rubyforge.org/install-faq.html
313
+ [imagemagick]: https://imagemagick.org
314
+ [imagemagick-forum]: https://imagemagick.org/discourse-server
315
+ [dev-box]: https://github.com/tjschuck/rake-compiler-dev-box
316
+ [vagrant]: https://www.vagrantup.com/
data/Rakefile CHANGED
@@ -43,7 +43,7 @@ task build: [:config] do
43
43
  FileUtils.mkdir_p(File.join(base, 'pkg'))
44
44
  FileUtils.mv(File.join(base, gem_name), 'pkg')
45
45
  else
46
- STDERR.puts 'Could not build gem'
46
+ warn 'Could not build gem'
47
47
  exit $CHILD_STATUS.exitstatus
48
48
  end
49
49
  end
@@ -63,26 +63,13 @@ end
63
63
  desc 'Release'
64
64
  task release: %i[assert_clean_repo push_and_tag]
65
65
 
66
- desc 'Release and build the legacy way'
67
- task legacy_release: ['legacy:README.html', 'legacy:extconf', 'legacy:doc', 'legacy:manifest', 'release']
66
+ namespace :website do
67
+ PATH_TO_LOCAL_WEBSITE_REPOSITORY = File.expand_path('../rmagick.github.io')
68
68
 
69
- namespace :legacy do
70
- require 'find'
71
-
72
- task :redcloth do
73
- require 'redcloth'
74
- end
75
-
76
- README = 'README.html'
77
- MANIFEST = 'ext/RMagick/MANIFEST'
78
-
79
- # Change the version number placeholders in a file.
80
- # Returns an array of lines from the file.
81
- def reversion(name)
69
+ def replace_reversion(lines)
82
70
  now = Time.new
83
71
  now = now.strftime('%m/%d/%y')
84
72
 
85
- lines = File.readlines name
86
73
  lines.each do |line|
87
74
  line.gsub!(/0\.0\.0/, Magick::VERSION)
88
75
  line.gsub!(%r{YY/MM/DD}, now)
@@ -90,89 +77,73 @@ namespace :legacy do
90
77
  lines
91
78
  end
92
79
 
93
- # Rewrite a file containing embedded version number placeholders.
94
- def reversion_file(name)
95
- lines = reversion(name)
96
- tmp_name = name + '_tmp'
97
- mv name, tmp_name
98
- begin
99
- File.open(name, 'w') { |f| lines.each { |line| f.write line } }
100
- rescue StandardError
101
- mv tmp_name, name
102
- ensure
103
- rm tmp_name
104
- end
105
- end
106
-
107
- desc 'Update version in extconf'
108
- task :extconf do
109
- reversion_file 'ext/RMagick/extconf.rb'
80
+ def update_html(input_dir, output_dir, file_name)
81
+ lines = File.readlines(File.join(input_dir, file_name))
82
+ lines = replace_reversion(lines)
83
+ File.open(File.join(output_dir, file_name), 'w') { |f| lines.each { |line| f.write line } }
110
84
  end
111
85
 
112
- desc 'Build README.txt from README.textile using RedCloth'
113
- task 'README.txt' => [:redcloth] do
114
- reversion_file 'README.textile'
115
- body = File.readlines 'README.textile'
116
- body = RedCloth.new(body.join).to_html + "\n"
117
- File.open('README.txt', 'w') { |f| f.write body }
118
- end
119
-
120
- desc 'Build README.html from README.txt'
121
- task README => 'README.txt' do
122
- puts "writing #{README}"
123
- File.open(README, 'w') do |html|
124
- html.write <<END_HTML_HEAD
125
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
126
- <html>
127
- <head>
128
- <title>RMagick #{Magick::VERSION} README</title>
129
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
130
- <meta name="GENERATOR" content="RedCloth">
131
- </head>
132
- <body>
133
- END_HTML_HEAD
134
- html.write File.readlines('README.txt')
135
- html.write <<END_HTML_TAIL
136
- </body>
137
- </html>
138
- END_HTML_TAIL
86
+ ENTITY = {
87
+ '&' => '&amp;',
88
+ '>' => '&gt;',
89
+ '<' => '&lt;'
90
+ }.freeze
91
+
92
+ def file_to_html(input_dir, input_file_name, output_dir, output_file_name)
93
+ File.open(File.join(input_dir, input_file_name)) do |src|
94
+ File.open(File.join(output_dir, output_file_name), 'w') do |dest|
95
+ dest.puts <<~END_EXHTMLHEAD
96
+ <!DOCTYPE public PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
97
+ <html xmlns="http://www.w3.org/1999/xhtml">
98
+ <head>
99
+ <meta name="generator" content="ex2html.rb" />
100
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
101
+ <link rel="stylesheet" type="text/css" href="css/popup.css" />
102
+ <title>RMagick example: #{input_file_name}</title>
103
+ </head>
104
+ <body>
105
+ <h1>#{input_file_name}</h1>
106
+ <div class="bodybox">
107
+ <div class="bodyfloat">
108
+ <pre>
109
+ END_EXHTMLHEAD
110
+
111
+ src.each do |line|
112
+ line.gsub!(/[&><]/) { |s| ENTITY[s] }
113
+ dest.puts(line)
114
+ end
115
+
116
+ dest.puts <<~END_EXHTMLTAIL
117
+ </pre>
118
+ </div>
119
+ </div>
120
+ <div id="close"><a href="javascript:window.close();">Close window</a></div>
121
+ </body>
122
+ </html>
123
+ END_EXHTMLTAIL
124
+ end
139
125
  end
140
126
  end
141
127
 
142
- desc 'Update versions in html files'
143
- task :doc do
144
- Dir.chdir('doc') do
145
- FileList['*.html'].each { |d| reversion_file(d) }
128
+ desc 'Update RMagick website'
129
+ task :update do
130
+ unless File.exist?(PATH_TO_LOCAL_WEBSITE_REPOSITORY)
131
+ puts "Please clone the rmagick.github.io repository to #{PATH_TO_LOCAL_WEBSITE_REPOSITORY}"
132
+ exit 1
146
133
  end
147
- end
148
-
149
- # Remove files we don't want in the tarball.
150
- # Ensure files are not executable. (ref: bug #10080)
151
- desc "Remove files we don't want in the .gem; ensure files are not executable"
152
- task :fix_files do
153
- rm 'README.txt', verbose: true
154
- chmod 0o644, FileList['doc/*.html', 'doc/ex/*.rb', 'doc/ex/images/*', 'examples/*.rb']
155
- end
156
-
157
- desc 'Build manifest'
158
- task :manifest do
159
- now = Time.new
160
- now = now.strftime('%H:%M:%S %m/%d/%y')
161
- puts "generating #{MANIFEST}"
162
134
 
163
- File.open(MANIFEST, 'w') do |f|
164
- f.puts "MANIFEST for #{Magick::VERSION} - #{now}\n\n"
165
- Find.find('.') do |name|
166
- next if File.directory? name
135
+ Dir.glob('doc/*.html') do |file|
136
+ update_html('doc', PATH_TO_LOCAL_WEBSITE_REPOSITORY, File.basename(file))
137
+ end
167
138
 
168
- f.puts name[2..-1] # remove leading "./"
169
- end
139
+ Dir.glob('doc/ex/*.rb') do |file|
140
+ file_name = File.basename(file)
141
+ file_to_html('doc/ex', file_name, PATH_TO_LOCAL_WEBSITE_REPOSITORY, "#{file_name}.html")
170
142
  end
171
143
  end
172
144
  end
173
145
 
174
146
  require 'rake/extensiontask'
175
- require 'rake/testtask'
176
147
  require 'rspec/core/rake_task'
177
148
  RSpec::Core::RakeTask.new(:spec)
178
149
 
@@ -180,11 +151,6 @@ Rake::ExtensionTask.new('RMagick2') do |ext|
180
151
  ext.ext_dir = 'ext/RMagick'
181
152
  end
182
153
 
183
- Rake::TestTask.new(:test) do |t|
184
- t.libs << 'test'
185
- end
186
-
187
- task test: :compile
188
154
  task spec: :compile
189
155
 
190
156
  if ENV['STYLE_CHECKS']
@@ -192,5 +158,5 @@ if ENV['STYLE_CHECKS']
192
158
  RuboCop::RakeTask.new
193
159
  task default: %i[rubocop]
194
160
  else
195
- task default: %i[spec test]
161
+ task default: %i[spec]
196
162
  end
@@ -1,6 +1,8 @@
1
+ #!/usr/bin/env bash
2
+
1
3
  set -euox pipefail
2
4
 
3
- gem install bundler
5
+ gem install bundler -v 2.3.26 # Bundler 2.4.x has dropped support for Ruby 2.3
4
6
 
5
7
  if [ -v STYLE_CHECKS ]; then
6
8
  set +ux
@@ -13,62 +15,54 @@ if [ ! -v IMAGEMAGICK_VERSION ]; then
13
15
  exit 1
14
16
  fi
15
17
 
18
+ sudo apt-get clean
19
+ sudo apt-get update
20
+
16
21
  # remove all existing imagemagick related packages
17
22
  sudo apt-get autoremove -y imagemagick* libmagick* --purge
18
23
 
19
- if [ ! -v TRAVIS ]; then
20
- sudo apt-get update
21
-
22
- # install build tools, ImageMagick delegates
23
- sudo apt-get install -y build-essential libx11-dev libxext-dev zlib1g-dev \
24
- liblcms2-dev libpng-dev libjpeg-dev libfreetype6-dev libxml2-dev \
25
- libtiff5-dev libwebp-dev vim ghostscript ccache
26
- fi
24
+ # install build tools, ImageMagick delegates
25
+ sudo apt-get install -y build-essential libx11-dev libxext-dev zlib1g-dev \
26
+ liblcms2-dev libpng-dev libjpeg-dev libfreetype6-dev libxml2-dev \
27
+ libtiff5-dev libwebp-dev liblqr-1-0-dev vim gsfonts ghostscript
27
28
 
28
29
  if [ ! -d /usr/include/freetype ]; then
29
30
  # If `/usr/include/freetype` is not existed, ImageMagick 6.7 configuration fails about Freetype.
30
31
  sudo ln -sf /usr/include/freetype2 /usr/include/freetype
31
32
  fi
32
33
 
33
- project_dir=`pwd`
34
- build_dir=${project_dir}/build-ImageMagick/ImageMagick-${IMAGEMAGICK_VERSION}
34
+ project_dir=$(pwd)
35
+ build_dir="${project_dir}/build-ImageMagick/ImageMagick-${IMAGEMAGICK_VERSION}"
35
36
  if [ -v CONFIGURE_OPTIONS ]; then
36
- build_dir=${build_dir}-${CONFIGURE_OPTIONS}
37
+ build_dir="${build_dir}-${CONFIGURE_OPTIONS}"
37
38
  fi
38
39
 
39
40
  build_imagemagick() {
40
41
  mkdir -p build-ImageMagick
41
42
 
42
43
  version=(${IMAGEMAGICK_VERSION//./ })
43
- if (( "${version[0]}${version[1]}" >= 69 )); then
44
- wget https://github.com/ImageMagick/ImageMagick6/archive/${IMAGEMAGICK_VERSION}.tar.gz
45
- tar -xf ${IMAGEMAGICK_VERSION}.tar.gz
46
- rm ${IMAGEMAGICK_VERSION}.tar.gz
47
- mv ImageMagick6-${IMAGEMAGICK_VERSION} $build_dir
48
- else
49
- wget https://www.imagemagick.org/download/releases/ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz
50
- tar -xf ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz
51
- rm ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz
52
- mv ImageMagick-${IMAGEMAGICK_VERSION} $build_dir
53
- fi
44
+ wget "https://imagemagick.org/archive/releases/ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz"
45
+ tar -xf "ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz"
46
+ rm "ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz"
47
+ mv "ImageMagick-${IMAGEMAGICK_VERSION}" "${build_dir}"
54
48
 
55
49
  options="--with-magick-plus-plus=no --disable-docs"
56
50
  if [ -v CONFIGURE_OPTIONS ]; then
57
- options="${CONFIGURE_OPTIONS} $options"
51
+ options="${CONFIGURE_OPTIONS} ${options}"
58
52
  fi
59
53
 
60
- cd $build_dir
61
- CC="ccache cc" CXX="ccache c++" ./configure --prefix=/usr $options
54
+ cd "${build_dir}"
55
+ ./configure --prefix=/usr "${options}"
62
56
  make -j
63
57
  }
64
58
 
65
- if [ ! -d $build_dir ]; then
59
+ if [ ! -d "${build_dir}" ]; then
66
60
  build_imagemagick
67
61
  fi
68
62
 
69
- cd $build_dir
63
+ cd "${build_dir}"
70
64
  sudo make install -j
71
- cd $project_dir
65
+ cd "${project_dir}"
72
66
 
73
67
  sudo ldconfig
74
68
 
@@ -1,2 +1,58 @@
1
- brew update
2
- brew install imagemagick
1
+ #!/usr/bin/env bash
2
+
3
+ set -euox pipefail
4
+
5
+ gem install bundler -v 2.3.26 # Bundler 2.4.x has dropped support for Ruby 2.3
6
+
7
+ if [ -v STYLE_CHECKS ]; then
8
+ set +ux
9
+ exit 0
10
+ fi
11
+
12
+ if [ ! -v IMAGEMAGICK_VERSION ]; then
13
+ echo "you must specify an ImageMagick version."
14
+ echo "example: 'IMAGEMAGICK_VERSION=6.8.9-10 bash ./before_install_osx.sh'"
15
+ exit 1
16
+ fi
17
+
18
+ export HOMEBREW_NO_AUTO_UPDATE=true
19
+ brew uninstall --force imagemagick imagemagick@6
20
+ brew install wget ghostscript freetype jpeg little-cms2 openexr libomp libpng libtiff liblqr libtool zlib webp
21
+
22
+ export LDFLAGS="-L$(brew --prefix libxml2)/lib -L$(brew --prefix zlib)/lib -L$(brew --prefix glib)/lib -L$(brew --prefix openexr)/lib"
23
+ export CPPFLAGS="-I$(brew --prefix libxml2)/include -I$(brew --prefix zlib)/include -I$(brew --prefix glib)/include/glib-2.0 -I$(brew --prefix glib)/lib/glib-2.0/include -I$(brew --prefix openexr)/include/OpenEXR"
24
+
25
+ project_dir=$(pwd)
26
+ build_dir="${project_dir}/build-ImageMagick/ImageMagick-${IMAGEMAGICK_VERSION}"
27
+ if [ -v CONFIGURE_OPTIONS ]; then
28
+ build_dir="${build_dir}-${CONFIGURE_OPTIONS}"
29
+ fi
30
+
31
+ build_imagemagick() {
32
+ mkdir -p build-ImageMagick
33
+
34
+ version=(${IMAGEMAGICK_VERSION//./ })
35
+ wget "https://imagemagick.org/archive/releases/ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz"
36
+ tar -xf "ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz"
37
+ rm "ImageMagick-${IMAGEMAGICK_VERSION}.tar.xz"
38
+ mv "ImageMagick-${IMAGEMAGICK_VERSION}" "${build_dir}"
39
+
40
+ options="--with-magick-plus-plus=no --disable-docs"
41
+ if [ -v CONFIGURE_OPTIONS ]; then
42
+ options="${CONFIGURE_OPTIONS} ${options}"
43
+ fi
44
+
45
+ cd "${build_dir}"
46
+ ./configure --prefix=/usr/local "${options}" --without-raw
47
+ make -j
48
+ }
49
+
50
+ if [ ! -d "${build_dir}" ]; then
51
+ build_imagemagick
52
+ fi
53
+
54
+ cd "${build_dir}"
55
+ make install -j
56
+ cd "${project_dir}"
57
+
58
+ set +ux