Generate Ascii art from an image.
ASP.NET Core and a simple Razor page. Aiming for simplicity here. Leveraging Docker.
tbd (including pictures)
docker build -t ArtToAscii .
docker stop ArtToAsciiContainer docker rm ArtToAsciiContainer
docker build -t ArtToAscii .
docker run -d -p 8080:80 --name ArtToAsciiContainer ArtToAscii
My application was derived from Dewald Esterhuizen's work and research on the topic, as well as much of the algorithm that mine was derived from to create the ASCII art. Thank you, Dewald! :) Dewald Esterhuizen's Website: http://softwarebydefault.com Dewald Esterhuizen's work that I used to produce this application: http://softwarebydefault.com/2013/07/14/image-ascii-art/