{"id":22181005,"url":"https://github.com/easygithdev/imageio","last_synced_at":"2025-03-24T19:16:27.217Z","repository":{"id":152648872,"uuid":"472815939","full_name":"EasyGithDev/imageio","owner":"EasyGithDev","description":"Input / output for image files in Golang","archived":false,"fork":false,"pushed_at":"2022-03-22T15:23:38.000Z","size":722,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T23:30:16.132Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EasyGithDev.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":"2022-03-22T14:56:13.000Z","updated_at":"2022-03-22T14:58:56.000Z","dependencies_parsed_at":"2023-08-11T10:16:34.663Z","dependency_job_id":null,"html_url":"https://github.com/EasyGithDev/imageio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyGithDev%2Fimageio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyGithDev%2Fimageio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyGithDev%2Fimageio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyGithDev%2Fimageio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyGithDev","download_url":"https://codeload.github.com/EasyGithDev/imageio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245334914,"owners_count":20598389,"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":[],"created_at":"2024-12-02T09:21:31.466Z","updated_at":"2025-03-24T19:16:27.192Z","avatar_url":"https://github.com/EasyGithDev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imageio\nInput / output for image files in Golang\n\n## RGB Reader\n\nRead a RGB file from a io.reader.\n\nRGB files are 24 bits true color (8 bits per channels).\n\n```go\nimg, _ := rgb24.Decode(f, \u0026rgb24.Options{Width: width, Height: height})\n```\n\n\n## RGB Writer\n\nWrite a RGB file from a io.writer and go image.\n\nThe writer may lose some informations due to the conversion between uint32 into byte.\n\n```go\nimg,_ := jpeg.Decode(infile)\nrgb24.Encode(outfile, img)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasygithdev%2Fimageio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasygithdev%2Fimageio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasygithdev%2Fimageio/lists"}