Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 428 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 428 Bytes

ASCII-Face-Generator

Created using C++ and Magick++ API. The program prints the picture captured from webcam to the terminal window. The program can be configured to print images stored locally as well as url links to images.

Note:

  • fswebcam should be installed on Unix.sudo apt-get install fswebcam
  • Image Magick should be installed on the system. Use the following code: sudo apt-get install libmagick++-dev