Skip to content

aicantar/ascold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ascold

Convert pictures to ASCII art.

./ascold <path-to-picture>

Ascold demo GIF

Build

$ cd ascold
$ dotnet publish

Ascold uses the SkiaSharp library for image processing. By default, native libraries are compiled into the executable.

The build generates a standalone executable, which can be transferred to a directory included in your PATH variable for use. The standard path for build output is Ascold/bin/Release/net8.0/<runtime-identifier>/publish.

Bugs (TODO)

  • Wrong brightness for transparent backgrounds.

Mentions

Releases

No releases published

Packages

No packages published

Languages