{"id":15393337,"url":"https://github.com/mdsteele/ahi","last_synced_at":"2025-10-06T14:49:14.325Z","repository":{"id":141011142,"uuid":"58871062","full_name":"mdsteele/ahi","owner":"mdsteele","description":"Rust library for encoding/decoding ASCII Hex Image (.ahi) files","archived":false,"fork":false,"pushed_at":"2020-10-10T14:56:13.000Z","size":63,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T15:41:34.317Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdsteele.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2016-05-15T16:07:33.000Z","updated_at":"2020-10-10T14:56:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1dc96f1-8def-406f-ab08-76e6d81793a3","html_url":"https://github.com/mdsteele/ahi","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"1534f7c819443665132c0c0fc664aa1797237b32"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsteele%2Fahi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsteele%2Fahi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsteele%2Fahi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsteele%2Fahi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdsteele","download_url":"https://codeload.github.com/mdsteele/ahi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247117762,"owners_count":20886439,"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":[],"created_at":"2024-10-01T15:18:53.484Z","updated_at":"2025-10-06T14:49:14.234Z","avatar_url":"https://github.com/mdsteele.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ahi\n\nRust library for encoding/decoding ASCII Hex Image (.ahi) and ASCII Hex Font\n(.ahf) files.\n\n## The AHI format\n\nASCII Hex Image (AHI) is a simple text-based format for storing collections of\nsmall, 16-color images.  It is intended for storing sprites for games or other\ngraphical applications, in a way that makes changes to image files result in\n(semi-)human-readable VCS diffs.\n\nA typical .ahi file looks like this:\n\n```text\nahi0 w20 h5 n2\n\n0000000000000FFF0000\nFFFFFFFFFFFFFF11FF00\nF11111111111111111FF\nFFFFFFFFFFFFFF11FF00\n0000000000000FFF0000\n\n0000FFF0000000000000\n00FF11FFFFFFFFFFFFFF\nFF11111111111111111F\n00FF11FFFFFFFFFFFFFF\n0000FFF0000000000000\n```\n\nThe top-level crate documentation has more details about the format spec.\n\n## The AHF format\n\nASCII Hex Font (AHF) is a variation on the AHI file format, meant for storing\n16-color bitmap fonts as an ASCII text file.\n\nA typical .ahf file looks like this:\n\n```text\nahf0 h6 b5 n2\n\ndef w4 s5\n1111\n1001\n1001\n1001\n1001\n1111\n\n'A' w5 s6\n01110\n10001\n11111\n10001\n10001\n00000\n\n'g' w4 s5\n0000\n0111\n1001\n0111\n0001\n0110\n```\n\nThe top-level crate documentation has more details about the format spec.\n\n## License\n\n_AHI_ is licensed under the GNU GPL, version 3.  _AHI_ is free software: you\ncan redistribute it and/or modify it under the terms of the GNU General Public\nLicense as published by the Free Software Foundation, either version 3 of the\nLicense, or (at your option) any later version.\n\n_AHI_ is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nThe complete license can be found in the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsteele%2Fahi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdsteele%2Fahi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsteele%2Fahi/lists"}