{"id":16890729,"url":"https://github.com/coobird/simpleimageviewer4j","last_synced_at":"2025-03-22T08:31:10.143Z","repository":{"id":13454346,"uuid":"16143908","full_name":"coobird/simpleimageviewer4j","owner":"coobird","description":"a simple image viewer for Java","archived":false,"fork":false,"pushed_at":"2025-02-16T09:07:22.000Z","size":326,"stargazers_count":10,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T10:03:57.255Z","etag":null,"topics":["image-viewer","java","java-gui","swing"],"latest_commit_sha":null,"homepage":"","language":"Java","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/coobird.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":"2014-01-22T15:58:37.000Z","updated_at":"2025-02-16T09:05:58.000Z","dependencies_parsed_at":"2025-01-26T04:22:02.356Z","dependency_job_id":"d1afe543-6394-42ec-b59e-4d520a5c20dc","html_url":"https://github.com/coobird/simpleimageviewer4j","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coobird%2Fsimpleimageviewer4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coobird%2Fsimpleimageviewer4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coobird%2Fsimpleimageviewer4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coobird%2Fsimpleimageviewer4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coobird","download_url":"https://codeload.github.com/coobird/simpleimageviewer4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244931482,"owners_count":20534008,"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":["image-viewer","java","java-gui","swing"],"created_at":"2024-10-13T17:04:13.090Z","updated_at":"2025-03-22T08:31:10.136Z","avatar_url":"https://github.com/coobird.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simpleimageviewer4j - a simple image viewer\n\n*simpleimageviewer4j* provides a simple way to display images in Java (using Swing.)\n\nIt's a useful when:\n\n* Debugging applications which manipulates images.\n* A simple image viewer in necessary in an application.\n\n\n## Usage\n\nA simple usage would be to specify images to display like the following:\n\n```java\n// Images that we're working on.\nBufferedImage img1 = ...\nBufferedImage img2 = ...\n\n// A window to view `img1` and `img2` will be shown.\nnew Viewer(img1, img2).show();\n```\n\nUsing a `Collection` (such as a `List`) to specify images to display is also supported:\n\n```java\n// A `List` containing images that we're working on.\nList\u003cBufferedImage\u003e images = ...\n\n// A window to view images contained in `images` will be shown.\nnew Viewer(images).show();\n```\n\n\n## Maven\n\n`simpleimageviewer4j` is available through Maven.\n\nSimply add the following to the `\u003cdependencies\u003e` section of the POM:\n\n```\n\u003cdependency\u003e\n\t\u003cgroupId\u003enet.coobird.gui.simpleimageviewer4j\u003c/groupId\u003e\n\t\u003cartifactId\u003esimpleimageviewer4j\u003c/artifactId\u003e\n\t\u003cversion\u003e0.1.3\u003c/version\u003e\n\t\u003cscope\u003ejar\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\n## Features\n\n* Simple API to easily specify images to view.\n* Swing UI to cycle through and zoom in/out of images with mouse and keyboard navigation\n\n## Documentation\n\n* [Documentation](https://coobird.github.io/simpleimageviewer4j/javadoc/0.1.3/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoobird%2Fsimpleimageviewer4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoobird%2Fsimpleimageviewer4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoobird%2Fsimpleimageviewer4j/lists"}