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

https://github.com/vortex2jm/ascii-img-generator

Program to generate ascii images
https://github.com/vortex2jm/ascii-img-generator

Last synced: about 1 year ago
JSON representation

Program to generate ascii images

Awesome Lists containing this project

README

          

## Comments :memo:
- The image generation is working only for .ppm and png images.
- I applied an idea to implement oriented object programming style in C language at this repository using a different approach taken by the following repository [REPO](https://github.com/vortex2jm/OOP-in-Clanguage)

### Libs
This project relies on [libpng](http://www.libpng.org/pub/png/libpng.html), so make sure you got it installed on your machine before using it png images.