Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 631 Bytes

File metadata and controls

18 lines (11 loc) · 631 Bytes

ImageToASCII

convert Image to ASCII art

1

2

Project has all depends(SFML-2.5.1)

How is it works?Easy! It is necessary to put its own symbol for each pixel image Take the average of each pixel and take a character from the second range Example 0..255 and 0..10 If pixel has 0 then 0, or has 255 than 10)