An open API service indexing awesome lists of open source software.

https://github.com/392781/asciigen

ASCII art generator using Pillow and simple syntax
https://github.com/392781/asciigen

art ascii-art generative-art image-processing

Last synced: 9 months ago
JSON representation

ASCII art generator using Pillow and simple syntax

Awesome Lists containing this project

README

          

# asciigen - ASCII Art Generator

Will generate ASCII art based on an input image.

## Progress
* Generates random ASCII characters from a predefined table of brightness to create image
* Reading font bitmaps to determine brightness values
* Optimized font analyzer (work in progress)
* Improved brightness range of ASCII table (work in progress)

## Working on
* Rewriting code to be used as a library instead of as a list of functions (v0.2.0)
* Implementation of SSIM

## Backburner
* Color
* Adjusting analyzer and brightness ranges

### Implemented Sources
* Mikolay, Matthew. “A Basic ASCII Art Algorithm.” Mattmik, Rovi , 24 July 2012, https://web.archive.org/web/20180331191700/http://mattmik.com/articles/ascii/ascii.html.

### In-progress Sources
* Wang, Zhou, et al. "Image quality assessment: from error visibility to structural similarity." IEEE transactions on image processing 13.4 (2004): 600-612.