Skip to content

GithubRealFan/ImageProcessThreadPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Process using thread pool

Dependencies

Ubuntu:

  apt-get install build-essential cmake libpng-dev

It is also recommended to use an IDE, such as QtCreator, to program the solution.

Manual compilation:

cmake -S . -B build
cd build
make 
make test