rdp-rmagick 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
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,103 @@
1
+ class Magick::RVG
2
+
3
+ private
4
+ def header_text(pgm, name)
5
+ pgm.puts <<"END_HEADER"
6
+ /*
7
+ Version: #{Magick_version}
8
+
9
+ gcc `Magick-config --cflags --cppflags` #{name}.c `Magick-config --ldflags --libs` -o #{name}
10
+ */
11
+
12
+ #include <stdio.h>
13
+ #include <time.h>
14
+ #include <sys/types.h>
15
+ #include <string.h>
16
+ #include <stdlib.h>
17
+ #include <magick/api.h>
18
+
19
+
20
+ int main(int argc,char **argv)
21
+ {
22
+ Image *image;
23
+ ImageInfo *info;
24
+ DrawInfo *draw;
25
+ const char * const primitives =
26
+ END_HEADER
27
+ end
28
+
29
+ def list_primitives(pgm, gc)
30
+ primitives = gc.inspect.split("\n")
31
+ indent = 0
32
+ primitives.each do |cmd|
33
+ indent -= 1 if cmd['pop ']
34
+ pgm.print(' ', (' '*indent), '"', cmd, '\n"', "\n")
35
+ indent += 1 if cmd['push ']
36
+ end
37
+ end
38
+
39
+ def trailer_text(pgm, name)
40
+ pgm.puts <<"END_TRAILER"
41
+ ;
42
+
43
+ InitializeMagick("#{name}");
44
+
45
+ info = CloneImageInfo(NULL);
46
+ if (!info)
47
+ {
48
+ MagickError(ResourceLimitError,"Unable to allocate ImageInfo",
49
+ "Memory allocation failed");
50
+ }
51
+
52
+ info->size = AcquireMagickMemory(20);
53
+ sprintf(info->size, "%dx%d", #{@width.to_i}, #{@height.to_i});
54
+
55
+ image = AllocateImage(info);
56
+ if (!image)
57
+ {
58
+ MagickError(ResourceLimitError,"Unable to allocate Image",
59
+ "Memory allocation failed");
60
+ }
61
+
62
+ SetImage(image, OpaqueOpacity);
63
+
64
+ draw = CloneDrawInfo(info, NULL);
65
+ CloneString(&(draw->primitive), primitives);
66
+ DrawImage(image, draw);
67
+
68
+ if (image->exception.severity != UndefinedException)
69
+ {
70
+ printf("%s: %s", image->exception.reason, image->exception.description);
71
+ exit(1);
72
+ }
73
+
74
+ strcpy(image->filename, "#{name+".gif"}");
75
+ WriteImage(info, image);
76
+
77
+ DestroyDrawInfo(draw);
78
+ DestroyImage(image);
79
+ DestroyImageInfo(info);
80
+ DestroyMagick();
81
+
82
+ return 0;
83
+ }
84
+ END_TRAILER
85
+ end
86
+
87
+ public
88
+
89
+ # Convert an RVG object to a stand-alone C program
90
+ # suitable for reproducing a bug.
91
+ def to_c(name)
92
+ pgm = File.open(name+".c", "w")
93
+ header_text(pgm, name)
94
+ gc = Draw.new
95
+ add_primitives(gc)
96
+ list_primitives(pgm, gc)
97
+ trailer_text(pgm, name)
98
+ pgm.close
99
+ $stderr.puts "Done"
100
+ end
101
+
102
+ end # class Magick::RVG
103
+
@@ -0,0 +1,133 @@
1
+ #--
2
+ # $Id: transformable.rb,v 1.5 2009/02/28 23:52:28 rmagick Exp $
3
+ # Copyright (C) 2009 Timothy P. Hunter
4
+ #++
5
+
6
+ module Magick
7
+ class RVG
8
+
9
+ # Transforms is an Array with a deep_copy method.
10
+ # During unit-testing it also has a deep_equal method.
11
+ class Transforms < Array #:nodoc:
12
+
13
+ def deep_copy(h=nil)
14
+ copy = self.class.new
15
+ each { |transform| copy << [transform[0], transform[1].dup] }
16
+ return copy
17
+ end
18
+
19
+ end # class Transform
20
+
21
+ # Transformations are operations on the coordinate system.
22
+ # All the transformations defined within a container (an RVG object
23
+ # or a group) are applied before drawing any shapes or text.
24
+ # All transformations are applied in the order they were
25
+ # defined. <em>Note:</em> This means that
26
+ # g.translate(10,20).scale(2)
27
+ # is not the same as
28
+ # g.scale(2).translate(10,20)
29
+ module Transformable
30
+
31
+ private
32
+
33
+ # Apply transforms in the same order they were specified!
34
+ def add_transform_primitives(gc)
35
+ @transforms.each { |transform| gc.__send__(transform[0], *transform[1]) }
36
+ end
37
+
38
+ def initialize(*args, &block)
39
+ super()
40
+ @transforms = Transforms.new
41
+ end
42
+
43
+ public
44
+
45
+ # Applies the transformation matrix [sx, rx, ry, sy, tx, ty]
46
+ def matrix(sx, rx, ry, sy, tx, ty)
47
+ begin
48
+ @transforms << [:affine, [Float(sx), Float(rx), Float(ry), Float(sy), Float(tx), Float(ty)]]
49
+ rescue ArgumentError
50
+ raise ArgumentError, "arguments must be convertable to float (got #{sx.class}, #{rx.class}, #{ry.class}, #{sy.class}, #{sx.class}, #{sx.class}, #{tx.class}, #{ty.class})"
51
+ end
52
+ yield(self) if block_given?
53
+ self
54
+ end
55
+
56
+ # Add <tt>tx</tt> to all x-coordinates and <tt>ty</tt>
57
+ # to all y-coordinates. If <tt>ty</tt> is omitted it defaults
58
+ # to <tt>tx</tt>.
59
+ def translate(tx, ty=nil)
60
+ ty ||= tx
61
+ begin
62
+ @transforms << [:translate, [Float(tx), Float(ty)]]
63
+ rescue ArgumentError
64
+ raise ArgumentError, "arguments must be convertable to float (got #{tx.class}, #{ty.class})"
65
+ end
66
+ yield(self) if block_given?
67
+ self
68
+ end
69
+
70
+ # Multiply the x-coordinates by <tt>sx</tt> and the y-coordinates
71
+ # by <tt>sy</tt>. If <tt>sy</tt> is omitted it defaults to <tt>sx</tt>.
72
+ def scale(sx, sy=nil)
73
+ sy ||= sx
74
+ begin
75
+ @transforms << [:scale, [Float(sx), Float(sy)]]
76
+ rescue ArgumentError
77
+ raise ArgumentError, "arguments must be convertable to float (got #{sx.class}, #{sy.class})"
78
+ end
79
+ yield(self) if block_given?
80
+ self
81
+ end
82
+
83
+ # This method can take either of two argument lists:
84
+ # [rotate(angle)] rotate by <tt>angle</tt> degrees
85
+ # [rotate(angle, cx, cy)] rotate by <tt>angle</tt> degrees about
86
+ # the point [<tt>cx</tt>, <tt>cy</tt>].
87
+ def rotate(angle, *args)
88
+ begin
89
+ case args.length
90
+ when 0
91
+ @transforms << [:rotate, [Float(angle)]]
92
+ when 2
93
+ cx, cy = Float(args[0]), Float(args[1])
94
+ @transforms << [:translate, [cx, cy]]
95
+ @transforms << [:rotate, [angle]]
96
+ @transforms << [:translate, [-cx, -cy]]
97
+ else
98
+ raise ArgumentError, "wrong number of arguments (#{args.length} for 1 or 3)"
99
+ end
100
+ rescue ArgumentError
101
+ raise ArgumentError, "arguments must be convertable to float (got #{[angle, *args].collect {|a| a.class}.join(', ')})"
102
+ end
103
+ yield(self) if block_given?
104
+ self
105
+ end
106
+
107
+ # Skew the X-axis by <tt>angle</tt> degrees.
108
+ def skewX(angle)
109
+ begin
110
+ @transforms << [:skewx, [Float(angle)]]
111
+ rescue ArgumentError
112
+ raise ArgumentError, "argument must be convertable to float (got #{angle.class})"
113
+ end
114
+ yield(self) if block_given?
115
+ self
116
+ end
117
+
118
+ # Skew the Y-axis by <tt>angle</tt> degrees.
119
+ def skewY(angle)
120
+ begin
121
+ @transforms << [:skewy, [Float(angle)]]
122
+ rescue ArgumentError
123
+ raise ArgumentError, "argument must be convertable to float (got #{angle.class})"
124
+ end
125
+ yield(self) if block_given?
126
+ self
127
+ end
128
+
129
+ end # module Transformable
130
+
131
+ end # class RVG
132
+ end # module Magick
133
+
@@ -0,0 +1,66 @@
1
+ # $Id: units.rb,v 1.5 2009/02/28 23:52:28 rmagick Exp $
2
+ # Copyright (C) 2009 Timothy P. Hunter
3
+ module Magick
4
+ class RVG
5
+
6
+ # Define RVG.dpi and RVG.dpi=. Add conversions to Fixnum and Float classes
7
+ class << self
8
+ attr_reader :dpi
9
+ def dpi=(n)
10
+ if !defined?(@dpi)
11
+ [Float, Fixnum].each do |c|
12
+ c.class_eval <<-END_DEFS
13
+ # the default measurement - 1px is 1 pixel
14
+ def px
15
+ self
16
+ end
17
+ # inches
18
+ def in
19
+ self * ::Magick::RVG.dpi
20
+ end
21
+ # millimeters
22
+ def mm
23
+ self * ::Magick::RVG.dpi / 25.4
24
+ end
25
+ # centimeters
26
+ def cm
27
+ self * ::Magick::RVG.dpi / 2.54
28
+ end
29
+ # points
30
+ def pt
31
+ self * ::Magick::RVG.dpi / 72.0
32
+ end
33
+ # picas
34
+ def pc
35
+ self * ::Magick::RVG.dpi / 6.0
36
+ end
37
+ # percentage of the argument
38
+ def pct(of)
39
+ self * Float(of) / 100.0
40
+ end
41
+ # the default is deg
42
+ def deg
43
+ self
44
+ end
45
+ # radians -> degrees
46
+ def rad
47
+ self * 180.0 / Math::PI
48
+ end
49
+ # grads -> degrees
50
+ def grad
51
+ self * 9.0 / 10.0
52
+ end
53
+ END_DEFS
54
+ end
55
+ end
56
+
57
+ @dpi = Float(n)
58
+ return @dpi
59
+ rescue ArgumentError
60
+ raise TypeError, "Can't convert `#{n}' to Float"
61
+ end
62
+ end # class << self
63
+
64
+ end # class RVG
65
+ end # module Magick
66
+
@@ -0,0 +1,7 @@
1
+ # define additional install.rb config options
2
+ # add --allow-example-errors - default is false (only allow 5 examples to fail)
3
+ add_bool_config('allow-example-errors', false, 'Allow installation to proceed even if a lot of examples fail')
4
+ # add --disable-htmldoc - default is false, if true don't build doc and examples
5
+ add_bool_config('disable-htmldoc', false, "don't build HTML doc and examples")
6
+ # add --doc-dir - default is $prefix/share/RMagick
7
+ add_path_config('doc-dir', "$prefix/share/RMagick", 'where to install RMagick documentation')
@@ -0,0 +1,12 @@
1
+ # delete RMagick documentation created by post-setup.rb
2
+ # doc/*.rb.html
3
+ # doc/ex/* (!rb)
4
+ # Bug #246: Don't use chdir!
5
+ require 'fileutils'
6
+
7
+ targets = Dir['doc/*.rb.html']
8
+ FileUtils.safe_unlink(targets) unless targets.empty?
9
+
10
+ targets = Dir['doc/ex/*']
11
+ targets.delete_if { |entry| File.directory?(entry) || %r{\.rb\z}.match(entry) }
12
+ FileUtils.safe_unlink(targets) unless targets.empty?
@@ -0,0 +1,50 @@
1
+ # install RMagick documentation
2
+
3
+ require 'fileutils'
4
+ require 'find'
5
+
6
+ if defined?(Installer) && self.class == Installer
7
+
8
+ BUILD_HTMLDOC = get_config('disable-htmldoc') != 'yes'
9
+
10
+ $docdir = nil
11
+
12
+ # Where to install the documentation
13
+ def docdir
14
+ return $docdir if $docdir
15
+ dir = get_config('doc-dir')+'/'
16
+ dir.sub!(/\A$prefix/, get_config('prefix'))
17
+ $docdir = dir
18
+ end
19
+ else
20
+
21
+ BUILD_HTMLDOC = true
22
+
23
+ def docdir
24
+ return ARGV[0]
25
+ end
26
+ end
27
+
28
+ if BUILD_HTMLDOC
29
+
30
+ puts "\npost-install.rb: installing documentation..."
31
+
32
+ Find.find('doc') do |file|
33
+ next if FileTest.directory? file
34
+ target = file.sub(/^doc\//,docdir())
35
+ unless FileTest.exists? File.dirname(target)
36
+ FileUtils.mkdir_p(File.dirname(target), :verbose => true)
37
+ # Mark this directory as one we created so
38
+ # that uninstall.rb knows it's okay to delete
39
+ FileUtils.touch("#{File.dirname(target)}/.rmagick")
40
+ end
41
+ FileUtils.install(file, target, :mode => 0644)
42
+ end
43
+
44
+ else
45
+
46
+ puts "\npost-install.rb: --disable-htmldoc specified. No documentation will be installed."
47
+
48
+ end
49
+
50
+ exit
@@ -0,0 +1,254 @@
1
+ #===============================================================================
2
+ # post-setup.rb - setup documentation
3
+ #===============================================================================
4
+
5
+ EXAMPLES = '.examples'
6
+ STD_URI = 'http:\/\/www.imagemagick.org'
7
+ STD_URI_RE = /"#{STD_URI}/
8
+ DONT_RUN = ['fonts.rb'] # never run these examples
9
+ ENTITY = Hash['&' => '&amp;', '>' => '&gt;', '<' => '&lt;']
10
+
11
+ if defined?(Installer) && self.class == Installer
12
+
13
+ RUBYPROG = get_config('ruby-prog')
14
+ SRCDIR = curr_srcdir()
15
+ ALLOW_EXAMPLE_ERRORS = get_config('allow-example-errors') == 'yes'
16
+ BUILD_HTMLDOC = get_config('disable-htmldoc') != 'yes'
17
+
18
+ else
19
+
20
+ RUBYPROG = 'ruby'
21
+ SRCDIR = '.'
22
+ ALLOW_EXAMPLE_ERRORS = true
23
+ BUILD_HTMLDOC = true
24
+
25
+ end
26
+
27
+
28
+ #
29
+ # A set of example programs in a directory and the output image each example produces.
30
+ #
31
+
32
+ class ExampleSet
33
+ def initialize(of)
34
+ @status_quo = get_status_quo()
35
+ @errs = 0
36
+ begin
37
+ File.open(EXAMPLES) do |f|
38
+ @targets = Marshal.load(f)
39
+ end
40
+ rescue
41
+ @targets = Hash.new
42
+ @n = 0
43
+ @of = of
44
+ @first_time = true
45
+ else
46
+ @first_time = false
47
+ end
48
+ end
49
+
50
+ def persist
51
+ File.open(EXAMPLES, 'w') do |f|
52
+ Marshal.dump(@targets, f)
53
+ end
54
+ end
55
+
56
+ def targets(example)
57
+ @targets[example] || Array.new
58
+ end
59
+
60
+ def get_status_quo
61
+ sq = Dir["*"]
62
+ sq.delete_if { |entry| File.directory?(entry) }
63
+ end
64
+
65
+ def update_targets(example, new)
66
+ t = targets(example) + new
67
+ @targets[example] = t.uniq
68
+ end
69
+
70
+ def update_status_quo(example)
71
+ new_status_quo = get_status_quo()
72
+ new = new_status_quo - @status_quo
73
+ update_targets(example, new)
74
+ @status_quo = new_status_quo
75
+ end
76
+
77
+ def build(example)
78
+ cmd = "#{RUBYPROG} -I #{SRCDIR}/lib -I #{SRCDIR}/ext/RMagick #{example}"
79
+ print cmd
80
+ print " (example #{@n += 1} of #{@of})" if @first_time
81
+ puts
82
+ system cmd
83
+
84
+ if $? != 0 then
85
+ puts("post-setup.rb: #{example} example returned error code #{$?}")
86
+ @errs += 1 unless ALLOW_EXAMPLE_ERRORS
87
+ if @errs > 4
88
+ err(<<-END_EXFAIL
89
+ Too many examples failed. Search for "Help!" at
90
+ http://rmagick.rubyforge.org/install-faq.html.
91
+ END_EXFAIL
92
+ )
93
+ end
94
+ end
95
+
96
+ update_status_quo(example)
97
+ end
98
+
99
+ def update(example)
100
+ targets = targets(example)
101
+ up_to_date = ! targets.empty?
102
+ targets.each do |target|
103
+ up_to_date &&= File.exists?(target) && (File.stat(target) >= File.stat(example))
104
+ end
105
+ build(example) unless up_to_date
106
+ end
107
+
108
+ #
109
+ # print message and exit
110
+ #
111
+ def err(msg)
112
+ $stderr.puts "#{$0}: #{msg}"
113
+ exit 1
114
+ end
115
+
116
+ end
117
+
118
+
119
+ #
120
+ # Modify file lines via proc. If no lines changed, discard new version.
121
+ #
122
+ def filter(filename, backup=nil, &filter)
123
+ if ! File.writable? filename then
124
+ raise ArgumentError, "`#{filename}' is write-protected"
125
+ end
126
+
127
+ backup_name = filename + '.' + (backup || 'old')
128
+ File.rename(filename, backup_name)
129
+ changed = false
130
+ begin
131
+ File.open(filename, 'w') do |output|
132
+ File.foreach(backup_name) do |line|
133
+ old = line
134
+ line = filter.call(line)
135
+ output.puts(line)
136
+ changed ||= line != old
137
+ end
138
+ end
139
+ rescue
140
+ File.rename(backup_name, filename)
141
+ raise
142
+ end
143
+
144
+ if !changed
145
+ newname = filename + '.xxx'
146
+ File.rename(filename, newname)
147
+ File.rename(backup_name, filename)
148
+ File.unlink(newname)
149
+ elsif !backup
150
+ # Don't remove old copy if a backup extension was specified
151
+ File.unlink(backup_name) rescue nil
152
+ end
153
+ end
154
+
155
+
156
+ #
157
+ # Copy an example to the doc directory, wrap in HTML tags
158
+ #
159
+ def filetoHTML(file, html)
160
+ return if File.exists?(html) && File.stat(html) >= File.stat(file)
161
+
162
+ File.open(file) do |src|
163
+ File.open(html, 'w') do |dest|
164
+ dest.puts <<-END_EXHTMLHEAD
165
+ <!DOCTYPE public PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
166
+ <html xmlns="http://www.w3.org/1999/xhtml">
167
+ <head>
168
+ <meta name="generator" content="ex2html.rb" />
169
+ <meta http-equiv="Content-Type" content=
170
+ "text/html; charset=us-ascii" />
171
+ <link rel="stylesheet" type="text/css" href="css/popup.css" />
172
+
173
+ <title>RMagick example: #{file}</title>
174
+ </head>
175
+
176
+ <body>
177
+ <h1>#{file}</h1>
178
+ <div class="bodybox">
179
+ <div class="bodyfloat">
180
+ <pre>
181
+ END_EXHTMLHEAD
182
+
183
+ src.each do |line|
184
+ line.gsub!(/[&><]/) { |s| ENTITY[s] }
185
+ dest.puts(line)
186
+ end
187
+
188
+ dest.puts <<-END_EXHTMLTAIL
189
+ </pre>
190
+ </div>
191
+ </div>
192
+ <div id="close"><a href="javascript:window.close();">Close window</a></div>
193
+ </body>
194
+ </html>
195
+ END_EXHTMLTAIL
196
+ end
197
+ File.chmod(0644, html)
198
+ end
199
+
200
+ end
201
+
202
+ puts "setup.rb: entering post-setup phase..."
203
+
204
+
205
+ if BUILD_HTMLDOC
206
+
207
+ #
208
+ # Don't bother if we're in the sandbox
209
+ #
210
+ if File.exist? 'CVS/Entries'
211
+ puts "post-setup.rb: in CVS sandbox - stopping..."
212
+ exit
213
+ end
214
+
215
+ puts "post-setup.rb: setting up documentation..."
216
+
217
+ # We're in the source directory. Process the doc in-place. The post-install.rb
218
+ # script moves the generated documentation to the ultimate installation directories.
219
+
220
+ cwd = Dir.getwd()
221
+ Dir.chdir('doc') # need to work with 1.6.x, can't use block form
222
+ begin
223
+
224
+ # Step 1A: edit the shebang line in the examples
225
+ Dir.chdir('ex')
226
+ files = Dir['*.rb']
227
+ files.each do |file|
228
+ filter(file) { |line| line.sub(/\A\#!\s*\S*ruby\s/, '#!'+RUBYPROG+' ') }
229
+
230
+ # Step 1B: Make a copy of the example as HTML in the doc directory
231
+ filetoHTML(file, "../#{file}.html")
232
+ end
233
+
234
+ # Step 2: run the examples
235
+ examples = Dir['*.rb'].sort
236
+ examples -= DONT_RUN
237
+ es = ExampleSet.new(examples.length)
238
+ begin
239
+ examples.each { |example| es.update(example) }
240
+ ensure
241
+ es.persist
242
+ end
243
+
244
+ ensure
245
+ Dir.chdir(cwd)
246
+ end
247
+
248
+ else
249
+
250
+ puts "post-setup.rb: --disable-htmldoc specified. No documentation will be set up."
251
+
252
+ end
253
+
254
+ exit