Plan first experiment

This commit is contained in:
Joscha 2019-05-04 14:39:00 +00:00
commit 8d09c44698
2 changed files with 10 additions and 0 deletions

5
visualize/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
# venv stuff
bin/
lib/
lib64
pyvenv.cfg

5
visualize/README.md Normal file
View file

@ -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.