Readme started

This commit is contained in:
Niles Rogoff 2017-03-19 19:17:42 -04:00
parent 023bfbc6f7
commit 3ba231cd6c
No known key found for this signature in database
GPG Key ID: B78B908F23430F80
2 changed files with 11 additions and 0 deletions

11
readme.md Normal file
View File

@ -0,0 +1,11 @@
## 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)

View File

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 126 KiB