A personal project made for fun
It needs optimizations
Requires two Python modules: Numpy and Pillow
Run the script with the command: python3 main.py
Original Image | Output color | Output black & white |
---|---|---|
Works best with images that have a white background. Also great with logos, etc
Better CLI interface
Pre-process images that don't have a high contrast ratio before computing (and other pre-processing methods)
Automatically pick the best scaling ratio based on original dimension of the image as another user option
Later add other useful user options, create a user interface
Contains functions that deal with pixel arrays of 1D or 3D. Also other various array computations, mapping pixel to characters, etc