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

https://github.com/abroudoux/ascii-image-generator

🖼️ Generate ASCII art from an image
https://github.com/abroudoux/ascii-image-generator

ascii ascii-art ascii-art-generator ascii-image ascii-image-converter image-converter java java-22 terminal-art

Last synced: 3 months ago
JSON representation

🖼️ Generate ASCII art from an image

Awesome Lists containing this project

README

        

# ascii-image-generator

Print ASCII Art from an image.

## Usage

Compile code

```bash
javac Main.java
```

Execute

```bash
java Main /path/to/your/image.png
```