A small multi-threaded python library written in c++. The project was intended for Operating Systems course.
credit: Dylan Lu
After installing boost-python run python setup.py build_ext --inplace
. To use mini_img_lib_wrapper
, rename the .so
file to mini_image_lib.so
.