Skip to content

Billypl/Ascii-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ascii-Generator

Generates ascii version of an image. For image handling using libraries: https://github.com/nothings/stb

The only thing left to do is to put the image in the same location as main.cpp file, and you are ready to compile :D

Functions included:

  • reduce() - reduces image to a given size. There are 3 ways to use this function:

    • 2 pixels values

    • 2 ratio values

    • mixed

  • print_ascii() - There are 2 ways to use it:

    • print_ascii() - prints the output to the console

    • print_ascii(*.txt) - prints the output to the text file

About

Generates ascii version of an image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published