https://github.com/t0ine34/ascii-art
https://github.com/t0ine34/ascii-art
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/t0ine34/ascii-art
- Owner: T0ine34
- License: mit
- Created: 2022-11-24T16:53:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T16:02:27.000Z (over 2 years ago)
- Last Synced: 2025-04-09T22:56:39.296Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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