Algorithmic Media: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 September 2009

23 April 2009

  • curprev 16:3816:38, 23 April 2009Michael Murtaugh talk contribs 921 bytes +921 New page: == Image Generation == <source lang="python"> import os, struct import math f = open("test.rgba", "wb") def do (cmd): os.system(cmd) (red, green, blue) = (255, 0, 0) for x in range(4...