commit 8d09c44698f21663a698a80e64f2ac557601dc9f Author: Joscha Date: Sat May 4 14:39:00 2019 +0000 Plan first experiment diff --git a/visualize/.gitignore b/visualize/.gitignore new file mode 100644 index 0000000..9e7fffa --- /dev/null +++ b/visualize/.gitignore @@ -0,0 +1,5 @@ +# venv stuff +bin/ +lib/ +lib64 +pyvenv.cfg diff --git a/visualize/README.md b/visualize/README.md new file mode 100644 index 0000000..4b995bd --- /dev/null +++ b/visualize/README.md @@ -0,0 +1,5 @@ +# Visualize + +The idea of this experiment is to visualize any file interpreting its bytes as +RGB colours. This process isn't reversible unless you know the original image's +size in bytes.