Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/LazoCoder/Image-To-ASCII

Convert images to ASCII art.
https://github.com/LazoCoder/Image-To-ASCII

ascii ascii-art

Last synced: 2 months ago
JSON representation

Convert images to ASCII art.

Awesome Lists containing this project

README

        

# Image-To-ASCII
Convert images to ASCII art.

## Usage

```

Usage:
main.py [image] [width]
Parameters:
[image] The image to convert. Supports many formats.
[width] The width of the regions from the image to convert to ASCII.
The height is by default the width multiplied by two.
Example:
main.py sample/gold_face.jpg 2
- This loads the image gold_face.jpg from the "sample" directory.
- It then divides the image into 2 pixel by 4 pixel regions.
- Each region is then converted to a character.

```

## Sample
![alt-tag](sample/gold_face.jpg)
![alt-tag](sample/gold_face_ascii_screenshot.png)