{"id":33930705,"url":"https://github.com/emmabritton/ici-files","last_synced_at":"2026-04-09T00:02:06.869Z","repository":{"id":138334089,"uuid":"606826937","full_name":"emmabritton/ici-files","owner":"emmabritton","description":"Indexed color image files","archived":false,"fork":false,"pushed_at":"2025-05-01T06:45:06.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T21:49:00.232Z","etag":null,"topics":["pixels","rust","rust-library","simple-graphics"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/emmabritton.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2023-02-26T17:24:56.000Z","updated_at":"2025-05-01T06:45:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea91122b-9b05-4745-b08d-841fe8fbd6f3","html_url":"https://github.com/emmabritton/ici-files","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/emmabritton/ici-files","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmabritton%2Fici-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmabritton%2Fici-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmabritton%2Fici-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmabritton%2Fici-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emmabritton","download_url":"https://codeload.github.com/emmabritton/ici-files/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emmabritton%2Fici-files/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["pixels","rust","rust-library","simple-graphics"],"created_at":"2025-12-12T12:05:45.840Z","updated_at":"2026-04-09T00:02:06.863Z","avatar_url":"https://github.com/emmabritton.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Crates.io](https://img.shields.io/crates/v/ici-files)](https://crates.io/crates/ici-files \"Crates.io version\")\n[![Documentation](https://img.shields.io/docsrs/ici-files)](https://docs.rs/ici-files \"Documentation\")\n\n\n# ICI Files\n\n## Usage\n\n```toml\nici-files = \"0.4.1\"\n```\n\nEncodes and decodes ICI files and JASC palettes\n\nDesigned to be used with [Buffer Graphics](https://github.com/emmabritton/ici-files), and in turn [Pixel Graphics](https://github.com/emmabritton/pixel-graphics-lib).\n\n[ICI Tools](https://github.com/emmabritton/ici_tools) can be useful when working with ICI files\n\n[ICI Image editor](https://github.com/emmabritton/ici-image-editor) is a MSPaint like program for ICI and ICA files\n\nIndexed Color Images come in two forms:\n1. Single\n2. Animated\n\nBoth may contain palette data in one of these forms:\n1. No palette data\n2. Palette ID (u16)\n3. Palette Name (String 1..=255)\n4. Palette Colours (RGBA 1..=255)\n\n## Palettes\n\n#### No Data\n\nThe file doesn't contain any palette information. The `Image` struct will default to a palette of the correct size but filled with transparency.\nUse `Image::with_palette` to set the palette or `Image::set_color` to set a specific color.\n\n#### ID\n \nThe file has a palette ID between 0..=65535. The `Image` struct will default to a palette of the correct size but filled with transparency.\nUse `Image::with_palette` to set the palette or `Image::set_color` to set a specific color.\n\n#### Name\n\nThe file has a UTF-8 palette name, between 1..=255 bytes long. The `Image` struct will default to a palette of the correct size but filled with transparency.\nUse `Image::with_palette` to set the palette or `Image::set_color` to set a specific color.\n\n#### Colors\n\nThe file contains a list of RGBA colors.\n\n## Image formats\n\n### Single\n\nSingle static image, max width and height is 255\n\n### Animated\n\nMulti frame image, max width, height and frame count is 255.\nAlso contains a frame rate as fractional seconds per frame.\nAll frames must be the same size.\n\n#### IndexedWrapper\n\nStores either a static or animated image and provides a limited abstract interface\n\n## Features\n\n\u003e Default: `serde`\n\n#### Serde\n\nAdds serialize and deserialize to some structs","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmabritton%2Fici-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmabritton%2Fici-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmabritton%2Fici-files/lists"}