ASCII-generator
ASCII-generator copied to clipboard
Rendering Colored Output
Great script, thanks for sharing.
Do you have any thoughts on generating colored ASCII output? Is that possible based on the tools you've strung together?
It is possible by changing a few lines in the code, I'd suggest this as a starting point (specifically make the new image type "RGB" and then providing an rgb triplet for the fill value of the text, but don't forget to change the background value to an rgb triplet too)
https://pillow.readthedocs.io/en/3.0.x/reference/ImageDraw.html
Clementree