From 8d09c44698f21663a698a80e64f2ac557601dc9f Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 4 May 2019 14:39:00 +0000 Subject: [PATCH] Plan first experiment --- visualize/.gitignore | 5 +++++ visualize/README.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 visualize/.gitignore create mode 100644 visualize/README.md 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.