{"id":30305385,"url":"https://github.com/valkryst/jimagepanel","last_synced_at":"2025-10-09T02:10:04.332Z","repository":{"id":295335781,"uuid":"989380220","full_name":"Valkryst/JImagePanel","owner":"Valkryst","description":"A Java Swing component designed to display a BufferedImage on a JPanel and to automatically resize it, respecting its aspect ratio, to fit within the panel's bounds as it resizes.","archived":false,"fork":false,"pushed_at":"2025-05-24T23:41:20.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-17T08:21:40.295Z","etag":null,"topics":["bufferedimage","image","java","jpanel","swing","swing-gui"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Valkryst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"Valkryst"}},"created_at":"2025-05-24T01:35:34.000Z","updated_at":"2025-05-24T23:41:23.000Z","dependencies_parsed_at":"2025-05-25T01:03:25.565Z","dependency_job_id":"63c4d1d9-b27a-4965-9594-62fa8fe5aa8d","html_url":"https://github.com/Valkryst/JImagePanel","commit_stats":null,"previous_names":["valkryst/jimagepanel"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Valkryst/JImagePanel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FJImagePanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FJImagePanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FJImagePanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FJImagePanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Valkryst","download_url":"https://codeload.github.com/Valkryst/JImagePanel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FJImagePanel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000773,"owners_count":26082906,"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-09T02:00:07.460Z","response_time":59,"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":["bufferedimage","image","java","jpanel","swing","swing-gui"],"created_at":"2025-08-17T08:09:13.848Z","updated_at":"2025-10-09T02:10:04.294Z","avatar_url":"https://github.com/Valkryst.png","language":"Java","funding_links":["https://github.com/sponsors/Valkryst"],"categories":[],"sub_categories":[],"readme":"`JImagePanel` is a Java Swing component designed to display a [BufferedImage](https://docs.oracle.com/en/java/javase/24/docs/api/java.desktop/java/awt/image/BufferedImage.html)\nand to automatically resize the image to fit within the panel's bounds.\n\n## Table of Contents\n\n* [Installation](https://github.com/Valkryst/JImagePanel#installation)\n    * [Gradle](https://github.com/Valkryst/JImagePanel#-gradle)\n    * [Maven](https://github.com/Valkryst/JImagePanel#-maven)\n    * [sbt](https://github.com/Valkryst/JImagePanel#-scala-sbt)\n\n## Installation\n\nJImagePanel is hosted on the [JitPack package repository](https://jitpack.io/#Valkryst/JImagePanel)\nwhich supports Gradle, Maven, and sbt.\n\n### ![Gradle](https://i.imgur.com/qtc6bXq.png?1) Gradle\n\nAdd JitPack to your `build.gradle` at the end of repositories.\n\n```\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t}\n}\n```\n\nAdd JImagePanel as a dependency.\n\n```\ndependencies {\n\timplementation 'com.github.Valkryst:JImagePanel:2025.5.23'\n}\n```\n\n### ![Maven](https://i.imgur.com/2TZzobp.png?1) Maven\n\nAdd JitPack as a repository.\n\n``` xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejitpack.io\u003c/id\u003e\n        \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\nAdd JImagePanel as a dependency.\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.Valkryst\u003c/groupId\u003e\n    \u003cartifactId\u003eJImagePanel\u003c/artifactId\u003e\n    \u003cversion\u003e2025.5.23\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### ![Scala SBT](https://i.imgur.com/Nqv3mVd.png?1) Scala SBT\n\nAdd JitPack as a resolver.\n\n```\nresolvers += \"jitpack\" at \"https://jitpack.io\"\n```\n\nAdd JImagePanel as a dependency.\n\n```\nlibraryDependencies += \"com.github.Valkryst\" % \"JImagePanel\" % \"2025.5.23\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalkryst%2Fjimagepanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalkryst%2Fjimagepanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalkryst%2Fjimagepanel/lists"}