The project is a Visual Studio 2017 project.
- BilinearInterpolationMVP is the main application that calls the MediaLibraryProxy
- MediaLibraryProxy acts as an interface for the main application and the c++ part. It is needed because it contains unsafe code.
- MediaLibrary containts the c++ code with the Resize / Merge / Blend function.