Skip to content

Bojidarist/ITA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITA

Image To ASCII library for .NET framework

Input Image

sample_image

Sample Code

ITAImage image = new ITAImage(PATH);
image.ResizeImage(1000, 250);

image.colorCharacters.WhiteColorCharacter = '▒';  
image.colorCharacters.BlackColorCharacter = '█';
image.colorCharacters.RGBBelowHundredAndFifty = '▓';
image.colorCharacters.OtherColorsCharacter = '▒';

string imageASCII = image.ToString();
Console.WriteLine(imageASCII);

Output

sample_image

About

Image To ASCII

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages