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: 25 days ago
JSON representation
:warning: Alpha version. MarkBitmap is a package to apply geometric shaps on image. :warning: Alpha version, do not use.
- Host: GitHub
- URL: https://github.com/meokullu/markbitmap
- Owner: meokullu
- License: mit
- Created: 2023-10-02T13:58:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T16:35:13.000Z (about 2 years ago)
- Last Synced: 2025-07-30T20:10:31.015Z (11 months ago)
- Topics: bitmap, image, mark, marking
- Language: C#
- Homepage: https://meokullu.github.io/MarkBitmap/
- Size: 731 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## MarkBitmap
[](https://www.nuget.org/packages/MarkBitmap/) [](https://www.nuget.org/packages/MarkBitmap/) [](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.

[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).
[](https://github.com/meokullu/MarkBitmap/graphs/contributors)
### Help
Twitter: Enes Okullu [@enesokullu](https://twitter.com/EnesOkullu)