{"id":20345280,"url":"https://github.com/meokullu/markbitmap","last_synced_at":"2026-06-01T06:31:12.762Z","repository":{"id":197800267,"uuid":"699370948","full_name":"meokullu/MarkBitmap","owner":"meokullu","description":":warning: Alpha version.  MarkBitmap is a package to apply geometric shaps on image. :warning: Alpha version, do not use.","archived":false,"fork":false,"pushed_at":"2024-04-26T16:35:13.000Z","size":749,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T20:10:31.015Z","etag":null,"topics":["bitmap","image","mark","marking"],"latest_commit_sha":null,"homepage":"https://meokullu.github.io/MarkBitmap/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meokullu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-02T13:58:24.000Z","updated_at":"2024-04-26T16:34:02.000Z","dependencies_parsed_at":"2023-10-13T16:40:06.162Z","dependency_job_id":"5133b452-aae6-457e-9087-762f3e080a7f","html_url":"https://github.com/meokullu/MarkBitmap","commit_stats":null,"previous_names":["meokullu/markbitmap"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meokullu/MarkBitmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meokullu%2FMarkBitmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meokullu%2FMarkBitmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meokullu%2FMarkBitmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meokullu%2FMarkBitmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meokullu","download_url":"https://codeload.github.com/meokullu/MarkBitmap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meokullu%2FMarkBitmap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33763648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitmap","image","mark","marking"],"created_at":"2024-11-14T22:07:39.920Z","updated_at":"2026-06-01T06:31:12.741Z","avatar_url":"https://github.com/meokullu.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## MarkBitmap\n[![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)\n\nMarkBitmap is a project to mark the bitmap images with geometric shapes.\n\n\u003e :warning: Alpha version. Experimantal only. Do not use.\n\n![MarkBitmap](https://github.com/meokullu/MarkBitmap/assets/4971757/2302bcf5-0fa9-4f09-a456-18aaac32624c)\n\n[Download on NuGet gallery](https://www.nuget.org/packages/MarkBitmap/)\n\n\u003e :warning: Alpha version. Experimantal only. Do not use.\n\n### Description\n\nMarkBitmap will consist different geometric shaped and more to mark bitmap files easily.\n\n### Example Usage\n\n### byte[] to byte[]\n```\nMarkHorizontally(Bitmap bitmap, int count, Color color);\n```\n```\nMarkVertically(Bitmap bitmap, int count, Color color);\n```\n```\nMarkDiagonally(Bitmap bitmap, int count, Color color);\n```\n```\nMarkDiagonallyInverse(Bitmap bitmap, int count, Color color);\n```\n```\nMarkCorners(Bitmap bitmap, int length, Color color);\n```\n```\nMarkCameraGrid(Bitmap bitmap, Color color); // Applied on social preview above.\n```\n\n### byte[] to byte[] Safe\n```\nMarkHorizontallySafe(Bitmap bitmap, int count, Color color);\n```\n```\nMarkVerticallySafe(Bitmap bitmap, int count, Color color);\n```\n```\nMarkDiagonallySafe(Bitmap bitmap, int count, Color color);\n```\n```\nMarkDiagonallyInverseSafe(Bitmap bitmap, int count, Color color);\n```\n\n### Version History\nSee changelog [MarkBitmap changelog](https://github.com/meokullu/MarkBitmap/blob/master/CHANGELOG.md)\n\n### Task list\n* Create an issue or check task list: [Issues](https://github.com/meokullu/MarkBitmap/issues)\n\n### Licence\nThis repository is licensed under the \"MIT\" license. See [MIT license](https://github.com/meokullu/MarkBitmap/blob/master/LICENSE).\n\n### Authors \u0026 Contributing\n\nIf you'd like to contribute, then contribute. [contributing guide](https://github.com/meokullu/MarkBitmap/blob/master/CONTRIBUTING.md).\n\n[![Contributors](https://contrib.rocks/image?repo=meokullu/MarkBitmap)](https://github.com/meokullu/MarkBitmap/graphs/contributors)\n\n### Help\nTwitter: Enes Okullu [@enesokullu](https://twitter.com/EnesOkullu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeokullu%2Fmarkbitmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeokullu%2Fmarkbitmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeokullu%2Fmarkbitmap/lists"}