else/Ascii/README.md

54 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2014-12-01 10:19:13 +00:00
ASCII
=========
2014-12-03 03:23:00 +00:00
New! cx_frozen executable. Click "View Raw" on [executable.zip](https://github.com/voussoir/else/blob/master/ascii/executable.zip) to download a zipped up exe of this program. This means you don't need to download Python or PIL.
2014-12-01 10:19:13 +00:00
2014-12-03 03:23:00 +00:00
____
2014-12-03 03:23:47 +00:00
Only tested on PNG and JPG
2014-12-01 10:19:13 +00:00
I'm not the first person to come up with this, but I did write it from scratch. Requires the Python Image Library (PIL), which has been adapted to python 3 under the name "Pillow"
pip install pillow
For best results, put the pictures in the same folder as the script. Then double-click to start.
1. The filename. If you don't put the extension, it is assumed PNG.
2014-12-01 10:21:42 +00:00
2. The characterpixel resolution. That is, every individual character will represent `x`•`y` pixels from the image.
Enter "x y" exactly. ("3 5", "9 15", "8 12"). If left blank, it defaults to 8 12
2014-12-01 10:19:13 +00:00
3. The Smoothing. At `1`, the script will have access to all 95 characters. At `2`, it will use every other character, for 42 possible, and so on. Low values can be very messy and hard to look at. If left blank, defaults to 8.
2014-12-02 00:37:23 +00:00
New! Application with GUI
2014-12-01 10:19:13 +00:00
2014-12-02 00:37:23 +00:00
<p align="center">
<img src="https://github.com/voussoir/else/blob/master/.GitImages/ascii00.png?raw=true" alt="ASCII"/>
</p>
<p align="center">
<img src="https://github.com/voussoir/else/blob/master/.GitImages/ascii01.png?raw=true" alt="ASCII"/>
</p>
<p align="center">
<img src="https://github.com/voussoir/else/blob/master/.GitImages/ascii02.png?raw=true" alt="ASCII"/>
</p>
<p align="center">
<img src="https://github.com/voussoir/else/blob/master/.GitImages/ascii03.png?raw=true" alt="ASCII"/>
</p>
<p align="center">
<img src="https://github.com/voussoir/else/blob/master/.GitImages/ascii04.png?raw=true" alt="ASCII"/>
</p>
<p align="center">
<img src="https://github.com/voussoir/else/blob/master/.GitImages/ascii05.png?raw=true" alt="ASCII"/>
</p>
<p align="center">
<img src="https://github.com/voussoir/else/blob/master/.GitImages/ascii06.png?raw=true" alt="ASCII"/>
</p>