Update README.md
This commit is contained in:
parent
bbd4c270fa
commit
3e1621227d
@ -3,8 +3,8 @@ 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
|
||||
![Plato's Republic](skyestevenson.github.com/DataToPixel/img/Plato_Republic_PDF.png)
|
||||
## Example
|
||||
![Plato's Republic](https://github.com/skyestevenson/DataToPixel/blob/master/Plato_Republic_PDF.png?raw=true)
|
||||
|
||||
## Dependencies
|
||||
Requires Python Imaging Library (PIL)
|
||||
|
Loading…
Reference in New Issue
Block a user