Skip to content

PrathmeshVishwakarma/ascii_art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Art Generator

Note

This uses BMP image file which stores pixel data as it is, ie no compression of data. It takes the RGB data, converts it to Monochrome (B&W) and assigns a character corresponding to its colour. Black being written as @ or # while white being written as whitespace or .

Info

BMP files have some header information including the starting byte of the pixel data. You can read about it more from here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published