{"id":30592986,"url":"https://github.com/embedded-graphics/tinyqoi","last_synced_at":"2025-08-29T18:04:11.581Z","repository":{"id":44996597,"uuid":"447684671","full_name":"embedded-graphics/tinyqoi","owner":"embedded-graphics","description":"A no_std QOI library for embedded applications.","archived":false,"fork":false,"pushed_at":"2023-05-15T01:59:46.000Z","size":5588,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-12T01:23:43.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/embedded-graphics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-13T17:09:22.000Z","updated_at":"2024-12-11T15:17:40.000Z","dependencies_parsed_at":"2022-09-26T21:40:44.030Z","dependency_job_id":null,"html_url":"https://github.com/embedded-graphics/tinyqoi","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/embedded-graphics/tinyqoi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embedded-graphics%2Ftinyqoi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embedded-graphics%2Ftinyqoi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embedded-graphics%2Ftinyqoi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embedded-graphics%2Ftinyqoi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/embedded-graphics","download_url":"https://codeload.github.com/embedded-graphics/tinyqoi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embedded-graphics%2Ftinyqoi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272734612,"owners_count":24984277,"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-08-29T02:00:10.610Z","response_time":87,"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":[],"created_at":"2025-08-29T18:03:39.080Z","updated_at":"2025-08-29T18:04:11.562Z","avatar_url":"https://github.com/embedded-graphics.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyQOI\n\n[![CI](https://github.com/embedded-graphics/tinyqoi/actions/workflows/ci.yml/badge.svg)](https://github.com/embedded-graphics/tinyqoi/actions/workflows/ci.yml)\n[![Crates.io](https://img.shields.io/crates/v/tinyqoi.svg)](https://crates.io/crates/tinyqoi)\n[![Docs.rs](https://docs.rs/tinyqoi/badge.svg)](https://docs.rs/tinyqoi)\n[![embedded-graphics on Matrix](https://img.shields.io/matrix/rust-embedded-graphics:matrix.org)](https://matrix.to/#/#rust-embedded-graphics:matrix.org)\n\n## [Documentation](https://docs.rs/tinyqoi)\n\nQOI image decoder for embedded applications.\n\n`tinyqoi` is a QOI image decoder mainly targeted at use with `embedded_graphics`.\n\nVisit \u003chttps://qoiformat.org\u003e for additional information about the QOI format.\n\n## Examples\n\nA `Qoi` image can be wrapped in an embedded-graphics\n[`Image`](embedded_graphics::image::Image) to display it on any `DrawTarget` which uses\n`Rgb888` colors:\n\n```rust\nuse tinyqoi::Qoi;\nuse embedded_graphics::{prelude::*, image::Image};\n\n// Parse QOI image.\nlet data = include_bytes!(\"../tests/colors.qoi\");\nlet qoi = Qoi::new(data).unwrap();\n\n// Draw image to display.\nImage::new(\u0026qoi, Point::zero()).draw(\u0026mut display).unwrap();\n```\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the\nwork by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any\nadditional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembedded-graphics%2Ftinyqoi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembedded-graphics%2Ftinyqoi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembedded-graphics%2Ftinyqoi/lists"}