A C# library with some fast methods to interface between 2D arrays and Bitmaps. This was created for use in simple image manipulation applications.
This library has been built using Visual C# 2017. You can simply open the solution file in Visual Studio and hit Build to get a DLL and XML file.
After compiling the code, copy the resulting BitmapLib.dll and BitmapLib.xml files to your project directory. Expand your project tree in the Solution Explorer, right-click on References, and click Add Reference. Click on Browse... at the bottom and open the DLL file to add to your project.
At the top of your project add the line:
using BitmapLib;
This code has NOT been tested extensively enough. Please ensure that you test it before using it in your project. I'm not responsible if your code breaks as a result of using this library.