From b5b2c1e4b91bac703a8f7a4b109f6eff1353ee80 Mon Sep 17 00:00:00 2001 From: Skye Stevenson Date: Sun, 25 Mar 2018 12:26:33 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd65175..4903713 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ DataToPixel is a Python script that can store files as PNG pixelmaps of ASCII va DataToPixel goes through every character in a file, and stores its numeric ASCII value as a pixel value in the converted image, which is automatically saved as a PNG. The grayscale script encodes one ASCII character per pixel, where the RGB script encodes three per pixel: one in each color channel of each pixel. ## Example +Here's a lossless conversion of a PDF of Plato's Republic into a PNG pixelmap. ![Plato's Republic](https://github.com/skyestevenson/DataToPixel/blob/master/Plato_Republic_PDF.png?raw=true) ## Dependencies