Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 318 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 318 Bytes

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