Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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])