{"id":23268673,"url":"https://github.com/dy-tea/vbmp","last_synced_at":"2026-01-20T00:01:49.731Z","repository":{"id":268415502,"uuid":"903582153","full_name":"dy-tea/vbmp","owner":"dy-tea","description":"Create Bitmap files using the V programming language","archived":false,"fork":false,"pushed_at":"2025-01-10T00:27:57.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T08:46:29.835Z","etag":null,"topics":["vlang","vlang-package"],"latest_commit_sha":null,"homepage":"https://dy-tea.github.io/vbmp/","language":"V","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dy-tea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-15T01:15:59.000Z","updated_at":"2025-01-10T00:28:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"a78687e2-ac80-48e8-8b88-13a62423aff7","html_url":"https://github.com/dy-tea/vbmp","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"cd47ba010f6dfed30971899bd230fde1658e89c1"},"previous_names":["dy-tea/vbmp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dy-tea/vbmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy-tea%2Fvbmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy-tea%2Fvbmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy-tea%2Fvbmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy-tea%2Fvbmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dy-tea","download_url":"https://codeload.github.com/dy-tea/vbmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy-tea%2Fvbmp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28590676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T00:01:37.455Z","status":"ssl_error","status_checked_at":"2026-01-19T23:58:17.328Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["vlang","vlang-package"],"created_at":"2024-12-19T17:28:40.341Z","updated_at":"2026-01-20T00:01:49.715Z","avatar_url":"https://github.com/dy-tea.png","language":"V","funding_links":[],"categories":["Recently Updated","Libraries"],"sub_categories":["[Dec 22, 2024](/content/2024/12/22/README.md)","Graphics"],"readme":"# vbmp\n\nRead and write bitmap files with the [V programming language](https://vlang.io).\nSee the docs [here](https://dy-tea.github.io/vbmp/).\n\n### Installation\n```\nv install dy-tea.vbmp\n```\n\n### Usage\n```v\nimport vbmp\n\nconst width := 1920\nconst height := 1080\n\nfn main() {\n    mut bitmap := vbmp.new(width, height)\n\n    for i in 0..width {\n        for j in 0..height {\n            bitmap.set_pixel(i, j, 255, 0, 0) or { panic('pixel is out of bounds of image') }\n        }\n    }\n\n    bitmap.write('out.bmp') or { panic('could not write file') }\n}\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdy-tea%2Fvbmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdy-tea%2Fvbmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdy-tea%2Fvbmp/lists"}