The Python module 'image_manipulator.py' provides functions for processing images, using OpenCV and NumPy.
In its current state, it can:
- Convert images to greyscale and sepia
- Display images in windows
- Save images to file
- Convert images to ASCII art
- Python 3.11.0
- OpenCV
- NumPy
This project is actively under development.
Turn this into a web-application, as opposed to simply stand-alone functions.