image_paradise 0.4.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (650) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.md +38 -0
  3. data/README.md +1015 -0
  4. data/USAGE.md +10 -0
  5. data/bin/black_white +10 -0
  6. data/bin/confree_generator +7 -0
  7. data/bin/create_new_image +7 -0
  8. data/bin/display_text_from_this_image +7 -0
  9. data/bin/draw_as_specified_from_the_yaml_file +7 -0
  10. data/bin/embed_the_filename_into_this_image +7 -0
  11. data/bin/image_paradise +7 -0
  12. data/bin/image_paradise_shell +7 -0
  13. data/bin/image_to_ascii +54 -0
  14. data/bin/image_to_pdf +7 -0
  15. data/bin/imageparadise_img2pdf +12 -0
  16. data/bin/img_text +14 -0
  17. data/bin/interlace +7 -0
  18. data/bin/jpg_to_pdf +12 -0
  19. data/bin/magic_card_border +8 -0
  20. data/bin/make_this_image_transparent +7 -0
  21. data/bin/morph_these_images +7 -0
  22. data/bin/optimize_this_image +7 -0
  23. data/bin/quality +7 -0
  24. data/bin/rename_this_file_based_on_metadata_information +7 -0
  25. data/bin/resize_by_percent +10 -0
  26. data/bin/rotate_left +7 -0
  27. data/bin/rotate_right +7 -0
  28. data/bin/round_the_corner +7 -0
  29. data/bin/ruby_montage +7 -0
  30. data/bin/transparent +15 -0
  31. data/doc/README.gen +936 -0
  32. data/doc/todo/TODO_FOR_THE_GTK_GUI.md +9 -0
  33. data/doc/todo/TODO_FOR_THE_IMAGE_PARADISE_PROJECT.md +20 -0
  34. data/doc/todo/TODO_WORK_THROUGH_THESE_LINKS.md +3 -0
  35. data/doc/todo/todo_for_the_libui_gui.md +6 -0
  36. data/image_paradise.gemspec +46 -0
  37. data/images/IMAGE_PARADISE_LOGO.png +0 -0
  38. data/lib/image_paradise/base/base.rb +324 -0
  39. data/lib/image_paradise/cfdg/1dca_pattern.cfdg +48 -0
  40. data/lib/image_paradise/cfdg/3d_coloured_cube.cfdg +95 -0
  41. data/lib/image_paradise/cfdg/a_3D_spiral.cfdg +40 -0
  42. data/lib/image_paradise/cfdg/a_chaotic_city.cfdg +156 -0
  43. data/lib/image_paradise/cfdg/a_coloured_red.cfdg +21 -0
  44. data/lib/image_paradise/cfdg/a_daisy_flower.cfdg +66 -0
  45. data/lib/image_paradise/cfdg/a_decorated_window.cfdg +74 -0
  46. data/lib/image_paradise/cfdg/a_human_profile.cfdg +303 -0
  47. data/lib/image_paradise/cfdg/a_lost_heart.cfdg +28 -0
  48. data/lib/image_paradise/cfdg/a_plant_root.cfdg +26 -0
  49. data/lib/image_paradise/cfdg/a_rather_realistic_forest.cfdg +29 -0
  50. data/lib/image_paradise/cfdg/a_shoreline_next_to_a_forest.cfdg +127 -0
  51. data/lib/image_paradise/cfdg/a_simple_mini_brain.cfdg +17 -0
  52. data/lib/image_paradise/cfdg/a_simple_star.cfdg +22 -0
  53. data/lib/image_paradise/cfdg/adorned_tree.cfdg +58 -0
  54. data/lib/image_paradise/cfdg/adsorption.cfdg +19 -0
  55. data/lib/image_paradise/cfdg/alfabet_free.cfdg +346 -0
  56. data/lib/image_paradise/cfdg/alfreebet.cfdg +229 -0
  57. data/lib/image_paradise/cfdg/algal_flora.cfdg +25 -0
  58. data/lib/image_paradise/cfdg/alien_eyeball.cfdg +15 -0
  59. data/lib/image_paradise/cfdg/alien_flower.cfdg +35 -0
  60. data/lib/image_paradise/cfdg/alphabet_circles.cfdg +38 -0
  61. data/lib/image_paradise/cfdg/alveolo.cfdg +38 -0
  62. data/lib/image_paradise/cfdg/an_icosahedron.cfdg +134 -0
  63. data/lib/image_paradise/cfdg/an_oils_surface.cfdg +48 -0
  64. data/lib/image_paradise/cfdg/ancient_map.cfdg +30 -0
  65. data/lib/image_paradise/cfdg/ancient_scripts_tile.cfdg +96 -0
  66. data/lib/image_paradise/cfdg/angelfish.cfdg +58 -0
  67. data/lib/image_paradise/cfdg/angry_yarn.cfdg +82 -0
  68. data/lib/image_paradise/cfdg/apple_tree_small.cfdg +46 -0
  69. data/lib/image_paradise/cfdg/aqua_star.cfdg +27 -0
  70. data/lib/image_paradise/cfdg/army_explosion.cfdg +25 -0
  71. data/lib/image_paradise/cfdg/arrows_in_quadcity.cfdg +143 -0
  72. data/lib/image_paradise/cfdg/artificial_intelligence.cfdg +41 -0
  73. data/lib/image_paradise/cfdg/askew.cfdg +27 -0
  74. data/lib/image_paradise/cfdg/audio_diagram_waves.cfdg +54 -0
  75. data/lib/image_paradise/cfdg/autumn_fractal.cfdg +39 -0
  76. data/lib/image_paradise/cfdg/baignoire.cfdg +33 -0
  77. data/lib/image_paradise/cfdg/barcode.cfdg +781 -0
  78. data/lib/image_paradise/cfdg/basic_polygon_shapes.cfdg +311 -0
  79. data/lib/image_paradise/cfdg/basic_spreaders.cfdg +52 -0
  80. data/lib/image_paradise/cfdg/basic_square.cfdg +8 -0
  81. data/lib/image_paradise/cfdg/bats_hiding_in_foliage.cfdg +19 -0
  82. data/lib/image_paradise/cfdg/bees.cfdg +61 -0
  83. data/lib/image_paradise/cfdg/bent_squares.cfdg +46 -0
  84. data/lib/image_paradise/cfdg/benzo_dreaming.cfdg +54 -0
  85. data/lib/image_paradise/cfdg/beta_bet.cfdg +645 -0
  86. data/lib/image_paradise/cfdg/big_bang_theory.cfdg +31 -0
  87. data/lib/image_paradise/cfdg/big_pacman.cfdg +70 -0
  88. data/lib/image_paradise/cfdg/bigger_tree.cfdg +64 -0
  89. data/lib/image_paradise/cfdg/binary_connection.cfdg +34 -0
  90. data/lib/image_paradise/cfdg/birch_line.cfdg +57 -0
  91. data/lib/image_paradise/cfdg/blacksmith_masterpiece.cfdg +3 -0
  92. data/lib/image_paradise/cfdg/blocked_rectangles.cfdg +23 -0
  93. data/lib/image_paradise/cfdg/blood_tubes.cfdg +45 -0
  94. data/lib/image_paradise/cfdg/bloom.cfdg +23 -0
  95. data/lib/image_paradise/cfdg/blown_glass_spheres.cfdg +30 -0
  96. data/lib/image_paradise/cfdg/blue_daisies_in_detail.cfdg +101 -0
  97. data/lib/image_paradise/cfdg/blue_galaxy.cfdg +20 -0
  98. data/lib/image_paradise/cfdg/blue_moon.cfdg +36 -0
  99. data/lib/image_paradise/cfdg/boa_feathers.cfdg +53 -0
  100. data/lib/image_paradise/cfdg/bomb.cfdg +75 -0
  101. data/lib/image_paradise/cfdg/boxy_continent.cfdg +111 -0
  102. data/lib/image_paradise/cfdg/bright_coloured_neurons.cfdg +53 -0
  103. data/lib/image_paradise/cfdg/brightness_flower.cfdg +31 -0
  104. data/lib/image_paradise/cfdg/btp_71_beautiful_coloured_lines.cfdg +85 -0
  105. data/lib/image_paradise/cfdg/btp_73.cfdg +76 -0
  106. data/lib/image_paradise/cfdg/bubblesun.cfdg +46 -0
  107. data/lib/image_paradise/cfdg/burning_bush.cfdg +31 -0
  108. data/lib/image_paradise/cfdg/butterflies_in_the_moonlight.cfdg +55 -0
  109. data/lib/image_paradise/cfdg/cardiod_arc.cfdg +44 -0
  110. data/lib/image_paradise/cfdg/cardioid.cfdg +41 -0
  111. data/lib/image_paradise/cfdg/caros_wallpaper.cfdg +46 -0
  112. data/lib/image_paradise/cfdg/cartoony_face_arrays.cfdg +137 -0
  113. data/lib/image_paradise/cfdg/centerfold.cfdg +12 -0
  114. data/lib/image_paradise/cfdg/chain_link_fence.cfdg +31 -0
  115. data/lib/image_paradise/cfdg/chanukah.cfdg +109 -0
  116. data/lib/image_paradise/cfdg/chaos_red_sun.cfdg +42 -0
  117. data/lib/image_paradise/cfdg/chaotic_farn.cfdg +76 -0
  118. data/lib/image_paradise/cfdg/chaotic_fractal_shell.cfdg +41 -0
  119. data/lib/image_paradise/cfdg/charleston.cfdg +182 -0
  120. data/lib/image_paradise/cfdg/ciliasun.cfdg +109 -0
  121. data/lib/image_paradise/cfdg/cipal.cfdg +65 -0
  122. data/lib/image_paradise/cfdg/circuits.cfdg +176 -0
  123. data/lib/image_paradise/cfdg/city_map.cfdg +66 -0
  124. data/lib/image_paradise/cfdg/clifford_torus.cfdg +135 -0
  125. data/lib/image_paradise/cfdg/colonize_flat_colour_pattern.cfdg +14 -0
  126. data/lib/image_paradise/cfdg/colour_blind_squid.cfdg +30 -0
  127. data/lib/image_paradise/cfdg/colour_hole.cfdg +56 -0
  128. data/lib/image_paradise/cfdg/colour_wheel.cfdg +40 -0
  129. data/lib/image_paradise/cfdg/coloured_eyes.cfdg +40 -0
  130. data/lib/image_paradise/cfdg/coloured_forest.cfdg +133 -0
  131. data/lib/image_paradise/cfdg/coloured_tree.cfdg +50 -0
  132. data/lib/image_paradise/cfdg/colourful_lives.cfdg +123 -0
  133. data/lib/image_paradise/cfdg/colourful_neuronal_network.cfdg +32 -0
  134. data/lib/image_paradise/cfdg/complex_city_plans.cfdg +75 -0
  135. data/lib/image_paradise/cfdg/complex_kritworks.cfdg +75 -0
  136. data/lib/image_paradise/cfdg/complex_snowflake.cfdg +61 -0
  137. data/lib/image_paradise/cfdg/conspiracy_theory.cfdg +104 -0
  138. data/lib/image_paradise/cfdg/constellation_grid.cfdg +29 -0
  139. data/lib/image_paradise/cfdg/cool_caterpillar.cfdg +44 -0
  140. data/lib/image_paradise/cfdg/coolcubes.cfdg +70 -0
  141. data/lib/image_paradise/cfdg/crawler_battle.cfdg +93 -0
  142. data/lib/image_paradise/cfdg/crazy_octo.cfdg +48 -0
  143. data/lib/image_paradise/cfdg/cthulhu.cfdg +166 -0
  144. data/lib/image_paradise/cfdg/cubies.cfdg +43 -0
  145. data/lib/image_paradise/cfdg/cubist_sunset.cfdg +55 -0
  146. data/lib/image_paradise/cfdg/curled_tree.cfdg +37 -0
  147. data/lib/image_paradise/cfdg/curls.cfdg +45 -0
  148. data/lib/image_paradise/cfdg/curve_stiched.cfdg +59 -0
  149. data/lib/image_paradise/cfdg/curved_tubes.cfdg +20 -0
  150. data/lib/image_paradise/cfdg/cylinder_city.cfdg +27 -0
  151. data/lib/image_paradise/cfdg/cymbal.cfdg +38 -0
  152. data/lib/image_paradise/cfdg/d_mustard.cfdg +52 -0
  153. data/lib/image_paradise/cfdg/dance_party.cfdg +81 -0
  154. data/lib/image_paradise/cfdg/dance_party_and_background.cfdg +86 -0
  155. data/lib/image_paradise/cfdg/decreasing_aperture.cfdg +16 -0
  156. data/lib/image_paradise/cfdg/delicat_twist.cfdg +13 -0
  157. data/lib/image_paradise/cfdg/demo_text.cfdg +22 -0
  158. data/lib/image_paradise/cfdg/dennis_ritchie.cfdg +294 -0
  159. data/lib/image_paradise/cfdg/diablo.cfdg +47 -0
  160. data/lib/image_paradise/cfdg/different_flowers.cfdg +60 -0
  161. data/lib/image_paradise/cfdg/different_snowflakes_shapes.cfdg +149 -0
  162. data/lib/image_paradise/cfdg/dimensions.cfdg +33 -0
  163. data/lib/image_paradise/cfdg/domino_pieces.cfdg +166 -0
  164. data/lib/image_paradise/cfdg/dong.cfdg +41 -0
  165. data/lib/image_paradise/cfdg/drip_shape.cfdg +24 -0
  166. data/lib/image_paradise/cfdg/earthday2007b.cfdg +49 -0
  167. data/lib/image_paradise/cfdg/edera_circles.cfdg +55 -0
  168. data/lib/image_paradise/cfdg/eight_queens_problem.cfdg +85 -0
  169. data/lib/image_paradise/cfdg/electro_shock.cfdg +88 -0
  170. data/lib/image_paradise/cfdg/enter_the_force_field.cfdg +56 -0
  171. data/lib/image_paradise/cfdg/escargot_fleur.cfdg +98 -0
  172. data/lib/image_paradise/cfdg/european_city.cfdg +63 -0
  173. data/lib/image_paradise/cfdg/evil_eye.cfdg +74 -0
  174. data/lib/image_paradise/cfdg/evolving_coloured_spots.cfdg +47 -0
  175. data/lib/image_paradise/cfdg/excellines_nr2.cfdg +171 -0
  176. data/lib/image_paradise/cfdg/exoplanet_settlement.cfdg +117 -0
  177. data/lib/image_paradise/cfdg/explosion.cfdg +45 -0
  178. data/lib/image_paradise/cfdg/explosion_of_a_megabyte.cfdg +73 -0
  179. data/lib/image_paradise/cfdg/eye_of_katora.cfdg +20 -0
  180. data/lib/image_paradise/cfdg/family_tree.cfdg +169 -0
  181. data/lib/image_paradise/cfdg/feathers.cfdg +17 -0
  182. data/lib/image_paradise/cfdg/ferma_drawings.cfdg +23 -0
  183. data/lib/image_paradise/cfdg/fevrier.cfdg +66 -0
  184. data/lib/image_paradise/cfdg/fibmod.cfdg +25 -0
  185. data/lib/image_paradise/cfdg/field_of_boxes.cfdg +21 -0
  186. data/lib/image_paradise/cfdg/finetre.cfdg +34 -0
  187. data/lib/image_paradise/cfdg/fireblorks.cfdg +37 -0
  188. data/lib/image_paradise/cfdg/first_branch.cfdg +18 -0
  189. data/lib/image_paradise/cfdg/fish_with_coloured_bubbles.cfdg +77 -0
  190. data/lib/image_paradise/cfdg/fishing_lure.cfdg +30 -0
  191. data/lib/image_paradise/cfdg/flake.cfdg +20 -0
  192. data/lib/image_paradise/cfdg/flaming_spiro.cfdg +10 -0
  193. data/lib/image_paradise/cfdg/fleshflower.cfdg +25 -0
  194. data/lib/image_paradise/cfdg/flourescent_fish_btp.cfdg +48 -0
  195. data/lib/image_paradise/cfdg/flow_control_shape.cfdg +45 -0
  196. data/lib/image_paradise/cfdg/flower_galaxy.cfdg +57 -0
  197. data/lib/image_paradise/cfdg/flower_house.cfdg +115 -0
  198. data/lib/image_paradise/cfdg/flower_stories.cfdg +136 -0
  199. data/lib/image_paradise/cfdg/fluctuating_heart.cfdg +87 -0
  200. data/lib/image_paradise/cfdg/fly_agaric.cfdg +22 -0
  201. data/lib/image_paradise/cfdg/forest_and_ocean.cfdg +65 -0
  202. data/lib/image_paradise/cfdg/fractal_fern.cfdg +15 -0
  203. data/lib/image_paradise/cfdg/fractal_shell.cfdg +36 -0
  204. data/lib/image_paradise/cfdg/frost_bite.cfdg +23 -0
  205. data/lib/image_paradise/cfdg/fun_with_paper.cfdg +17 -0
  206. data/lib/image_paradise/cfdg/func_plot.cfdg +59 -0
  207. data/lib/image_paradise/cfdg/funky_squiggle.cfdg +40 -0
  208. data/lib/image_paradise/cfdg/fuzzy_sun.cfdg +47 -0
  209. data/lib/image_paradise/cfdg/galaxy.cfdg +59 -0
  210. data/lib/image_paradise/cfdg/gallery.cfdg +28 -0
  211. data/lib/image_paradise/cfdg/game1_turn6.cfdg +35 -0
  212. data/lib/image_paradise/cfdg/garland.cfdg +42 -0
  213. data/lib/image_paradise/cfdg/general_polygons.cfdg +20 -0
  214. data/lib/image_paradise/cfdg/generational_birds.cfdg +118 -0
  215. data/lib/image_paradise/cfdg/ghostly_spine.cfdg +24 -0
  216. data/lib/image_paradise/cfdg/gift_wrapping.cfdg +46 -0
  217. data/lib/image_paradise/cfdg/glass_cubes.cfdg +33 -0
  218. data/lib/image_paradise/cfdg/gleaming_bush.cfdg +33 -0
  219. data/lib/image_paradise/cfdg/glowing_bush.cfdg +33 -0
  220. data/lib/image_paradise/cfdg/go_grid.cfdg +32 -0
  221. data/lib/image_paradise/cfdg/gold_tiles.cfdg +21 -0
  222. data/lib/image_paradise/cfdg/golden_rectangle.cfdg +19 -0
  223. data/lib/image_paradise/cfdg/golden_sierpinski.cfdg +49 -0
  224. data/lib/image_paradise/cfdg/golgi_stain.cfdg +74 -0
  225. data/lib/image_paradise/cfdg/gothic_bath_tiles.cfdg +14 -0
  226. data/lib/image_paradise/cfdg/grass_land.cfdg +112 -0
  227. data/lib/image_paradise/cfdg/gray_matter.cfdg +110 -0
  228. data/lib/image_paradise/cfdg/great_forest.cfdg +91 -0
  229. data/lib/image_paradise/cfdg/growth.cfdg +46 -0
  230. data/lib/image_paradise/cfdg/gumtree.cfdg +28 -0
  231. data/lib/image_paradise/cfdg/haggards_bull.cfdg +92 -0
  232. data/lib/image_paradise/cfdg/haight_ashbury.cfdg +882 -0
  233. data/lib/image_paradise/cfdg/hair_pattern.cfdg +59 -0
  234. data/lib/image_paradise/cfdg/hairy.cfdg +43 -0
  235. data/lib/image_paradise/cfdg/hairy_branch.cfdg +48 -0
  236. data/lib/image_paradise/cfdg/hands_and_feet.cfdg +49 -0
  237. data/lib/image_paradise/cfdg/happy_new_year.cfdg +3435 -0
  238. data/lib/image_paradise/cfdg/hatagu_lila_spiral.cfdg +27 -0
  239. data/lib/image_paradise/cfdg/hexaeder_triangle.cfdg +43 -0
  240. data/lib/image_paradise/cfdg/hexclouds_textures.cfdg +75 -0
  241. data/lib/image_paradise/cfdg/hextiles.cfdg +73 -0
  242. data/lib/image_paradise/cfdg/hexy_continent.cfdg +83 -0
  243. data/lib/image_paradise/cfdg/human_ballet.cfdg +215 -0
  244. data/lib/image_paradise/cfdg/human_eyes.cfdg +102 -0
  245. data/lib/image_paradise/cfdg/hydra_tail.cfdg +57 -0
  246. data/lib/image_paradise/cfdg/i_like_it_dirty.cfdg +88 -0
  247. data/lib/image_paradise/cfdg/i_pix.cfdg +679 -0
  248. data/lib/image_paradise/cfdg/imaginary_star.cfdg +55 -0
  249. data/lib/image_paradise/cfdg/imaginery_forest.cfdg +61 -0
  250. data/lib/image_paradise/cfdg/impossible_stairs.cfdg +211 -0
  251. data/lib/image_paradise/cfdg/in_the_morning.cfdg +83 -0
  252. data/lib/image_paradise/cfdg/inertial_confinement.cfdg +150 -0
  253. data/lib/image_paradise/cfdg/infected_shell.cfdg +56 -0
  254. data/lib/image_paradise/cfdg/insect_fight.cfdg +316 -0
  255. data/lib/image_paradise/cfdg/insectivore.cfdg +80 -0
  256. data/lib/image_paradise/cfdg/interference.cfdg +43 -0
  257. data/lib/image_paradise/cfdg/interference_fields.cfdg +25 -0
  258. data/lib/image_paradise/cfdg/into_the_deep.cfdg +96 -0
  259. data/lib/image_paradise/cfdg/inverted_decorations.cfdg +85 -0
  260. data/lib/image_paradise/cfdg/irregular_galaxies.cfdg +29 -0
  261. data/lib/image_paradise/cfdg/iso_blocks.cfdg +35 -0
  262. data/lib/image_paradise/cfdg/jewelry_old_style.cfdg +31 -0
  263. data/lib/image_paradise/cfdg/just_some_flowers.cfdg +127 -0
  264. data/lib/image_paradise/cfdg/kaboom.cfdg +40 -0
  265. data/lib/image_paradise/cfdg/kaleidoskop.cfdg +27 -0
  266. data/lib/image_paradise/cfdg/kama_sutra.cfdg +182 -0
  267. data/lib/image_paradise/cfdg/kitakoa_akiyoshi_illusions_roller.cfdg +40 -0
  268. data/lib/image_paradise/cfdg/koch_snowflake.cfdg +11 -0
  269. data/lib/image_paradise/cfdg/kochlea.cfdg +43 -0
  270. data/lib/image_paradise/cfdg/kreepykrawler.cfdg +48 -0
  271. data/lib/image_paradise/cfdg/kw_expanded_explosion.cfdg +46 -0
  272. data/lib/image_paradise/cfdg/lapsang_abstrait.cfdg +51 -0
  273. data/lib/image_paradise/cfdg/laser.cfdg +51 -0
  274. data/lib/image_paradise/cfdg/last_pluto_dream.cfdg +95 -0
  275. data/lib/image_paradise/cfdg/lazy_dust.cfdg +42 -0
  276. data/lib/image_paradise/cfdg/lesson_one_two_three_four.cfdg +217 -0
  277. data/lib/image_paradise/cfdg/lila_lili.cfdg +60 -0
  278. data/lib/image_paradise/cfdg/lindenmayergrassef2_pretty_flowers.cfdg +94 -0
  279. data/lib/image_paradise/cfdg/lines_from_excel.cfdg +136 -0
  280. data/lib/image_paradise/cfdg/looking_out.cfdg +51 -0
  281. data/lib/image_paradise/cfdg/looking_up_in_the_sky.cfdg +43 -0
  282. data/lib/image_paradise/cfdg/lotus_logo.cfdg +49 -0
  283. data/lib/image_paradise/cfdg/lowercased_alphabet.cfdg +565 -0
  284. data/lib/image_paradise/cfdg/luma_smiley.cfdg +563 -0
  285. data/lib/image_paradise/cfdg/maggi_stars.cfdg +11 -0
  286. data/lib/image_paradise/cfdg/mandelbrot_3.cfdg +111 -0
  287. data/lib/image_paradise/cfdg/martini.cfdg +147 -0
  288. data/lib/image_paradise/cfdg/material_studies.cfdg +172 -0
  289. data/lib/image_paradise/cfdg/math_eye.cfdg +30 -0
  290. data/lib/image_paradise/cfdg/matrix_freestyle.cfdg +127 -0
  291. data/lib/image_paradise/cfdg/maze.cfdg +211 -0
  292. data/lib/image_paradise/cfdg/meaculpo.cfdg +46 -0
  293. data/lib/image_paradise/cfdg/medieval_madness.cfdg +140 -0
  294. data/lib/image_paradise/cfdg/menage_a_trois.cfdg +77 -0
  295. data/lib/image_paradise/cfdg/micky_mouse.cfdg +75 -0
  296. data/lib/image_paradise/cfdg/mistletoe_forest.cfdg +62 -0
  297. data/lib/image_paradise/cfdg/mixed_simple_bubbles.cfdg +20 -0
  298. data/lib/image_paradise/cfdg/mod4g_starhole.cfdg +27 -0
  299. data/lib/image_paradise/cfdg/moebius.cfdg +57 -0
  300. data/lib/image_paradise/cfdg/molecules.cfdg +30 -0
  301. data/lib/image_paradise/cfdg/momos_blossom.cfdg +70 -0
  302. data/lib/image_paradise/cfdg/mona_lisa.cfdg +7937 -0
  303. data/lib/image_paradise/cfdg/more_arrows_in_quadcity.cfdg +49 -0
  304. data/lib/image_paradise/cfdg/more_cats.cfdg +1002 -0
  305. data/lib/image_paradise/cfdg/mosaic_for_2D_games.cfdg +69 -0
  306. data/lib/image_paradise/cfdg/mr_bezier.cfdg +195 -0
  307. data/lib/image_paradise/cfdg/mtree.cfdg +33 -0
  308. data/lib/image_paradise/cfdg/multiple_triangles.cfdg +13 -0
  309. data/lib/image_paradise/cfdg/mycel.cfdg +88 -0
  310. data/lib/image_paradise/cfdg/mytohexagone.cfdg +56 -0
  311. data/lib/image_paradise/cfdg/nature_is_not_like_that.cfdg +48 -0
  312. data/lib/image_paradise/cfdg/negative_flowers.cfdg +85 -0
  313. data/lib/image_paradise/cfdg/neo_town.cfdg +41 -0
  314. data/lib/image_paradise/cfdg/nesting_pattern.cfdg +34 -0
  315. data/lib/image_paradise/cfdg/neuronal_network.cfdg +94 -0
  316. data/lib/image_paradise/cfdg/neuronal_root.cfdg +46 -0
  317. data/lib/image_paradise/cfdg/night.cfdg +82 -0
  318. data/lib/image_paradise/cfdg/nightwalker.cfdg +23 -0
  319. data/lib/image_paradise/cfdg/no_xcape.cfdg +41 -0
  320. data/lib/image_paradise/cfdg/noise.cfdg +12 -0
  321. data/lib/image_paradise/cfdg/octopodi.cfdg +51 -0
  322. data/lib/image_paradise/cfdg/octopussy.cfdg +49 -0
  323. data/lib/image_paradise/cfdg/oldschool_cartoon_figure.cfdg +181 -0
  324. data/lib/image_paradise/cfdg/open_shapes.cfdg +240 -0
  325. data/lib/image_paradise/cfdg/orange_blossom.cfdg +57 -0
  326. data/lib/image_paradise/cfdg/orange_guts.cfdg +43 -0
  327. data/lib/image_paradise/cfdg/orange_monster.cfdg +42 -0
  328. data/lib/image_paradise/cfdg/organic.cfdg +30 -0
  329. data/lib/image_paradise/cfdg/ouo_happy_smiley.cfdg +45 -0
  330. data/lib/image_paradise/cfdg/output.png +0 -0
  331. data/lib/image_paradise/cfdg/pacman.cfdg +18 -0
  332. data/lib/image_paradise/cfdg/palmen.cfdg +162 -0
  333. data/lib/image_paradise/cfdg/pandoras_box.cfdg +53 -0
  334. data/lib/image_paradise/cfdg/papillon_butterfly.cfdg +28 -0
  335. data/lib/image_paradise/cfdg/patchwork.cfdg +32 -0
  336. data/lib/image_paradise/cfdg/pattern_grass.cfdg +110 -0
  337. data/lib/image_paradise/cfdg/peau_de_grenouille.cfdg +16 -0
  338. data/lib/image_paradise/cfdg/penrose_tiling.cfdg +102 -0
  339. data/lib/image_paradise/cfdg/pentagon.cfdg +68 -0
  340. data/lib/image_paradise/cfdg/pentagons.cfdg +25 -0
  341. data/lib/image_paradise/cfdg/perspective_tsunami.cfdg +20 -0
  342. data/lib/image_paradise/cfdg/phi_cloud.cfdg +23 -0
  343. data/lib/image_paradise/cfdg/picnic_birds_eye_view.cfdg +132 -0
  344. data/lib/image_paradise/cfdg/ping_pong.cfdg +29 -0
  345. data/lib/image_paradise/cfdg/pink_blossom.cfdg +58 -0
  346. data/lib/image_paradise/cfdg/piupole.cfdg +77 -0
  347. data/lib/image_paradise/cfdg/plotting.cfdg +61 -0
  348. data/lib/image_paradise/cfdg/point_onto_root.cfdg +64 -0
  349. data/lib/image_paradise/cfdg/primitive_reptile_pattern.cfdg +96 -0
  350. data/lib/image_paradise/cfdg/psycho_knot.cfdg +20 -0
  351. data/lib/image_paradise/cfdg/pyramide.cfdg +67 -0
  352. data/lib/image_paradise/cfdg/pythagoras_puzzle.cfdg +17 -0
  353. data/lib/image_paradise/cfdg/pythagorean_tree.cfdg +70 -0
  354. data/lib/image_paradise/cfdg/qimica.cfdg +64 -0
  355. data/lib/image_paradise/cfdg/quad_green_satellite.cfdg +53 -0
  356. data/lib/image_paradise/cfdg/quadcity.cfdg +24 -0
  357. data/lib/image_paradise/cfdg/quiet_wood_town.cfdg +195 -0
  358. data/lib/image_paradise/cfdg/r180.cfdg +26 -0
  359. data/lib/image_paradise/cfdg/r45.cfdg +26 -0
  360. data/lib/image_paradise/cfdg/r_square.cfdg +36 -0
  361. data/lib/image_paradise/cfdg/rads.cfdg +33 -0
  362. data/lib/image_paradise/cfdg/rainbow_black_hole.cfdg +9 -0
  363. data/lib/image_paradise/cfdg/rainbow_sun.cfdg +9 -0
  364. data/lib/image_paradise/cfdg/random_handwriting.cfdg +50 -0
  365. data/lib/image_paradise/cfdg/random_tile_shapes_jens_revisited.cfdg +146 -0
  366. data/lib/image_paradise/cfdg/rays_attack.cfdg +29 -0
  367. data/lib/image_paradise/cfdg/razpad.cfdg +20 -0
  368. data/lib/image_paradise/cfdg/rectangular_distortion.cfdg +169 -0
  369. data/lib/image_paradise/cfdg/recurse_path.cfdg +38 -0
  370. data/lib/image_paradise/cfdg/red_flurry.cfdg +64 -0
  371. data/lib/image_paradise/cfdg/red_horse_tail.cfdg +36 -0
  372. data/lib/image_paradise/cfdg/red_yellow_mosaic.cfdg +26 -0
  373. data/lib/image_paradise/cfdg/rendering_tests.cfdg +183 -0
  374. data/lib/image_paradise/cfdg/repeat_floor_tile_pattern.cfdg +153 -0
  375. data/lib/image_paradise/cfdg/repeat_tile.cfdg +160 -0
  376. data/lib/image_paradise/cfdg/retro_disc.cfdg +736 -0
  377. data/lib/image_paradise/cfdg/ring_growth_variation.cfdg +41 -0
  378. data/lib/image_paradise/cfdg/robot_nightlife.cfdg +25 -0
  379. data/lib/image_paradise/cfdg/rolled_firespiral.cfdg +34 -0
  380. data/lib/image_paradise/cfdg/rose.cfdg +44 -0
  381. data/lib/image_paradise/cfdg/round_tree.cfdg +121 -0
  382. data/lib/image_paradise/cfdg/rubiks_cube.cfdg +120 -0
  383. data/lib/image_paradise/cfdg/ruins.cfdg +19 -0
  384. data/lib/image_paradise/cfdg/sails_and_the_sea.cfdg +27 -0
  385. data/lib/image_paradise/cfdg/salt_crystals.cfdg +26 -0
  386. data/lib/image_paradise/cfdg/saturn.cfdg +105 -0
  387. data/lib/image_paradise/cfdg/scary_pot.cfdg +49 -0
  388. data/lib/image_paradise/cfdg/schematic_worm.cfdg +35 -0
  389. data/lib/image_paradise/cfdg/school_script.cfdg +359 -0
  390. data/lib/image_paradise/cfdg/seahorse.cfdg +78 -0
  391. data/lib/image_paradise/cfdg/seasons.cfdg +115 -0
  392. data/lib/image_paradise/cfdg/segmental_veins.cfdg +66 -0
  393. data/lib/image_paradise/cfdg/select_mayhem.cfdg +28 -0
  394. data/lib/image_paradise/cfdg/seven_folded_symmetry.cfdg +7 -0
  395. data/lib/image_paradise/cfdg/several_cats.cfdg +996 -0
  396. data/lib/image_paradise/cfdg/shadow_box.cfdg +49 -0
  397. data/lib/image_paradise/cfdg/shadowrun_google_maps.cfdg +66 -0
  398. data/lib/image_paradise/cfdg/shadowrun_nightline.cfdg +18 -0
  399. data/lib/image_paradise/cfdg/shards.cfdg +70 -0
  400. data/lib/image_paradise/cfdg/sheet_music.cfdg +213 -0
  401. data/lib/image_paradise/cfdg/shy_guy.cfdg +886 -0
  402. data/lib/image_paradise/cfdg/sierpinski1.cfdg +41 -0
  403. data/lib/image_paradise/cfdg/sierpinski2.cfdg +34 -0
  404. data/lib/image_paradise/cfdg/sierpinski_like_red_swirl.cfdg +46 -0
  405. data/lib/image_paradise/cfdg/sierpinsktri.cfdg +9 -0
  406. data/lib/image_paradise/cfdg/silk_flowers.cfdg +68 -0
  407. data/lib/image_paradise/cfdg/silk_scarf.cfdg +18 -0
  408. data/lib/image_paradise/cfdg/simple_cilia.cfdg +88 -0
  409. data/lib/image_paradise/cfdg/simple_circle_and_square.cfdg +7 -0
  410. data/lib/image_paradise/cfdg/simple_coloured_square.cfdg +38 -0
  411. data/lib/image_paradise/cfdg/simple_ferns.cfdg +40 -0
  412. data/lib/image_paradise/cfdg/simple_fish.cfdg +77 -0
  413. data/lib/image_paradise/cfdg/simple_orchid.cfdg +23 -0
  414. data/lib/image_paradise/cfdg/simple_rounded_colour_wheel.cfdg +10 -0
  415. data/lib/image_paradise/cfdg/simple_sheet_music.cfdg +27 -0
  416. data/lib/image_paradise/cfdg/sincos_pattern_2.cfdg +42 -0
  417. data/lib/image_paradise/cfdg/singing_birdy.cfdg +112 -0
  418. data/lib/image_paradise/cfdg/skyscraper.cfdg +85 -0
  419. data/lib/image_paradise/cfdg/small_golden_rectangle.cfdg +12 -0
  420. data/lib/image_paradise/cfdg/smells_like_layered.cfdg +43 -0
  421. data/lib/image_paradise/cfdg/snowflake.cfdg +26 -0
  422. data/lib/image_paradise/cfdg/snowstorm.cfdg +26 -0
  423. data/lib/image_paradise/cfdg/soar_on_wings.cfdg +8 -0
  424. data/lib/image_paradise/cfdg/soft_core.cfdg +26 -0
  425. data/lib/image_paradise/cfdg/soft_touch.cfdg +20 -0
  426. data/lib/image_paradise/cfdg/some_sort_of_tree.cfdg +57 -0
  427. data/lib/image_paradise/cfdg/spade_ball.cfdg +39 -0
  428. data/lib/image_paradise/cfdg/sparks.cfdg +39 -0
  429. data/lib/image_paradise/cfdg/sperm.cfdg +63 -0
  430. data/lib/image_paradise/cfdg/sphinx.cfdg +17 -0
  431. data/lib/image_paradise/cfdg/spiral_clusters.cfdg +29 -0
  432. data/lib/image_paradise/cfdg/spiral_cross.cfdg +27 -0
  433. data/lib/image_paradise/cfdg/spiral_star.cfdg +19 -0
  434. data/lib/image_paradise/cfdg/spiral_sun.cfdg +39 -0
  435. data/lib/image_paradise/cfdg/spirit.cfdg +47 -0
  436. data/lib/image_paradise/cfdg/splatter_tree.cfdg +61 -0
  437. data/lib/image_paradise/cfdg/spliced.cfdg +27 -0
  438. data/lib/image_paradise/cfdg/spring_parade.cfdg +105 -0
  439. data/lib/image_paradise/cfdg/sprinkle_explosion.cfdg +23 -0
  440. data/lib/image_paradise/cfdg/square_limit_one.cfdg +15 -0
  441. data/lib/image_paradise/cfdg/square_rose.cfdg +75 -0
  442. data/lib/image_paradise/cfdg/square_spiral4.cfdg +41 -0
  443. data/lib/image_paradise/cfdg/square_star.cfdg +39 -0
  444. data/lib/image_paradise/cfdg/squiggle.cfdg +54 -0
  445. data/lib/image_paradise/cfdg/stacked_blob.cfdg +27 -0
  446. data/lib/image_paradise/cfdg/star_explosion.cfdg +38 -0
  447. data/lib/image_paradise/cfdg/star_flower.cfdg +72 -0
  448. data/lib/image_paradise/cfdg/star_mosaic_2007.cfdg +51 -0
  449. data/lib/image_paradise/cfdg/starry_pines.cfdg +79 -0
  450. data/lib/image_paradise/cfdg/stars_tentacles.cfdg +28 -0
  451. data/lib/image_paradise/cfdg/starshape.cfdg +57 -0
  452. data/lib/image_paradise/cfdg/strange_antlers.cfdg +49 -0
  453. data/lib/image_paradise/cfdg/strange_carpet.cfdg +13 -0
  454. data/lib/image_paradise/cfdg/sunset_city.cfdg +112 -0
  455. data/lib/image_paradise/cfdg/sweep.cfdg +946 -0
  456. data/lib/image_paradise/cfdg/swimmers_sperms.cfdg +54 -0
  457. data/lib/image_paradise/cfdg/sword.cfdg +24 -0
  458. data/lib/image_paradise/cfdg/tangle.cfdg +25 -0
  459. data/lib/image_paradise/cfdg/tapestry.cfdg +40 -0
  460. data/lib/image_paradise/cfdg/tasty_loops.cfdg +97 -0
  461. data/lib/image_paradise/cfdg/tendril.cfdg +6 -0
  462. data/lib/image_paradise/cfdg/tentacle_tree.cfdg +57 -0
  463. data/lib/image_paradise/cfdg/terraforming.cfdg +87 -0
  464. data/lib/image_paradise/cfdg/test.cfdg +7 -0
  465. data/lib/image_paradise/cfdg/tetris.cfdg +123 -0
  466. data/lib/image_paradise/cfdg/textured_giraffes.cfdg +122 -0
  467. data/lib/image_paradise/cfdg/the_eye.cfdg +16 -0
  468. data/lib/image_paradise/cfdg/the_go_game.cfdg +81 -0
  469. data/lib/image_paradise/cfdg/the_secret.cfdg +52 -0
  470. data/lib/image_paradise/cfdg/the_third_eye.cfdg +42 -0
  471. data/lib/image_paradise/cfdg/thingy.cfdg +13 -0
  472. data/lib/image_paradise/cfdg/thorns.cfdg +26 -0
  473. data/lib/image_paradise/cfdg/too_many_notes.cfdg +155 -0
  474. data/lib/image_paradise/cfdg/top_down_plant_root.cfdg +43 -0
  475. data/lib/image_paradise/cfdg/top_view_tree.cfdg +79 -0
  476. data/lib/image_paradise/cfdg/transparent_heart.cfdg +31 -0
  477. data/lib/image_paradise/cfdg/tree.cfdg +68 -0
  478. data/lib/image_paradise/cfdg/tree_number_5.cfdg +28 -0
  479. data/lib/image_paradise/cfdg/tree_retro.cfdg +46 -0
  480. data/lib/image_paradise/cfdg/tree_spiral.cfdg +52 -0
  481. data/lib/image_paradise/cfdg/treematic.cfdg +42 -0
  482. data/lib/image_paradise/cfdg/tri_arc.cfdg +16 -0
  483. data/lib/image_paradise/cfdg/tri_squares.cfdg +7 -0
  484. data/lib/image_paradise/cfdg/tube_map.cfdg +112 -0
  485. data/lib/image_paradise/cfdg/turing_morphogenesis.cfdg +788 -0
  486. data/lib/image_paradise/cfdg/twisted_hex_grid.cfdg +26 -0
  487. data/lib/image_paradise/cfdg/twisty_triangel.cfdg +79 -0
  488. data/lib/image_paradise/cfdg/twizeeded.cfdg +19 -0
  489. data/lib/image_paradise/cfdg/uncontrolled_fungus.cfdg +36 -0
  490. data/lib/image_paradise/cfdg/underground.cfdg +72 -0
  491. data/lib/image_paradise/cfdg/underwater.cfdg +75 -0
  492. data/lib/image_paradise/cfdg/unicorn_boi.cfdg +20 -0
  493. data/lib/image_paradise/cfdg/unification_sign.cfdg +52 -0
  494. data/lib/image_paradise/cfdg/urban_connections.cfdg +44 -0
  495. data/lib/image_paradise/cfdg/us_flag.cfdg +109 -0
  496. data/lib/image_paradise/cfdg/v_null.cfdg +89 -0
  497. data/lib/image_paradise/cfdg/very_simple_flower.cfdg +45 -0
  498. data/lib/image_paradise/cfdg/very_simple_hexagon.cfdg +16 -0
  499. data/lib/image_paradise/cfdg/very_simple_octagon.cfg +13 -0
  500. data/lib/image_paradise/cfdg/vigorous_vine.cfdg +45 -0
  501. data/lib/image_paradise/cfdg/ville_topview.cfdg +70 -0
  502. data/lib/image_paradise/cfdg/vine.cfdg +176 -0
  503. data/lib/image_paradise/cfdg/vinyl.cfdg +12 -0
  504. data/lib/image_paradise/cfdg/violet_ribbons.cfdg +45 -0
  505. data/lib/image_paradise/cfdg/voronoi_2.cfdg +61 -0
  506. data/lib/image_paradise/cfdg/wald.cfdg +46 -0
  507. data/lib/image_paradise/cfdg/water_ink.cfdg +71 -0
  508. data/lib/image_paradise/cfdg/water_monster.cfdg +33 -0
  509. data/lib/image_paradise/cfdg/web.cfdg +53 -0
  510. data/lib/image_paradise/cfdg/weighting_demo.cfdg +16 -0
  511. data/lib/image_paradise/cfdg/weird_spots.cfdg +15 -0
  512. data/lib/image_paradise/cfdg/welcome.cfdg +109 -0
  513. data/lib/image_paradise/cfdg/where_do_you_want_to_go_today.cfdg +632 -0
  514. data/lib/image_paradise/cfdg/where_is_the_head.cfdg +28 -0
  515. data/lib/image_paradise/cfdg/where_to_go.cfdg +62 -0
  516. data/lib/image_paradise/cfdg/willow.cfdg +39 -0
  517. data/lib/image_paradise/cfdg/witch_poison.cfdg +58 -0
  518. data/lib/image_paradise/cfdg/wooden_floor.cfdg +95 -0
  519. data/lib/image_paradise/cfdg/writhing.cfdg +15 -0
  520. data/lib/image_paradise/cfdg/wrooom_cars.cfdg +124 -0
  521. data/lib/image_paradise/cfdg/xmas_code.cfdg +101 -0
  522. data/lib/image_paradise/cfdg/xmas_tree.cfdg +70 -0
  523. data/lib/image_paradise/cfdg/yellow_cactus.cfdg +52 -0
  524. data/lib/image_paradise/cfdg/yet_another_explosion.cfdg +46 -0
  525. data/lib/image_paradise/cfdg/yin_yang_taijitu_pattern.cfdg +44 -0
  526. data/lib/image_paradise/cfdg/yog.cfdg +27 -0
  527. data/lib/image_paradise/cfdg/yurbanis_m.cfdg +27 -0
  528. data/lib/image_paradise/cfdg/zen_tree.cfdg +79 -0
  529. data/lib/image_paradise/cfdg/ziggy_flowers.cfdg +44 -0
  530. data/lib/image_paradise/cfdg/zodiac.cfdg +43 -0
  531. data/lib/image_paradise/chunky_png/chunky_png.rb +54 -0
  532. data/lib/image_paradise/colours/colours.rb +55 -0
  533. data/lib/image_paradise/confree_generator/confree_generator.rb +793 -0
  534. data/lib/image_paradise/confree_generator/constants.rb +93 -0
  535. data/lib/image_paradise/constants/constants.rb +50 -0
  536. data/lib/image_paradise/constants/image_file_types.rb +27 -0
  537. data/lib/image_paradise/crop/crop.rb +429 -0
  538. data/lib/image_paradise/gm_support.rb +34 -0
  539. data/lib/image_paradise/graphs/accumulator_bar.rb +29 -0
  540. data/lib/image_paradise/graphs/area.rb +64 -0
  541. data/lib/image_paradise/graphs/bar.rb +117 -0
  542. data/lib/image_paradise/graphs/bar_conversion.rb +53 -0
  543. data/lib/image_paradise/graphs/base.rb +1392 -0
  544. data/lib/image_paradise/graphs/bezier.rb +45 -0
  545. data/lib/image_paradise/graphs/bullet.rb +115 -0
  546. data/lib/image_paradise/graphs/deprecated.rb +42 -0
  547. data/lib/image_paradise/graphs/dot.rb +129 -0
  548. data/lib/image_paradise/graphs/line.rb +328 -0
  549. data/lib/image_paradise/graphs/mini/bar.rb +42 -0
  550. data/lib/image_paradise/graphs/mini/legend.rb +109 -0
  551. data/lib/image_paradise/graphs/mini/pie.rb +42 -0
  552. data/lib/image_paradise/graphs/mini/side_bar.rb +41 -0
  553. data/lib/image_paradise/graphs/net.rb +133 -0
  554. data/lib/image_paradise/graphs/photo_bar.rb +106 -0
  555. data/lib/image_paradise/graphs/pie.rb +139 -0
  556. data/lib/image_paradise/graphs/scatter.rb +264 -0
  557. data/lib/image_paradise/graphs/scene.rb +216 -0
  558. data/lib/image_paradise/graphs/side_bar.rb +144 -0
  559. data/lib/image_paradise/graphs/side_stacked_bar.rb +116 -0
  560. data/lib/image_paradise/graphs/spider.rb +163 -0
  561. data/lib/image_paradise/graphs/stacked_area.rb +73 -0
  562. data/lib/image_paradise/graphs/stacked_bar.rb +68 -0
  563. data/lib/image_paradise/graphs/stacked_mixin.rb +30 -0
  564. data/lib/image_paradise/graphs/themes.rb +117 -0
  565. data/lib/image_paradise/graphs.rb +36 -0
  566. data/lib/image_paradise/graphviz/README.md +2 -0
  567. data/lib/image_paradise/graphviz/generate_graphviz_image.rb +276 -0
  568. data/lib/image_paradise/gui/gtk3/cfdg_widget/cfdg_widget.rb +1452 -0
  569. data/lib/image_paradise/gui/gtk3/cfdg_widget/connect_skeleton.rb +46 -0
  570. data/lib/image_paradise/gui/gtk3/image_editor/connect_skeleton.rb +126 -0
  571. data/lib/image_paradise/gui/gtk3/image_editor/image_editor.rb +2003 -0
  572. data/lib/image_paradise/identify.rb +184 -0
  573. data/lib/image_paradise/image_paradise.rb +153 -0
  574. data/lib/image_paradise/image_to_ascii/image_to_ascii.rb +187 -0
  575. data/lib/image_paradise/image_to_pdf/image_to_pdf.rb +99 -0
  576. data/lib/image_paradise/label/README.md +2 -0
  577. data/lib/image_paradise/label/simple_label.rb +206 -0
  578. data/lib/image_paradise/logo/IMGUR_LOGO.png +0 -0
  579. data/lib/image_paradise/project/project.rb +30 -0
  580. data/lib/image_paradise/requires/common_base_requires.rb +17 -0
  581. data/lib/image_paradise/requires/require_colours.rb +9 -0
  582. data/lib/image_paradise/requires/require_gtk_components.rb +8 -0
  583. data/lib/image_paradise/requires/require_image_to_ascii.rb +7 -0
  584. data/lib/image_paradise/requires/require_the_image_paradise_project.rb +42 -0
  585. data/lib/image_paradise/requires/require_toplevel_methods.rb +21 -0
  586. data/lib/image_paradise/rotate/README.md +2 -0
  587. data/lib/image_paradise/rotate/rotate.rb +124 -0
  588. data/lib/image_paradise/shell/interactive.rb +156 -0
  589. data/lib/image_paradise/svg/README.md +5 -0
  590. data/lib/image_paradise/svg/circle.rb +106 -0
  591. data/lib/image_paradise/svg/feature.rb +48 -0
  592. data/lib/image_paradise/svg/rectangle.rb +154 -0
  593. data/lib/image_paradise/svg/svg.rb +102 -0
  594. data/lib/image_paradise/toplevel_methods/add_black_border_to_this_image.rb +94 -0
  595. data/lib/image_paradise/toplevel_methods/create_animated_gif.rb +49 -0
  596. data/lib/image_paradise/toplevel_methods/crop.rb +29 -0
  597. data/lib/image_paradise/toplevel_methods/e.rb +16 -0
  598. data/lib/image_paradise/toplevel_methods/esystem.rb +19 -0
  599. data/lib/image_paradise/toplevel_methods/extract_text_from_this_image.rb +56 -0
  600. data/lib/image_paradise/toplevel_methods/file_related_code.rb +110 -0
  601. data/lib/image_paradise/toplevel_methods/flip_image_left_right.rb +59 -0
  602. data/lib/image_paradise/toplevel_methods/font_related_methods.rb +62 -0
  603. data/lib/image_paradise/toplevel_methods/greyscale_this_image.rb +76 -0
  604. data/lib/image_paradise/toplevel_methods/gui.rb +19 -0
  605. data/lib/image_paradise/toplevel_methods/help.rb +30 -0
  606. data/lib/image_paradise/toplevel_methods/interlace.rb +33 -0
  607. data/lib/image_paradise/toplevel_methods/is_an_image_file.rb +18 -0
  608. data/lib/image_paradise/toplevel_methods/make_this_image_transparent.rb +40 -0
  609. data/lib/image_paradise/toplevel_methods/menu.rb +110 -0
  610. data/lib/image_paradise/toplevel_methods/merge_these_images.rb +49 -0
  611. data/lib/image_paradise/toplevel_methods/mirror_image.rb +28 -0
  612. data/lib/image_paradise/toplevel_methods/misc.rb +1603 -0
  613. data/lib/image_paradise/toplevel_methods/negate.rb +36 -0
  614. data/lib/image_paradise/toplevel_methods/png_to_svg.rb +38 -0
  615. data/lib/image_paradise/toplevel_methods/quality.rb +34 -0
  616. data/lib/image_paradise/toplevel_methods/resized.rb +43 -0
  617. data/lib/image_paradise/toplevel_methods/roebe.rb +440 -0
  618. data/lib/image_paradise/toplevel_methods/thumbnail.rb +54 -0
  619. data/lib/image_paradise/toplevel_methods/to_png.rb +106 -0
  620. data/lib/image_paradise/toplevel_methods/wallpaper.rb +51 -0
  621. data/lib/image_paradise/toplevel_methods/write_this_text.rb +89 -0
  622. data/lib/image_paradise/utility_scripts/black_white.rb +92 -0
  623. data/lib/image_paradise/utility_scripts/create_new_image.rb +110 -0
  624. data/lib/image_paradise/utility_scripts/image_border.rb +226 -0
  625. data/lib/image_paradise/utility_scripts/image_gallery/image_gallery.rb +305 -0
  626. data/lib/image_paradise/utility_scripts/image_manipulations.rb +316 -0
  627. data/lib/image_paradise/utility_scripts/magic_card_border.rb +215 -0
  628. data/lib/image_paradise/utility_scripts/optimizer.rb +444 -0
  629. data/lib/image_paradise/utility_scripts/random_text_to_image.rb +364 -0
  630. data/lib/image_paradise/utility_scripts/text_on_image.rb +311 -0
  631. data/lib/image_paradise/utility_scripts/to_gif.rb +93 -0
  632. data/lib/image_paradise/utility_scripts/to_jpg.rb +82 -0
  633. data/lib/image_paradise/version/version.rb +19 -0
  634. data/lib/image_paradise/www/cfdg.cgi +25 -0
  635. data/lib/image_paradise/www/imagemagick/imagemagick.cgi +266 -0
  636. data/lib/image_paradise/yaml/README.md +2 -0
  637. data/lib/image_paradise/yaml/arc.yml +0 -0
  638. data/lib/image_paradise/yaml/circle.yml +6 -0
  639. data/lib/image_paradise/yaml/rectangle.yml +6 -0
  640. data/lib/image_paradise.rb +5 -0
  641. data/test/16x16_red_square_image_for_testing.png +0 -0
  642. data/test/misc/README.md +3 -0
  643. data/test/misc/testing_filling_up_with_circles.rb +65 -0
  644. data/test/testing_confree_generator.rb +8 -0
  645. data/test/testing_crop.rb +19 -0
  646. data/test/testing_image_magick_commands.rb +39 -0
  647. data/test/testing_image_paradise.rb +49 -0
  648. data/test/testing_the_svg_component.html +261 -0
  649. data/test/testing_the_svg_component.rb +106 -0
  650. metadata +762 -0
