You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python Project will take a simple image and print out an [ASCII-art](https://en.wikipedia.org/wiki/ASCII_art).
5
+
6
+
## About this Project
7
+
This project uses [opencv](https://www.opencv.org) to process image and [numpy](https://numpy.org) to manipulate arrays. The Image is numerically coded for different threshold regions it comes under and for each coded regions, a symbol is used for printing it out in the stdout.
8
+
9
+
## Usage
10
+
Use the Script create_art.py .
11
+
In the command line, Enter
12
+
13
+
`python3 create_art.py [image_path]`
14
+
15
+
Replace the `[image_path]` with the image you want to do ascii-art.
0 commit comments