This project will convert both images and videos to block ASCII art and then print them to console. Example Image: (10 pixellation) You can also change how pixellated the result is: (30 pixellation)
You can convert videos as well.
Pixellation works the same way on videos as shown earlier.
Clone the repo to your machine
Packages required:
- numpy
- skimage
- tqdm
- cv2
Install these with:
pip install (package)
Clone repo to your machine
git clone https://github.com/danielferriss/convert-to-ascii.git
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)
- numpy - Used for array operations
- skimage - Used for image processing
- cv2 - Used for video processing
- tqdm - Used to make progress bar
- Daniel Ferriss - website