Skip to content

r6mez/Image-To-ASCII-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image to ASCII Convertor


This is a fun project, it simply convert images of the type ".bmp 24 bit color" to ascii charcters.


How to use:

To run it place the image file in the same directory as this file then run this command in the terminal

 g++ -o main main.cpp && ./main <image_file.bmp>

replace the <image_file.bmp> with the image name + .bmp make sure the image is of type .bmp 24 bit color (bitmap image).

This is a great image type converter to bmp 24 bit color: https://online-converting.com/image/convert2bmp/

the output is a file with the same name as the image file but with .txt extention.


Sample:

Sample 1

Sample 2

Sample 3

Sample 4

Sample 5

Sample 6

Sample 7

About

This is a fun project, it simply convert images of the type ".bmp 24 bit color" to ascii charcters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages