Skip to content

danielferriss/convert-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convert to ASCII

This project will convert both images and videos to block ASCII art and then print them to console. Example Image: Mountain 10 Pixellized Mountain (10 pixellation) You can also change how pixellated the result is: 30 Pixellized Mountain (30 pixellation)

You can convert videos as well.

Zebra Video Pixellated Zebra Video Pixellation works the same way on videos as shown earlier.

Getting Started

Clone the repo to your machine

Prerequisites

Packages required:

  • numpy
  • skimage
  • tqdm
  • cv2

Install these with:

pip install (package)

Installing

Clone repo to your machine

git clone https://github.com/danielferriss/convert-to-ascii.git

Deployment

I haven't made this into an actual package so just place the folder in and do

from (filename) import (methods you want to use)

Built With

  • numpy - Used for array operations
  • skimage - Used for image processing
  • cv2 - Used for video processing
  • tqdm - Used to make progress bar

Author

About

Convert images and videos to block ASCII

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages