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

https://github.com/t0ine34/ascii-art


https://github.com/t0ine34/ascii-art

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Ascii Art

This is a simple program that print a JPG image in the console, using Ascii characters, colors, or both.

## Usage

```bash
AsciiArt.exe
```

you can also use the GUI version, just execute the gui.exe file from the console.

### Modes

- `colored` : print the image in color in the console
- `ascii` : print the image in ascii characters in the console
- `ascii_colored` : print the image in ascii characters and color in the console

_size_multiplier_ is an optional parameter, that can be used to scale the image.

## Warning !
- For now, the program only works with JPG images.

# Planned features

- [ ] Add support for other image formats
- [ ] Add posibility to export the image in a file
- [x] Add possibility to choose the number of characters used to print the image
- [ ] Add possibility to choose the number of colors used to print the image