{"id":20912478,"url":"https://github.com/fogleman/imview","last_synced_at":"2025-06-18T03:34:04.275Z","repository":{"id":144202339,"uuid":"52703720","full_name":"fogleman/imview","owner":"fogleman","description":"Simple image viewer written in Go + OpenGL.","archived":false,"fork":false,"pushed_at":"2016-08-29T20:59:08.000Z","size":5,"stargazers_count":21,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-13T08:43:32.457Z","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/fogleman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-02-28T04:01:14.000Z","updated_at":"2024-02-18T14:16:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d603bda-3d24-4b33-8781-3d695d329c6b","html_url":"https://github.com/fogleman/imview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fogleman/imview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fimview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fimview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fimview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fimview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fogleman","download_url":"https://codeload.github.com/fogleman/imview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fimview/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260482509,"owners_count":23015931,"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-11-18T14:27:37.573Z","updated_at":"2025-06-18T03:33:59.260Z","avatar_url":"https://github.com/fogleman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imview\n\nSimple image viewer written in Go + OpenGL.\n\n## Installation\n\n    go get -u github.com/fogleman/imview/cmd/imview\n\n## Usage\n\n    imview first.jpg second.png third.bmp\n\n## API\n\nYou can show a single image...\n\n```go\nimport \"github.com/fogleman/imview\"\n\nvar image *image.RGBA\n// ...\nimview.Show(image)\n```\n\nOr multiple images, each in their own window...\n\n```go\nimport \"github.com/fogleman/imview\"\n\nvar images []*image.RGBA\n// ...\nimview.Show(images...)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogleman%2Fimview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffogleman%2Fimview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogleman%2Fimview/lists"}