Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielferriss authored Mar 30, 2018
1 parent cb09d6d commit 4c710cb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Convert to ASCII

This project will convert both images and videos to block ASCII art and then print them to console.
Example Image:
![Mountain](https://github.com/danielferriss/convert-to-ascii/blob/master/media/mountain.jpg)
![10 Pixellized Mountain](https://github.com/danielferriss/convert-to-ascii/blob/master/media/10pixellation.png)
(10 pixellation)
You can also change how pixellated the result is:
![30 Pixellized Mountain](https://github.com/danielferriss/convert-to-ascii/blob/master/media/30pixellation.png)
(30 pixellation)

You can convert videos as well.

![Zebra Video](https://github.com/danielferriss/convert-to-ascii/blob/master/media/zebra.gif)
![Pixellated Zebra Video](https://github.com/danielferriss/convert-to-ascii/blob/master/media/pixelzebra.gif)
Pixellation works the same way on videos as shown earlier.

## Getting Started

Expand Down

0 comments on commit 4c710cb

Please sign in to comment.