Brownian tree: Difference between revisions

Added compression when saving.
(Replaced "nimPNG" and "bitmap" module by "imageman" which simplifies the code.)
(Added compression when saving.)
Line 2,382:
 
# Save into a PNG file.
image.savePNG("brownian.png", compression = 9)</lang>
 
=={{header|OCaml}}==
Anonymous user