Brownian tree: Difference between revisions

Content added Content deleted
(Replaced "nimPNG" and "bitmap" module by "imageman" which simplifies the code.)
(Added compression when saving.)
Line 2,382: Line 2,382:


# Save into a PNG file.
# Save into a PNG file.
image.savePNG("brownian.png")</lang>
image.savePNG("brownian.png", compression = 9)</lang>


=={{header|OCaml}}==
=={{header|OCaml}}==