{"id":15993115,"url":"https://github.com/bash/ico-builder","last_synced_at":"2025-08-18T07:31:34.084Z","repository":{"id":153688475,"uuid":"609645495","full_name":"bash/ico-builder","owner":"bash","description":"A crate for creating multi-size ICO files from separate images","archived":false,"fork":false,"pushed_at":"2024-05-30T13:40:38.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-15T00:10:32.440Z","etag":null,"topics":["ico","rust","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/bash.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"license-apache.txt","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":"2023-03-04T20:00:57.000Z","updated_at":"2024-12-05T00:01:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8c1bd3c-ddcd-4a20-b9d3-4aa0c9d3e08f","html_url":"https://github.com/bash/ico-builder","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bash%2Fico-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bash%2Fico-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bash%2Fico-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bash%2Fico-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bash","download_url":"https://codeload.github.com/bash/ico-builder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230215145,"owners_count":18191400,"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":["ico","rust","windows"],"created_at":"2024-10-08T06:42:55.403Z","updated_at":"2024-12-18T04:09:12.296Z","avatar_url":"https://github.com/bash.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICO Builder\nA crate for creating multi-size ICO files from separate images.\nThe images are automatically resized to the specified sizes.\n\n## Usage\nThis example creates an ICO with the [bare minimum] icon sizes: 16x16, 24x24, 32x32, 48x48, 256x256.\nFor each size, the closest source file is chosen and resized as needed.\n\n```rust,no_run\nuse ico_builder::IcoBuilder;\n\nIcoBuilder::default()\n  .add_source_file(\"app-icon-32x32.png\")\n  .add_source_file(\"app-icon-256x256.png\")\n  .build_file(\"app-icon.ico\");\n```\n\n\n[bare minimum]: https://learn.microsoft.com/en-us/windows/apps/design/style/iconography/app-icon-construction#icon-scaling\n\n## [Docs](https://docs.rs/ico-builder)\n\n## License\nLicensed under either of\n\n* Apache License, Version 2.0\n  ([license-apache.txt](license-apache.txt) or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license\n  ([license-mit.txt](license-mit.txt) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbash%2Fico-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbash%2Fico-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbash%2Fico-builder/lists"}