From 73fb9cc14b551c365166b9eb151c7d3a93d03641 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 4 May 2019 22:54:23 +0000 Subject: [PATCH] Fix typos and add info --- visualize/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/visualize/README.md b/visualize/README.md index 11627af..8f5fef5 100644 --- a/visualize/README.md +++ b/visualize/README.md @@ -3,12 +3,17 @@ The idea of this experiment is to visualize a file by converting its bytes to pixels. This process should be fully reversible (a script for another day :P). +It uses the `pypng` package, so make sure to install that if you want to try +this script out yourself. + ## Examples +The green pixels are just background pixels, not a part of the file. + Random bytes from `/dev/urandom`: ![random bytes](examples/random.png) -A short "hello world" program written in ~ and compiled by gcc: +A short `hello world` program written in C and compiled by gcc: ![hello world](examples/hello_world.png) The source code of the script: