This python script converts a given image into ascii. The intended target is a shell, as oppose to a browse like other targets for color output.
- Requires PIL and its dependencies on the local system.
- Have libjpeg-dev library installed already.
- Install pip
- Install Pillow and Pillow-PIL.
- Cleaned up README documentation.
- Added more comments and s/shell/xterm/.
- Tested and working.
- Added main library using PIL.
- Cleaned up colortrans.
- Loaded reference gist before editing.
- README and license created.