I'm looking for ideas ...brainstorming a new project for a client ....I have an image ...300px x 300px ...I need to display the image one random pixel at a time until the entire image is revealed.
Basically, at certain intervals, a pixel is revealed and remains revealed while other pixels are still blank. At each interval, another pixel at random is revealed and remains revealed to join the other revealed pixels. Eventually, all the pixels will be revealed.
Any suggestions on how to make that happen?
I could make numerous copies of the image and manually reveal one random pixel, but surely it can be done programatically :)
Oh, and it cannot be any form of flash.