MarkBitmap

MarkBitmap MarkBitmap License

MarkBitmap is a project to mark the bitmap images with geometric shapes.

:warning: Alpha version. Experimantal only. Do not use.

MarkBitmap

Download on NuGet gallery

:warning: Alpha version. Experimantal only. Do not use.

Description

MarkBitmap will consist different geometric shaped and more to mark bitmap files easily.

Example Usage

byte[] to byte[]

MarkHorizontally(Bitmap bitmap, int count, Color color);
MarkVertically(Bitmap bitmap, int count, Color color);
MarkDiagonally(Bitmap bitmap, int count, Color color);
MarkDiagonallyInverse(Bitmap bitmap, int count, Color color);
MarkCorners(Bitmap bitmap, int length, Color color);
MarkCameraGrid(Bitmap bitmap, Color color); // Applied on social preview above.

byte[] to byte[] Safe

MarkHorizontallySafe(Bitmap bitmap, int count, Color color);
MarkVerticallySafe(Bitmap bitmap, int count, Color color);
MarkDiagonallySafe(Bitmap bitmap, int count, Color color);
MarkDiagonallyInverseSafe(Bitmap bitmap, int count, Color color);

Version History

See changelog MarkBitmap changelog

Task list

Licence

This repository is licensed under the “MIT” license. See MIT license.

Authors & Contributing

If you’d like to contribute, then contribute. contributing guide.

Contributors

Help

Twitter: Enes Okullu @enesokullu