Eisenscript by Syntopia himself, scene and render Art of Illusion, postwork with The Gimp.
"gimpressionist" filter is nice.
Edited script-don't know any more what random seed was used, that makes a lot of difference in this one:
// Discarded sketch by Syntopia
set maxobjects 2000
//set colorpool greyscale
set colorpool image:kleur.bmp
//set colorpool list:gray,white,gray,black
set background white
// Interesting seeds: 24,41,62
//also: 57,77,82,87,90
t
rule t {
{ rx 45 s 10 10 0.1 color random } box
{ x 12 } t
}
rule t {
{ rx 45 s 10 10 0.06 color random } box
{ x 12 } t
}
rule t {
{ rx 45 s 16 1 0.3 color random } box
{ x 12 } t
}
rule t {
{ rx 10 } t
{ ry 10 } t
}
rule t {
set seed initial
{ rz 90 x 1} t
}
rule t {
{ rx 3 z 2 } t
}
rule t {
{ ry 2 z 0.1 } t
{ rz 2 y 1 } t
}