mirror of
https://github.com/yankejustin/ArtScii.git
synced 2026-04-24 22:35:53 +03:00
Generate Ascii art from an image.
- C# 46.5%
- HTML 45.1%
- CSS 8.4%
|
|
||
|---|---|---|
| ArtToAscii | ||
| .gitignore | ||
| ArtScii.sln | ||
| DOCKERFILE | ||
| LICENSE.md | ||
| README.md | ||
ArtScii
Generate Ascii art from an image.
ASP.NET Core and a simple Razor page. Aiming for simplicity here. Leveraging Docker.
Demo
tbd (including pictures)
Docker commands
Initial build
docker build -t ArtToAscii .
Stop
docker stop ArtToAsciiContainer docker rm ArtToAsciiContainer
Rebuild image
docker build -t ArtToAscii .
Start
docker run -d -p 8080:80 --name ArtToAsciiContainer ArtToAscii
Credits
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/