Chaos game: Difference between revisions

Added compression when saving.
(Replaced "bitmap" and "bresenham" with "imageman".)
(Added compression when saving.)
Line 1,574:
p = ((p.x + T[idx].x) / 2, (p.y + T[idx].y) / 2)
 
image.savePNG("chaos_game.png", compression = 9)</lang>
 
=={{header|PARI/GP}}==
Anonymous user