@@ -0,0 +1,788 @@
1
+ /*
2
+ From:
3
+
4
+ https://www.contextfreeart.org/gallery/view.php?id=3159
5
+
6
+ By AK Jan 2013
7
+
8
+ If you know who this is, you should
9
+ be able to guess the variation code
10
+ that gives this image.
11
+
12
+ Then you should be able to figure
13
+ out what it is about.
14
+
15
+ http://creativecommons.org/licenses/by-sa/3.0/au/deed.en
16
+ */
17
+
18
+ phi=.5+sqrt(1.25)
19
+ theta=360/phi
20
+ shrink=.993
21
+
22
+ CF::ColorDepth=16
23
+ CF::Background=[b -.9 sat 1 h 60]
24
+ CF::Size=[s 12]
25
+
26
+ startshape START
27
+
28
+ shape START{
29
+ A0[]
30
+ CIRCLE[s 13 b .2 sat 1 h 60 z -7]
31
+ CIRCLE[s 13.3 b .3 sat 1 h 60 z -8]
32
+ loop 50 [s .95] CIRCLE[ a -.98 s 7 z -9]
33
+ }
34
+
35
+ shape o(number bright,shape next){
36
+ BALL(bright)[x 5 s .98 1.29 b (bright/75) r 55]
37
+ next[r theta s shrink]
38
+ }
39
+
40
+ shape A(shape next) rule{o(00,next)[]} rule 25{i(=)[]}
41
+ shape B(shape next) rule{o(01,next)[]} rule 25{i(=)[]}
42
+ shape C(shape next) rule{o(02,next)[]} rule 25{i(=)[]}
43
+ shape D(shape next) rule{o(03,next)[]} rule 25{i(=)[]}
44
+ shape E(shape next) rule{o(04,next)[]} rule 25{i(=)[]}
45
+ shape F(shape next) rule{o(05,next)[]} rule 25{i(=)[]}
46
+ shape G(shape next) rule{o(06,next)[]} rule 25{i(=)[]}
47
+ shape H(shape next) rule{o(07,next)[]} rule 25{i(=)[]}
48
+ shape I(shape next) rule{o(08,next)[]} rule 25{i(=)[]}
49
+ shape J(shape next) rule{o(09,next)[]} rule 25{i(=)[]}
50
+ shape K(shape next) rule{o(10,next)[]} rule 25{i(=)[]}
51
+ shape L(shape next) rule{o(11,next)[]} rule 25{i(=)[]}
52
+ shape M(shape next) rule{o(12,next)[]} rule 25{i(=)[]}
53
+ shape N(shape next) rule{o(13,next)[]} rule 25{i(=)[]}
54
+ shape O(shape next) rule{o(14,next)[]} rule 25{i(=)[]}
55
+ shape P(shape next) rule{o(15,next)[]} rule 25{i(=)[]}
56
+ shape Q(shape next) rule{o(16,next)[]} rule 25{i(=)[]}
57
+ shape R(shape next) rule{o(17,next)[]} rule 25{i(=)[]}
58
+ shape S(shape next) rule{o(18,next)[]} rule 25{i(=)[]}
59
+ shape T(shape next) rule{o(19,next)[]} rule 25{i(=)[]}
60
+ shape U(shape next) rule{o(20,next)[]} rule 25{i(=)[]}
61
+ shape V(shape next) rule{o(21,next)[]} rule 25{i(=)[]}
62
+ shape W(shape next) rule{o(22,next)[]} rule 25{i(=)[]}
63
+ shape X(shape next) rule{o(23,next)[]} rule 25{i(=)[]}
64
+ shape Y(shape next) rule{o(24,next)[]} rule 25{i(=)[]}
65
+ shape Z(shape next) rule{o(25,next)[]} rule 25{i(=)[]}
66
+
67
+ shape i(shape next)
68
+ rule{A(=)[]} rule{B(=)[]} rule{C(=)[]} rule{D(=)[]} rule{E(=)[]}
69
+ rule{F(=)[]} rule{G(=)[]} rule{H(=)[]} rule{I(=)[]} rule{J(=)[]}
70
+ rule{K(=)[]} rule{L(=)[]} rule{M(=)[]} rule{N(=)[]} rule{O(=)[]}
71
+ rule{P(=)[]} rule{Q(=)[]} rule{R(=)[]} rule{S(=)[]} rule{T(=)[]}
72
+ rule{U(=)[]} rule{V(=)[]} rule{W(=)[]} rule{X(=)[]} rule{Y(=)[]}
73
+ rule{Z(=)[]}
74
+
75
+ shape BALL(number b_target){
76
+ CIRCLE[s 1.15 h 120]
77
+ CIRCLE[s .25 1 b -1 a -.95 z 10]
78
+ BALL(=)[[r 9.5 s .95 .98 x .01 y -.015 b .06 (b_target/25) z 1 sat .1 .5 r -10]]
79
+ }
80
+
81
+ /*
82
+ shape BALL(number b_target){
83
+ CIRCLE[s 1.15 ]
84
+ BALL(=)[s .98 b .06 (b_target/25) z 1]
85
+ }
86
+ */
87
+
88
+ shape A0{ A (A1)[]}
89
+ shape A1{ H (A2)[]}
90
+ shape A2{ E (A3)[]}
91
+ shape A3{ G (A4)[]}
92
+ shape A4{ M (A5)[]}
93
+ shape A5{ E (A6)[]}
94
+ shape A6{ Q (A7)[]}
95
+ shape A7{ B (A8)[]}
96
+ shape A8{ J (A9)[]}
97
+ shape A9{ G (A10)[]}
98
+ shape A10{ A (A11)[]}
99
+ shape A11{ O (A12)[]}
100
+ shape A12{ E (A13)[]}
101
+ shape A13{ G (A14)[]}
102
+ shape A14{ A (A15)[]}
103
+ shape A15{ F (A16)[]}
104
+ shape A16{ Z (A17)[]}
105
+ shape A17{ E (A18)[]}
106
+ shape A18{ U (A19)[]}
107
+ shape A19{ U (A20)[]}
108
+ shape A20{ H (A21)[]}
109
+ shape A21{ S (A22)[]}
110
+ shape A22{ J (A23)[]}
111
+ shape A23{ F (A24)[]}
112
+ shape A24{ A (A25)[]}
113
+ shape A25{ H (A26)[]}
114
+ shape A26{ J (A27)[]}
115
+ shape A27{ Q (A28)[]}
116
+ shape A28{ G (A29)[]}
117
+ shape A29{ G (A30)[]}
118
+ shape A30{ E (A31)[]}
119
+ shape A31{ G (A32)[]}
120
+ shape A32{ T (A33)[]}
121
+ shape A33{ S (A34)[]}
122
+ shape A34{ Z (A35)[]}
123
+ shape A35{ E (A36)[]}
124
+ shape A36{ K (A37)[]}
125
+ shape A37{ T (A38)[]}
126
+ shape A38{ C (A39)[]}
127
+ shape A39{ F (A40)[]}
128
+ shape A40{ I (A41)[]}
129
+ shape A41{ G (A42)[]}
130
+ shape A42{ F (A43)[]}
131
+ shape A43{ U (A44)[]}
132
+ shape A44{ E (A45)[]}
133
+ shape A45{ C (A46)[]}
134
+ shape A46{ E (A47)[]}
135
+ shape A47{ W (A48)[]}
136
+ shape A48{ F (A49)[]}
137
+ shape A49{ F (A50)[]}
138
+ shape A50{ U (A51)[]}
139
+ shape A51{ Y (A52)[]}
140
+ shape A52{ N (A53)[]}
141
+ shape A53{ D (A54)[]}
142
+ shape A54{ F (A55)[]}
143
+ shape A55{ P (A56)[]}
144
+ shape A56{ L (A57)[]}
145
+ shape A57{ J (A58)[]}
146
+ shape A58{ B (A59)[]}
147
+ shape A59{ S (A60)[]}
148
+ shape A60{ N (A61)[]}
149
+ shape A61{ M (A62)[]}
150
+ shape A62{ E (A63)[]}
151
+ shape A63{ M (A64)[]}
152
+ shape A64{ H (A65)[]}
153
+ shape A65{ H (A66)[]}
154
+ shape A66{ D (A67)[]}
155
+ shape A67{ Y (A68)[]}
156
+ shape A68{ Q (A69)[]}
157
+ shape A69{ O (A70)[]}
158
+ shape A70{ F (A71)[]}
159
+ shape A71{ I (A72)[]}
160
+ shape A72{ S (A73)[]}
161
+ shape A73{ H (A74)[]}
162
+ shape A74{ B (A75)[]}
163
+ shape A75{ B (A76)[]}
164
+ shape A76{ J (A77)[]}
165
+ shape A77{ L (A78)[]}
166
+ shape A78{ D (A79)[]}
167
+ shape A79{ L (A80)[]}
168
+ shape A80{ J (A81)[]}
169
+ shape A81{ G (A82)[]}
170
+ shape A82{ I (A83)[]}
171
+ shape A83{ C (A84)[]}
172
+ shape A84{ C (A85)[]}
173
+ shape A85{ A (A86)[]}
174
+ shape A86{ D (A87)[]}
175
+ shape A87{ F (A88)[]}
176
+ shape A88{ U (A89)[]}
177
+ shape A89{ Y (A90)[]}
178
+ shape A90{ J (A91)[]}
179
+ shape A91{ F (A92)[]}
180
+ shape A92{ X (A93)[]}
181
+ shape A93{ H (A94)[]}
182
+ shape A94{ I (A95)[]}
183
+ shape A95{ S (A96)[]}
184
+ shape A96{ W (A97)[]}
185
+ shape A97{ F (A98)[]}
186
+ shape A98{ B (A99)[]}
187
+ shape A99{ L (A100)[]}
188
+ shape A100{ E (A101)[]}
189
+ shape A101{ G (A102)[]}
190
+ shape A102{ I (A103)[]}
191
+ shape A103{ U (A104)[]}
192
+ shape A104{ I (A105)[]}
193
+ shape A105{ T (A106)[]}
194
+ shape A106{ D (A107)[]}
195
+ shape A107{ C (A108)[]}
196
+ shape A108{ L (A109)[]}
197
+ shape A109{ Z (A110)[]}
198
+ shape A110{ C (A111)[]}
199
+ shape A111{ D (A112)[]}
200
+ shape A112{ M (A113)[]}
201
+ shape A113{ E (A114)[]}
202
+ shape A114{ P (A115)[]}
203
+ shape A115{ E (A116)[]}
204
+ shape A116{ N (A117)[]}
205
+ shape A117{ L (A118)[]}
206
+ shape A118{ A (A119)[]}
207
+ shape A119{ T (A120)[]}
208
+ shape A120{ U (A121)[]}
209
+ shape A121{ O (A122)[]}
210
+ shape A122{ T (A123)[]}
211
+ shape A123{ F (A124)[]}
212
+ shape A124{ B (A125)[]}
213
+ shape A125{ I (A126)[]}
214
+ shape A126{ H (A127)[]}
215
+ shape A127{ D (A128)[]}
216
+ shape A128{ A (A129)[]}
217
+ shape A129{ S (A130)[]}
218
+ shape A130{ B (A131)[]}
219
+ shape A131{ T (A132)[]}
220
+ shape A132{ Z (A133)[]}
221
+ shape A133{ C (A134)[]}
222
+ shape A134{ C (A135)[]}
223
+ shape A135{ S (A136)[]}
224
+ shape A136{ R (A137)[]}
225
+ shape A137{ V (A138)[]}
226
+ shape A138{ E (A139)[]}
227
+ shape A139{ J (A140)[]}
228
+ shape A140{ L (A141)[]}
229
+ shape A141{ F (A142)[]}
230
+ shape A142{ P (A143)[]}
231
+ shape A143{ K (A144)[]}
232
+ shape A144{ L (A145)[]}
233
+ shape A145{ W (A146)[]}
234
+ shape A146{ S (A147)[]}
235
+ shape A147{ K (A148)[]}
236
+ shape A148{ E (A149)[]}
237
+ shape A149{ A (A150)[]}
238
+ shape A150{ U (A151)[]}
239
+ shape A151{ C (A152)[]}
240
+ shape A152{ C (A153)[]}
241
+ shape A153{ Z (A154)[]}
242
+ shape A154{ D (A155)[]}
243
+ shape A155{ L (A156)[]}
244
+ shape A156{ E (A157)[]}
245
+ shape A157{ V (A158)[]}
246
+ shape A158{ C (A159)[]}
247
+ shape A159{ N (A160)[]}
248
+ shape A160{ N (A161)[]}
249
+ shape A161{ A (A162)[]}
250
+ shape A162{ V (A163)[]}
251
+ shape A163{ V (A164)[]}
252
+ shape A164{ A (A165)[]}
253
+ shape A165{ P (A166)[]}
254
+ shape A166{ S (A167)[]}
255
+ shape A167{ F (A168)[]}
256
+ shape A168{ A (A169)[]}
257
+ shape A169{ L (A170)[]}
258
+ shape A170{ I (A171)[]}
259
+ shape A171{ A (A172)[]}
260
+ shape A172{ W (A173)[]}
261
+ shape A173{ L (A174)[]}
262
+ shape A174{ I (A175)[]}
263
+ shape A175{ C (A176)[]}
264
+ shape A176{ G (A177)[]}
265
+ shape A177{ F (A178)[]}
266
+ shape A178{ J (A179)[]}
267
+ shape A179{ J (A180)[]}
268
+ shape A180{ N (A181)[]}
269
+ shape A181{ P (A182)[]}
270
+ shape A182{ C (A183)[]}
271
+ shape A183{ N (A184)[]}
272
+ shape A184{ N (A185)[]}
273
+ shape A185{ Z (A186)[]}
274
+ shape A186{ J (A187)[]}
275
+ shape A187{ B (A188)[]}
276
+ shape A188{ B (A189)[]}
277
+ shape A189{ O (A190)[]}
278
+ shape A190{ B (A191)[]}
279
+ shape A191{ X (A192)[]}
280
+ shape A192{ U (A193)[]}
281
+ shape A193{ J (A194)[]}
282
+ shape A194{ A (A195)[]}
283
+ shape A195{ R (A196)[]}
284
+ shape A196{ G (A197)[]}
285
+ shape A197{ L (A198)[]}
286
+ shape A198{ N (A199)[]}
287
+ shape A199{ J (A200)[]}
288
+ shape A200{ Q (A201)[]}
289
+ shape A201{ B (A202)[]}
290
+ shape A202{ N (A203)[]}
291
+ shape A203{ Y (A204)[]}
292
+ shape A204{ F (A205)[]}
293
+ shape A205{ A (A206)[]}
294
+ shape A206{ A (A207)[]}
295
+ shape A207{ M (A208)[]}
296
+ shape A208{ K (A209)[]}
297
+ shape A209{ M (A210)[]}
298
+ shape A210{ N (A211)[]}
299
+ shape A211{ D (A212)[]}
300
+ shape A212{ L (A213)[]}
301
+ shape A213{ P (A214)[]}
302
+ shape A214{ J (A215)[]}
303
+ shape A215{ C (A216)[]}
304
+ shape A216{ D (A217)[]}
305
+ shape A217{ A (A218)[]}
306
+ shape A218{ O (A219)[]}
307
+ shape A219{ M (A220)[]}
308
+ shape A220{ L (A221)[]}
309
+ shape A221{ L (A222)[]}
310
+ shape A222{ V (A223)[]}
311
+ shape A223{ L (A224)[]}
312
+ shape A224{ S (A225)[]}
313
+ shape A225{ P (A226)[]}
314
+ shape A226{ C (A227)[]}
315
+ shape A227{ B (A228)[]}
316
+ shape A228{ F (A229)[]}
317
+ shape A229{ Q (A230)[]}
318
+ shape A230{ B (A231)[]}
319
+ shape A231{ A (A232)[]}
320
+ shape A232{ C (A233)[]}
321
+ shape A233{ M (A234)[]}
322
+ shape A234{ F (A235)[]}
323
+ shape A235{ R (A236)[]}
324
+ shape A236{ I (A237)[]}
325
+ shape A237{ J (A238)[]}
326
+ shape A238{ O (A239)[]}
327
+ shape A239{ E (A240)[]}
328
+ shape A240{ D (A241)[]}
329
+ shape A241{ P (A242)[]}
330
+ shape A242{ V (A243)[]}
331
+ shape A243{ W (A244)[]}
332
+ shape A244{ L (A245)[]}
333
+ shape A245{ H (A246)[]}
334
+ shape A246{ E (A247)[]}
335
+ shape A247{ E (A248)[]}
336
+ shape A248{ L (A249)[]}
337
+ shape A249{ E (A250)[]}
338
+ shape A250{ A (A251)[]}
339
+ shape A251{ F (A252)[]}
340
+ shape A252{ K (A253)[]}
341
+ shape A253{ S (A254)[]}
342
+ shape A254{ I (A255)[]}
343
+ shape A255{ V (A256)[]}
344
+ shape A256{ L (A257)[]}
345
+ shape A257{ O (A258)[]}
346
+ shape A258{ U (A259)[]}
347
+ shape A259{ E (A260)[]}
348
+ shape A260{ B (A261)[]}
349
+ shape A261{ V (A262)[]}
350
+ shape A262{ T (A263)[]}
351
+ shape A263{ O (A264)[]}
352
+ shape A264{ G (A265)[]}
353
+ shape A265{ U (A266)[]}
354
+ shape A266{ D (A267)[]}
355
+ shape A267{ O (A268)[]}
356
+ shape A268{ O (A269)[]}
357
+ shape A269{ I (A270)[]}
358
+ shape A270{ D (A271)[]}
359
+ shape A271{ I (A272)[]}
360
+ shape A272{ K (A273)[]}
361
+ shape A273{ Q (A274)[]}
362
+ shape A274{ A (A275)[]}
363
+ shape A275{ S (A276)[]}
364
+ shape A276{ R (A277)[]}
365
+ shape A277{ H (A278)[]}
366
+ shape A278{ J (A279)[]}
367
+ shape A279{ A (A280)[]}
368
+ shape A280{ H (A281)[]}
369
+ shape A281{ J (A282)[]}
370
+ shape A282{ G (A283)[]}
371
+ shape A283{ C (A284)[]}
372
+ shape A284{ F (A285)[]}
373
+ shape A285{ E (A286)[]}
374
+ shape A286{ K (A287)[]}
375
+ shape A287{ W (A288)[]}
376
+ shape A288{ B (A289)[]}
377
+ shape A289{ F (A290)[]}
378
+ shape A290{ P (A291)[]}
379
+ shape A291{ G (A292)[]}
380
+ shape A292{ X (A293)[]}
381
+ shape A293{ I (A294)[]}
382
+ shape A294{ S (A295)[]}
383
+ shape A295{ F (A296)[]}
384
+ shape A296{ I (A297)[]}
385
+ shape A297{ H (A298)[]}
386
+ shape A298{ D (A299)[]}
387
+ shape A299{ E (A300)[]}
388
+ shape A300{ V (A301)[]}
389
+ shape A301{ E (A302)[]}
390
+ shape A302{ B (A303)[]}
391
+ shape A303{ V (A304)[]}
392
+ shape A304{ W (A305)[]}
393
+ shape A305{ B (A306)[]}
394
+ shape A306{ P (A307)[]}
395
+ shape A307{ A (A308)[]}
396
+ shape A308{ B (A309)[]}
397
+ shape A309{ V (A310)[]}
398
+ shape A310{ M (A311)[]}
399
+ shape A311{ E (A312)[]}
400
+ shape A312{ C (A313)[]}
401
+ shape A313{ A (A314)[]}
402
+ shape A314{ K (A315)[]}
403
+ shape A315{ L (A316)[]}
404
+ shape A316{ N (A317)[]}
405
+ shape A317{ Y (A318)[]}
406
+ shape A318{ H (A319)[]}
407
+ shape A319{ D (A320)[]}
408
+ shape A320{ F (A321)[]}
409
+ shape A321{ L (A322)[]}
410
+ shape A322{ A (A323)[]}
411
+ shape A323{ M (A324)[]}
412
+ shape A324{ A (A325)[]}
413
+ shape A325{ D (A326)[]}
414
+ shape A326{ D (A327)[]}
415
+ shape A327{ Q (A328)[]}
416
+ shape A328{ J (A329)[]}
417
+ shape A329{ W (A330)[]}
418
+ shape A330{ A (A331)[]}
419
+ shape A331{ F (A332)[]}
420
+ shape A332{ F (A333)[]}
421
+ shape A333{ P (A334)[]}
422
+ shape A334{ O (A335)[]}
423
+ shape A335{ T (A336)[]}
424
+ shape A336{ O (A337)[]}
425
+ shape A337{ Z (A338)[]}
426
+ shape A338{ B (A339)[]}
427
+ shape A339{ F (A340)[]}
428
+ shape A340{ G (A341)[]}
429
+ shape A341{ P (A342)[]}
430
+ shape A342{ A (A343)[]}
431
+ shape A343{ C (A344)[]}
432
+ shape A344{ F (A345)[]}
433
+ shape A345{ Q (A346)[]}
434
+ shape A346{ D (A347)[]}
435
+ shape A347{ M (A348)[]}
436
+ shape A348{ L (A349)[]}
437
+ shape A349{ F (A350)[]}
438
+ shape A350{ Z (A351)[]}
439
+ shape A351{ F (A352)[]}
440
+ shape A352{ M (A353)[]}
441
+ shape A353{ C (A354)[]}
442
+ shape A354{ W (A355)[]}
443
+ shape A355{ Z (A356)[]}
444
+ shape A356{ T (A357)[]}
445
+ shape A357{ Q (A358)[]}
446
+ shape A358{ B (A359)[]}
447
+ shape A359{ H (A360)[]}
448
+ shape A360{ P (A361)[]}
449
+ shape A361{ F (A362)[]}
450
+ shape A362{ E (A363)[]}
451
+ shape A363{ E (A364)[]}
452
+ shape A364{ F (A365)[]}
453
+ shape A365{ Q (A366)[]}
454
+ shape A366{ B (A367)[]}
455
+ shape A367{ H (A368)[]}
456
+ shape A368{ P (A369)[]}
457
+ shape A369{ T (A370)[]}
458
+ shape A370{ P (A371)[]}
459
+ shape A371{ D (A372)[]}
460
+ shape A372{ B (A373)[]}
461
+ shape A373{ K (A374)[]}
462
+ shape A374{ B (A375)[]}
463
+ shape A375{ J (A376)[]}
464
+ shape A376{ X (A377)[]}
465
+ shape A377{ D (A378)[]}
466
+ shape A378{ M (A379)[]}
467
+ shape A379{ G (A380)[]}
468
+ shape A380{ A (A381)[]}
469
+ shape A381{ G (A382)[]}
470
+ shape A382{ O (A383)[]}
471
+ shape A383{ O (A384)[]}
472
+ shape A384{ J (A385)[]}
473
+ shape A385{ I (A386)[]}
474
+ shape A386{ C (A387)[]}
475
+ shape A387{ E (A388)[]}
476
+ shape A388{ V (A389)[]}
477
+ shape A389{ T (A390)[]}
478
+ shape A390{ A (A391)[]}
479
+ shape A391{ V (A392)[]}
480
+ shape A392{ B (A393)[]}
481
+ shape A393{ S (A394)[]}
482
+ shape A394{ I (A395)[]}
483
+ shape A395{ T (A396)[]}
484
+ shape A396{ D (A397)[]}
485
+ shape A397{ K (A398)[]}
486
+ shape A398{ J (A399)[]}
487
+ shape A399{ O (A400)[]}
488
+ shape A400{ E (A401)[]}
489
+ shape A401{ M (A402)[]}
490
+ shape A402{ F (A403)[]}
491
+ shape A403{ Q (A404)[]}
492
+ shape A404{ X (A405)[]}
493
+ shape A405{ N (A406)[]}
494
+ shape A406{ H (A407)[]}
495
+ shape A407{ X (A408)[]}
496
+ shape A408{ M (A409)[]}
497
+ shape A409{ K (A410)[]}
498
+ shape A410{ G (A411)[]}
499
+ shape A411{ H (A412)[]}
500
+ shape A412{ D (A413)[]}
501
+ shape A413{ J (A414)[]}
502
+ shape A414{ A (A415)[]}
503
+ shape A415{ M (A416)[]}
504
+ shape A416{ J (A417)[]}
505
+ shape A417{ I (A418)[]}
506
+ shape A418{ C (A419)[]}
507
+ shape A419{ A (A420)[]}
508
+ shape A420{ I (A421)[]}
509
+ shape A421{ J (A422)[]}
510
+ shape A422{ L (A423)[]}
511
+ shape A423{ K (A424)[]}
512
+ shape A424{ C (A425)[]}
513
+ shape A425{ Q (A426)[]}
514
+ shape A426{ D (A427)[]}
515
+ shape A427{ G (A428)[]}
516
+ shape A428{ T (A429)[]}
517
+ shape A429{ M (A430)[]}
518
+ shape A430{ D (A431)[]}
519
+ shape A431{ V (A432)[]}
520
+ shape A432{ N (A433)[]}
521
+ shape A433{ V (A434)[]}
522
+ shape A434{ A (A435)[]}
523
+ shape A435{ W (A436)[]}
524
+ shape A436{ Q (A437)[]}
525
+ shape A437{ U (A438)[]}
526
+ shape A438{ O (A439)[]}
527
+ shape A439{ E (A440)[]}
528
+ shape A440{ G (A441)[]}
529
+ shape A441{ B (A442)[]}
530
+ shape A442{ U (A443)[]}
531
+ shape A443{ F (A444)[]}
532
+ shape A444{ G (A445)[]}
533
+ shape A445{ C (A446)[]}
534
+ shape A446{ D (A447)[]}
535
+ shape A447{ K (A448)[]}
536
+ shape A448{ M (A449)[]}
537
+ shape A449{ G (A450)[]}
538
+ shape A450{ G (A451)[]}
539
+ shape A451{ F (A452)[]}
540
+ shape A452{ D (A453)[]}
541
+ shape A453{ L (A454)[]}
542
+ shape A454{ E (A455)[]}
543
+ shape A455{ A (A456)[]}
544
+ shape A456{ P (A457)[]}
545
+ shape A457{ F (A458)[]}
546
+ shape A458{ D (A459)[]}
547
+ shape A459{ F (A460)[]}
548
+ shape A460{ L (A461)[]}
549
+ shape A461{ S (A462)[]}
550
+ shape A462{ E (A463)[]}
551
+ shape A463{ B (A464)[]}
552
+ shape A464{ V (A465)[]}
553
+ shape A465{ K (A466)[]}
554
+ shape A466{ Q (A467)[]}
555
+ shape A467{ O (A468)[]}
556
+ shape A468{ E (A469)[]}
557
+ shape A469{ B (A470)[]}
558
+ shape A470{ F (A471)[]}
559
+ shape A471{ U (A472)[]}
560
+ shape A472{ C (A473)[]}
561
+ shape A473{ H (A474)[]}
562
+ shape A474{ K (A475)[]}
563
+ shape A475{ E (A476)[]}
564
+ shape A476{ D (A477)[]}
565
+ shape A477{ N (A478)[]}
566
+ shape A478{ F (A479)[]}
567
+ shape A479{ R (A480)[]}
568
+ shape A480{ C (A481)[]}
569
+ shape A481{ R (A482)[]}
570
+ shape A482{ B (A483)[]}
571
+ shape A483{ F (A484)[]}
572
+ shape A484{ N (A485)[]}
573
+ shape A485{ A (A486)[]}
574
+ shape A486{ C (A487)[]}
575
+ shape A487{ K (A488)[]}
576
+ shape A488{ Y (A489)[]}
577
+ shape A489{ I (A490)[]}
578
+ shape A490{ E (A491)[]}
579
+ shape A491{ G (A492)[]}
580
+ shape A492{ J (A493)[]}
581
+ shape A493{ K (A494)[]}
582
+ shape A494{ F (A495)[]}
583
+ shape A495{ Z (A496)[]}
584
+ shape A496{ O (A497)[]}
585
+ shape A497{ M (A498)[]}
586
+ shape A498{ D (A499)[]}
587
+ shape A499{ U (A500)[]}
588
+ shape A500{ O (A501)[]}
589
+ shape A501{ K (A502)[]}
590
+ shape A502{ V (A503)[]}
591
+ shape A503{ I (A504)[]}
592
+ shape A504{ W (A505)[]}
593
+ shape A505{ D (A506)[]}
594
+ shape A506{ A (A507)[]}
595
+ shape A507{ S (A508)[]}
596
+ shape A508{ A (A509)[]}
597
+ shape A509{ E (A510)[]}
598
+ shape A510{ E (A511)[]}
599
+ shape A511{ C (A512)[]}
600
+ shape A512{ N (A513)[]}
601
+ shape A513{ T (A514)[]}
602
+ shape A514{ A (A515)[]}
603
+ shape A515{ R (A516)[]}
604
+ shape A516{ M (A517)[]}
605
+ shape A517{ L (A518)[]}
606
+ shape A518{ X (A519)[]}
607
+ shape A519{ N (A520)[]}
608
+ shape A520{ Q (A521)[]}
609
+ shape A521{ E (A522)[]}
610
+ shape A522{ N (A523)[]}
611
+ shape A523{ F (A524)[]}
612
+ shape A524{ V (A525)[]}
613
+ shape A525{ D (A526)[]}
614
+ shape A526{ E (A527)[]}
615
+ shape A527{ I (A528)[]}
616
+ shape A528{ T (A529)[]}
617
+ shape A529{ H (A530)[]}
618
+ shape A530{ D (A531)[]}
619
+ shape A531{ K (A532)[]}
620
+ shape A532{ P (A533)[]}
621
+ shape A533{ H (A534)[]}
622
+ shape A534{ L (A535)[]}
623
+ shape A535{ L (A536)[]}
624
+ shape A536{ E (A537)[]}
625
+ shape A537{ I (A538)[]}
626
+ shape A538{ S (A539)[]}
627
+ shape A539{ A (A540)[]}
628
+ shape A540{ R (A541)[]}
629
+ shape A541{ D (A542)[]}
630
+ shape A542{ B (A543)[]}
631
+ shape A543{ N (A544)[]}
632
+ shape A544{ U (A545)[]}
633
+ shape A545{ A (A546)[]}
634
+ shape A546{ E (A547)[]}
635
+ shape A547{ T (A548)[]}
636
+ shape A548{ V (A549)[]}
637
+ shape A549{ K (A550)[]}
638
+ shape A550{ N (A551)[]}
639
+ shape A551{ E (A552)[]}
640
+ shape A552{ D (A553)[]}
641
+ shape A553{ B (A554)[]}
642
+ shape A554{ R (A555)[]}
643
+ shape A555{ H (A556)[]}
644
+ shape A556{ V (A557)[]}
645
+ shape A557{ G (A558)[]}
646
+ shape A558{ M (A559)[]}
647
+ shape A559{ B (A560)[]}
648
+ shape A560{ U (A561)[]}
649
+ shape A561{ I (A562)[]}
650
+ shape A562{ I (A563)[]}
651
+ shape A563{ O (A564)[]}
652
+ shape A564{ S (A565)[]}
653
+ shape A565{ C (A566)[]}
654
+ shape A566{ R (A567)[]}
655
+ shape A567{ L (A568)[]}
656
+ shape A568{ R (A569)[]}
657
+ shape A569{ T (A570)[]}
658
+ shape A570{ H (A571)[]}
659
+ shape A571{ E (A572)[]}
660
+ shape A572{ D (A573)[]}
661
+ shape A573{ B (A574)[]}
662
+ shape A574{ G (A575)[]}
663
+ shape A575{ B (A576)[]}
664
+ shape A576{ A (A577)[]}
665
+ shape A577{ S (A578)[]}
666
+ shape A578{ Z (A579)[]}
667
+ shape A579{ N (A580)[]}
668
+ shape A580{ S (A581)[]}
669
+ shape A581{ A (A582)[]}
670
+ shape A582{ X (A583)[]}
671
+ shape A583{ N (A584)[]}
672
+ shape A584{ N (A585)[]}
673
+ shape A585{ M (A586)[]}
674
+ shape A586{ A (A587)[]}
675
+ shape A587{ H (A588)[]}
676
+ shape A588{ K (A589)[]}
677
+ shape A589{ B (A590)[]}
678
+ shape A590{ W (A591)[]}
679
+ shape A591{ S (A592)[]}
680
+ shape A592{ T (A593)[]}
681
+ shape A593{ Q (A594)[]}
682
+ shape A594{ N (A595)[]}
683
+ shape A595{ R (A596)[]}
684
+ shape A596{ B (A597)[]}
685
+ shape A597{ F (A598)[]}
686
+ shape A598{ D (A599)[]}
687
+ shape A599{ B (A600)[]}
688
+ shape A600{ T (A601)[]}
689
+ shape A601{ A (A602)[]}
690
+ shape A602{ E (A603)[]}
691
+ shape A603{ W (A604)[]}
692
+ shape A604{ L (A605)[]}
693
+ shape A605{ Y (A606)[]}
694
+ shape A606{ W (A607)[]}
695
+ shape A607{ Q (A608)[]}
696
+ shape A608{ J (A609)[]}
697
+ shape A609{ N (A610)[]}
698
+ shape A610{ A (A611)[]}
699
+ shape A611{ O (A612)[]}
700
+ shape A612{ C (A613)[]}
701
+ shape A613{ C (A614)[]}
702
+ shape A614{ A (A615)[]}
703
+ shape A615{ B (A616)[]}
704
+ shape A616{ F (A617)[]}
705
+ shape A617{ C (A618)[]}
706
+ shape A618{ B (A619)[]}
707
+ shape A619{ F (A620)[]}
708
+ shape A620{ O (A621)[]}
709
+ shape A621{ C (A622)[]}
710
+ shape A622{ M (A623)[]}
711
+ shape A623{ E (A624)[]}
712
+ shape A624{ A (A625)[]}
713
+ shape A625{ L (A626)[]}
714
+ shape A626{ C (A627)[]}
715
+ shape A627{ J (A628)[]}
716
+ shape A628{ G (A629)[]}
717
+ shape A629{ E (A630)[]}
718
+ shape A630{ A (A631)[]}
719
+ shape A631{ D (A632)[]}
720
+ shape A632{ B (A633)[]}
721
+ shape A633{ R (A634)[]}
722
+ shape A634{ U (A635)[]}
723
+ shape A635{ H (A636)[]}
724
+ shape A636{ D (A637)[]}
725
+ shape A637{ M (A638)[]}
726
+ shape A638{ J (A639)[]}
727
+ shape A639{ D (A640)[]}
728
+ shape A640{ F (A641)[]}
729
+ shape A641{ O (A642)[]}
730
+ shape A642{ Y (A643)[]}
731
+ shape A643{ F (A644)[]}
732
+ shape A644{ M (A645)[]}
733
+ shape A645{ L (A646)[]}
734
+ shape A646{ K (A647)[]}
735
+ shape A647{ Y (A648)[]}
736
+ shape A648{ Q (A649)[]}
737
+ shape A649{ A (A650)[]}
738
+ shape A650{ C (A651)[]}
739
+ shape A651{ B (A652)[]}
740
+ shape A652{ O (A653)[]}
741
+ shape A653{ R (A654)[]}
742
+ shape A654{ H (A655)[]}
743
+ shape A655{ K (A656)[]}
744
+ shape A656{ G (A657)[]}
745
+ shape A657{ A (A658)[]}
746
+ shape A658{ W (A659)[]}
747
+ shape A659{ R (A660)[]}
748
+ shape A660{ H (A661)[]}
749
+ shape A661{ S (A662)[]}
750
+ shape A662{ G (A663)[]}
751
+ shape A663{ V (A664)[]}
752
+ shape A664{ W (A665)[]}
753
+ shape A665{ R (A666)[]}
754
+ shape A666{ K (A667)[]}
755
+ shape A667{ V (A668)[]}
756
+ shape A668{ B (A669)[]}
757
+ shape A669{ G (A670)[]}
758
+ shape A670{ O (A671)[]}
759
+ shape A671{ P (A672)[]}
760
+ shape A672{ W (A673)[]}
761
+ shape A673{ O (A674)[]}
762
+ shape A674{ R (A675)[]}
763
+ shape A675{ T (A676)[]}
764
+ shape A676{ D (A677)[]}
765
+ shape A677{ W (A678)[]}
766
+ shape A678{ E (A679)[]}
767
+ shape A679{ A (A680)[]}
768
+ shape A680{ A (A681)[]}
769
+ shape A681{ C (A682)[]}
770
+ shape A682{ B (A683)[]}
771
+ shape A683{ J (A684)[]}
772
+ shape A684{ M (A685)[]}
773
+ shape A685{ L (A686)[]}
774
+ shape A686{ E (A687)[]}
775
+ shape A687{ T (A688)[]}
776
+ shape A688{ R (A689)[]}
777
+ shape A689{ C (A690)[]}
778
+ shape A690{ A (A691)[]}
779
+ shape A691{ N (A692)[]}
780
+ shape A692{ J (A693)[]}
781
+ shape A693{ C (A694)[]}
782
+ shape A694{ K (A695)[]}
783
+ shape A695{ H (A696)[]}
784
+ shape A696{ S (A697)[]}
785
+ shape A697{ B (A698)[]}
786
+ shape A698{ N (A699)[]}
787
+ shape A699{ T (A700)[]}
788
+ shape A700{ o (3, A700)[]}