Go to file
Niles Rogoff 0839a00cd6
Some example images for greyscale
2017-03-19 20:08:24 -04:00
garbage Some example images for greyscale 2017-03-19 20:08:24 -04:00
interesting Some example images for greyscale 2017-03-19 20:08:24 -04:00
sample Readme started 2017-03-19 19:17:42 -04:00
very small patterns Add support for greyscale and highest order bit generation 2017-03-19 19:54:59 -04:00
generator.py Add support for greyscale and highest order bit generation 2017-03-19 19:54:59 -04:00
readme.md Readme started 2017-03-19 19:17:42 -04:00

readme.md

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