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

https://github.com/ehtishama/image2ascii

Simple cli tool that converts images to ascii art
https://github.com/ehtishama/image2ascii

ascii-art cli image-processing nodejs

Last synced: about 1 month ago
JSON representation

Simple cli tool that converts images to ascii art

Awesome Lists containing this project

README

          

# image2ascii
A simple cli to convert images into a beautiful ascii art.

## Features

- Convert any image to ascii art
- Save ouput to a sepcified file
- Specify ascii letters to be used

## Install

```bash
npm i -g image2ascii
```

## Usage

```bash
image2ascii -s path/to/image.jpeg
```

```text
Usage: image2ascii -s path/to/image [options]

Options:

[Required]
-s, --src specify the input image

[Optional]
-o, --out specify ouput file
-a, --ascii specify ascii letters

```