18 lines
558 B
Markdown
18 lines
558 B
Markdown
# Visualize
|
|
|
|
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).
|
|
|
|
## Examples
|
|
|
|
Random bytes from `/dev/urandom`:
|
|

|
|
|
|
A short "hello world" program written in ~ and compiled by gcc:
|
|

|
|
|
|
The source code of the script:
|
|

|
|
|
|
The source code of the script, with correct line lengths:
|
|

|