{"id":18098769,"url":"https://github.com/krzko/image-byte-slice-gen","last_synced_at":"2025-04-06T04:18:40.013Z","repository":{"id":205690885,"uuid":"714810876","full_name":"krzko/image-byte-slice-gen","owner":"krzko","description":"🖼 A Go-based command-line tool to convert images into Go byte slice files","archived":false,"fork":false,"pushed_at":"2023-11-06T00:51:43.000Z","size":106,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T17:57:43.029Z","etag":null,"topics":["byte-slice","golang","image","image-processing"],"latest_commit_sha":null,"homepage":"","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/krzko.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}},"created_at":"2023-11-05T21:46:05.000Z","updated_at":"2024-01-08T20:35:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"f507ed3b-be6b-420b-8ed1-563d5710aee7","html_url":"https://github.com/krzko/image-byte-slice-gen","commit_stats":null,"previous_names":["krzko/image-byte-slice-gen","krzko/byte-slice-gen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzko%2Fimage-byte-slice-gen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzko%2Fimage-byte-slice-gen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzko%2Fimage-byte-slice-gen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzko%2Fimage-byte-slice-gen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krzko","download_url":"https://codeload.github.com/krzko/image-byte-slice-gen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247431104,"owners_count":20937897,"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","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":["byte-slice","golang","image","image-processing"],"created_at":"2024-10-31T20:12:50.380Z","updated_at":"2025-04-06T04:18:39.982Z","avatar_url":"https://github.com/krzko.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# image-byte-slice-gen\n\nA Go-based command-line tool to convert images into [Go](https://go.dev/) byte slice files.\n\n## Usage\n\nRun the utility with the `-f` flag followed by the path to the image file you want to convert:\n\n```sh\nimage-byte-slice-gen -f path/to/your/image.png\n```\n\nThis will generate a Go source file with the same name as the image file, containing a byte slice with the image data.\n\n```go\n// image.go\npackage icon\n\nvar image = []byte{...}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrzko%2Fimage-byte-slice-gen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrzko%2Fimage-byte-slice-gen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrzko%2Fimage-byte-slice-gen/lists"}