Quote:
Originally Posted by El Pollo
Those are quite cool looking. I've never heard of these kinds of pieces before. So when you're programming, do you have a specific vision in mind, or is it almost random what you get?
|
Its random...
When executed, my program picks a random point in the complex plane (within sensible limits) and a random zoom level. It will then generate an image of that point using a random colour gradient. Typically I will leave it running overnight and then sift through the resulting 100000 images to find the good ones. I can delete ~95% of them by getting rid of files < 20kB or whatever.