Plan first experiment
This commit is contained in:
commit
8d09c44698
2 changed files with 10 additions and 0 deletions
5
visualize/.gitignore
vendored
Normal file
5
visualize/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# venv stuff
|
||||||
|
bin/
|
||||||
|
lib/
|
||||||
|
lib64
|
||||||
|
pyvenv.cfg
|
||||||
5
visualize/README.md
Normal file
5
visualize/README.md
Normal 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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue