pattern_based_images/readme.md

12 lines
474 B
Markdown
Raw Normal View History

2017-03-20 00:17:42 +01:00
## Generate images from a random pattern
Taken from someone elses' idea on fractialforums and expanded
This generates a random set of operators and a random set of operands, either x, y or a random number, and composes them into a formula.
It then generates an image using the lowest order bit of the result of that formula for each pixel.
For example, if it generated the formula (((x ^ y) - y) \* x) >> 11, then the output would look like this
![](sample/sample.png)