convert Image to ASCII art
Project has all depends(SFML-2.5.1)
How is it works?Easy!
It is necessary to put its own symbol for each pixel
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)

