Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/meokullu/markbitmap
- Owner: meokullu
- License: mit
- Created: 2023-10-02T13:58:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-26T16:35:13.000Z (8 months ago)
- Last Synced: 2024-04-26T17:47:18.399Z (8 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
[![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)