LaneKuhlman.com

 

About

Resume

Portfolio

Courses

Links

@

Random Image Generator

Programming concepts and applications for artists and designers

Here is the Link to my first random image generator. Please hit the reload button to see it change indefinitely.

Here is the Link to another variation which loads a little slower, but which also has some nice variations. More rings are drawn and the range in thickness of the lines is greater.

Here is the Link to a third version which has a small range of line thickness but a larger range in the number of circles per target.

There is no .fla because I create it it Flex, but here is the Source Code. Please refer to the comments to see the location in the createRandomArray function where the number and size of ring intervals can be varied. They are each inicated with an '!'. Changing the number of rings possible in each target has the largest effect on load time, because it takes a long time to draw each circle. Increasing the circleRange var above 50 will increase load time significantly, but can generates some interesting still images.

Image Gallery

Large Number of Rings with Small Intervals

Small Number of Rings with Larger Intervals

Very Large Number of Rings with Very Small Intervals