From 3ba231cd6c9e8e1dddfb19f3d396f0f889dd00cc Mon Sep 17 00:00:00 2001 From: Niles Rogoff Date: Sun, 19 Mar 2017 19:17:42 -0400 Subject: [PATCH] Readme started --- readme.md | 11 +++++++++++ ...rmula (((x^y)-y)*x >> 11) & 1.png => sample.png} | Bin 2 files changed, 11 insertions(+) create mode 100644 readme.md rename sample/{formula (((x^y)-y)*x >> 11) & 1.png => sample.png} (100%) diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c5c9557 --- /dev/null +++ b/readme.md @@ -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) diff --git a/sample/formula (((x^y)-y)*x >> 11) & 1.png b/sample/sample.png similarity index 100% rename from sample/formula (((x^y)-y)*x >> 11) & 1.png rename to sample/sample.png