Skip to content

MachinaTops/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.3%
  • Makefile 7.2%
  • Python 6.0%
  • CMake 3.6%
  • C 2.7%
  • Starlark 0.7%
  • Other 0.5%