Skip to content

A C# library with some fast methods to interface between 2D arrays and Bitmaps.

License

Notifications You must be signed in to change notification settings

preppie22/BitmapLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitmapLib

A C# library with some fast methods to interface between 2D arrays and Bitmaps. This was created for use in simple image manipulation applications.

Compilation

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.

Usage

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;

WARNING

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.

About

A C# library with some fast methods to interface between 2D arrays and Bitmaps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages