{"id":37023659,"url":"https://github.com/qurben/jico","last_synced_at":"2026-01-14T02:50:53.166Z","repository":{"id":57734579,"uuid":"434172070","full_name":"qurben/jico","owner":"qurben","description":"JICO - Parse ico in Java","archived":false,"fork":false,"pushed_at":"2025-02-02T19:56:44.000Z","size":64,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T20:09:43.884Z","etag":null,"topics":["awt","awt-graphics","ico","icon","icons","java","swing"],"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/qurben.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}},"created_at":"2021-12-02T10:15:15.000Z","updated_at":"2025-07-09T17:50:47.000Z","dependencies_parsed_at":"2023-01-19T18:18:27.864Z","dependency_job_id":null,"html_url":"https://github.com/qurben/jico","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/qurben/jico","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qurben%2Fjico","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qurben%2Fjico/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qurben%2Fjico/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qurben%2Fjico/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qurben","download_url":"https://codeload.github.com/qurben/jico/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qurben%2Fjico/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["awt","awt-graphics","ico","icon","icons","java","swing"],"created_at":"2026-01-14T02:50:52.537Z","updated_at":"2026-01-14T02:50:53.153Z","avatar_url":"https://github.com/qurben.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JICO\n\n[![Java CI with Maven](https://github.com/qurben/jico/actions/workflows/maven.yml/badge.svg)](https://github.com/qurben/jico/actions/workflows/maven.yml)\n[![Maven Central](https://img.shields.io/maven-central/v/io.github.qurben/jico.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.qurben%22%20AND%20a:%22jico%22)\n\nA tiny library to read .ico files in java. Uses `ImageIO` to parse the contained png and bmp files. This package is only about **11KB** and focuses only on loading .ico images.\n\nThe .ico parser is based on code from [`org.apache.commons:commons-imaging`](https://github.com/apache/commons-imaging).\n\n## Download\n\nYou can download binaries from the releases page.\n\nAlternatively you can pull it from the central Maven repositories:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eio.github.qurben\u003c/groupId\u003e\n  \u003cartifactId\u003ejico\u003c/artifactId\u003e\n  \u003cversion\u003e2.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\n\nThis library comes with one method that can be used to read a file, input stream or url containing a .ico file to a list of images.\n\nThe main usecase is reading a .ico file and setting it as the icon on a Swing JFrame, but it can also be\n\nUse the `jico.Ico.read(...)` to read a list of `java.awt.image.BufferedImage` from a `File`, `URL` or `InputStream`.\n\n```\nJFrame frame = new JFrame();\nframe.setIconImages(Ico.read(getClass().getClassLoader().getResourceAsStream(\"favicon.ico\")));\n```\n\n## License\n\nThis code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).\n\nSee the `NOTICE.md` file for required notices and attributions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqurben%2Fjico","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqurben%2Fjico","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqurben%2Fjico/lists"}