Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meokullu/markbitmap

:warning: Alpha version. MarkBitmap is a package to apply geometric shaps on image. :warning: Alpha version, do not use.
https://github.com/meokullu/markbitmap

bitmap image mark marking

Last synced: about 2 months ago
JSON representation

:warning: Alpha version. MarkBitmap is a package to apply geometric shaps on image. :warning: Alpha version, do not use.

Awesome Lists containing this project

README

        

## MarkBitmap
[![MarkBitmap](https://img.shields.io/nuget/v/MarkBitmap.svg)](https://www.nuget.org/packages/MarkBitmap/) [![MarkBitmap](https://img.shields.io/nuget/dt/MarkBitmap.svg)](https://www.nuget.org/packages/MarkBitmap/) [![License](https://img.shields.io/github/license/meokullu/MarkBitmap.svg)](https://github.com/meokullu/MarkBitmap/blob/master/LICENSE)

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

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

![MarkBitmap](https://github.com/meokullu/MarkBitmap/assets/4971757/2302bcf5-0fa9-4f09-a456-18aaac32624c)

[Download on NuGet gallery](https://www.nuget.org/packages/MarkBitmap/)

> :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](https://github.com/meokullu/MarkBitmap/blob/master/CHANGELOG.md)

### Task list
* Create an issue or check task list: [Issues](https://github.com/meokullu/MarkBitmap/issues)

### Licence
This repository is licensed under the "MIT" license. See [MIT license](https://github.com/meokullu/MarkBitmap/blob/master/LICENSE).

### Authors & Contributing

If you'd like to contribute, then contribute. [contributing guide](https://github.com/meokullu/MarkBitmap/blob/master/CONTRIBUTING.md).

[![Contributors](https://contrib.rocks/image?repo=meokullu/MarkBitmap)](https://github.com/meokullu/MarkBitmap/graphs/contributors)

### Help
Twitter: Enes Okullu [@enesokullu](https://twitter.com/EnesOkullu)