// Based on Reas & Fry Synthesis 1 PImage[] imgs = new PImage[15]; // An array of images void setup() { size(800,600); smooth(); background(0); imageMode(CENTER); frameRate(20); // slow it down // The images are named "rome-1.jpg", "rome-2.jpg", etc. for (int i=0; i