Fibonacci word/fractal: Difference between revisions

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