Generate Ascii art from an image.
  • C# 46.5%
  • HTML 45.1%
  • CSS 8.4%
Find a file
Justin Yanke 3c40e0e7f2 Project Refresh
Re-write with some modern t e c h
2024-03-21 06:39:30 -04:00
ArtToAscii Project Refresh 2024-03-21 06:39:30 -04:00
.gitignore Project Refresh 2024-03-21 06:39:30 -04:00
ArtScii.sln Project Refresh 2024-03-21 06:39:30 -04:00
DOCKERFILE Project Refresh 2024-03-21 06:39:30 -04:00
LICENSE.md Project Refresh 2024-03-21 06:39:30 -04:00
README.md Project Refresh 2024-03-21 06:39:30 -04:00

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/