Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billgonzo123/img2ascii
A command-line app for converting images into an ASCII image and save the result to a .txt file!
https://github.com/billgonzo123/img2ascii
javascript jimp node-js
Last synced: about 1 month ago
JSON representation
A command-line app for converting images into an ASCII image and save the result to a .txt file!
- Host: GitHub
- URL: https://github.com/billgonzo123/img2ascii
- Owner: Billgonzo123
- Created: 2022-01-17T21:20:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T21:19:59.000Z (over 2 years ago)
- Last Synced: 2024-10-12T12:13:21.867Z (2 months ago)
- Topics: javascript, jimp, node-js
- Language: JavaScript
- Homepage:
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMG2ASCII
## Description
This is a simple program that will convert any image into a ASCII image and save the result to a .txt file.## Table of Contents
* [Installation](#installation)
* [Usage](#usage)## Installation
Node.js is required to run this program. After dowloading this repo, run "npm install" to install needed packages.
## Usage
Simply place your image file in the root directory. Run the program with ```node convert [image file] [output width]```. The ascii image will be saved to a .txt file which will be saved with the same name as your original image file in the root directory.
## Questions
Chris Kurz [Github](https://github.com/chriskurz098)If you have any questions, contact Chris Kurz at:
[[email protected]](mailto:[email protected])