{"id":20823995,"url":"https://github.com/corentinb/gobbox","last_synced_at":"2025-10-14T20:34:15.171Z","repository":{"id":77238894,"uuid":"159475135","full_name":"CorentinB/gobbox","owner":"CorentinB","description":":white_square_button: Pure Go bounding boxes generation with labeling","archived":false,"fork":false,"pushed_at":"2018-11-28T12:56:53.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-21T09:35:11.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CorentinB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-11-28T09:18:34.000Z","updated_at":"2020-05-29T17:18:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"c274e863-b14d-4536-a581-a05c734198d7","html_url":"https://github.com/CorentinB/gobbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CorentinB/gobbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinB%2Fgobbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinB%2Fgobbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinB%2Fgobbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinB%2Fgobbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CorentinB","download_url":"https://codeload.github.com/CorentinB/gobbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinB%2Fgobbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020901,"owners_count":26086948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2024-11-17T22:20:21.603Z","updated_at":"2025-10-14T20:34:15.156Z","avatar_url":"https://github.com/CorentinB.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)\n\n[![Build Status](https://travis-ci.org/CorentinB/gobbox.svg?branch=master)](https://travis-ci.org/CorentinB/gobbox)\n[![Go Report Card](https://goreportcard.com/badge/github.com/CorentinB/gobbox)](https://goreportcard.com/report/github.com/CorentinB/gobbox)\n[![GoDoc](https://godoc.org/github.com/CorentinB/gobbox?status.svg)](https://godoc.org/github.com/CorentinB/gobbox)\n\n# GoBBox\n\n:white_square_button: Pure Go bounding boxes generation with labeling\n\n# Install\n\n`go get -u github.com/CorentinB/gobbox`\n\n# Examples\n\nSimple example of applying a bounding box and a label to an image.\n\n```go\n// Colors declarations\nred := color.RGBA{255, 0, 0, 255}\nwhite := color.RGBA{255, 255, 255, 255}\n\n// Create a 300x300 image initialized to all-blue\nimg := image.NewRGBA(image.Rect(0, 0, 640, 480))\nblue := color.RGBA{0, 0, 255, 255}\ndraw.Draw(img, img.Bounds(), \u0026image.Uniform{blue}, image.ZP, draw.Src)\n\n// Write a red bounding box with the \"gobbox\" label with white font\n// at coordinates 100, 250, 238, 68\ngobbox.DrawBoundingBox(img, \"gobbox\", 100, 250, 238, 68, red, white)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorentinb%2Fgobbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorentinb%2Fgobbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorentinb%2Fgobbox/lists"}