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
- Host: GitHub
- URL: https://github.com/ehtishama/image2ascii
- Owner: ehtishama
- Created: 2022-02-28T06:50:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T07:33:06.000Z (over 4 years ago)
- Last Synced: 2025-10-29T06:52:15.055Z (8 months ago)
- Topics: ascii-art, cli, image-processing, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/image2ascii
- Size: 218 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```