Skip to content

SdAm1n/Ascii_Art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ascii_Art

Ascii Art using OpenCV with C++. This program manipulates pixels of an image by turning a pixel into an ascii character.

Ascii Art

How to run on Linux

  • Using the makefile
  1. open terminal in project directory
  2. use the following command:
$ make
$ ./'Ascii Art'
  1. To clean the object files and build the project again from scratch use command
$ make clean
  • Without using makefile : can use the following commands to compile the project :
$ g++ filename.cpp -o filename `pkg-config --cflags --libs opencv4`
$ ./filename 

How to run on Windows

$ g++ filename.cpp -o filename `pkg-config --cflags --libs opencv4`
$ filename or $ filename.exe

You may need to zoom out on your terminal using Ctrl + - .

About

Ascii Art using OpenCV with C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published