Skip to content

yankejustin/ArtScii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Generate Ascii art from an image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published