{"id":15719418,"url":"https://github.com/targetdisk/td-img","last_synced_at":"2025-03-30T22:44:09.589Z","repository":{"id":200374550,"uuid":"705106408","full_name":"targetdisk/td-img","owner":"targetdisk","description":"Target Disk Imaging (.tdi) format","archived":false,"fork":false,"pushed_at":"2023-12-12T02:52:42.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T04:11:25.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/targetdisk.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":"2023-10-15T03:19:59.000Z","updated_at":"2023-10-15T03:22:54.000Z","dependencies_parsed_at":"2023-10-16T18:22:07.393Z","dependency_job_id":"68dcac3d-0979-4e15-9af0-de720ad97956","html_url":"https://github.com/targetdisk/td-img","commit_stats":null,"previous_names":["targetdisk/td-img"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/targetdisk%2Ftd-img","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/targetdisk%2Ftd-img/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/targetdisk%2Ftd-img/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/targetdisk%2Ftd-img/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/targetdisk","download_url":"https://codeload.github.com/targetdisk/td-img/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390857,"owners_count":20769476,"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-03T21:55:41.422Z","updated_at":"2025-03-30T22:44:09.568Z","avatar_url":"https://github.com/targetdisk.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Target Disk Image\n\nThis repository contains a library and utilities for encoding and decoding\nTarget Disk Image (`.TDI`) files.\n\n### Building the Utilities\n\n#### Dependencies\n- A sane libC\n- A recent C compiler\n- GNU Make\n\n#### Steps\nBuild with make:\n```\nmake all\n```\n\n### Target Disk Image RIFF File Format\n\nTarget Disk Image (`.TDI`) files are RIFF files that can contain `RLE` and\n`RLE1` data.\n\n#### RIFF Descriptor Chunk\n\n|Endian|  Data Type  |     Name       |Size|\n|------|-------------|----------------|----|\n| big  |  `char *`   |    Chunk ID    | 4  |\n|little|  `uint32_t` |   Chunk size   | 4  |\n| big  |  `char *`   |     Format     | 4  |\n\n#### \"fmt\" Chunk\n\n|Endian|  Data Type  |     Name       |Size|\n|------|-------------|----------------|----|\n| big  |  `char *`   |    Chunk ID    | 4  |\n|little|  `uint32_t` | Sub-chunk size | 4  |\n|little|  `uint32_t` |     Width      | 4  |\n|little|  `uint32_t` |     Height     | 4  |\n|little|  `uint32_t` |Foreground Color| 4  |\n\n#### \"data\" Chunk\n\n|Endian|  Data Type  |     Name       |Size|\n|------|-------------|----------------|----|\n| big  |  `char *`   |    Chunk ID    | 4  |\n|little|  `uint32_t` | Sub-chunk size | 4  |\n|little| `uint32_t *`|     Data       | *  |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftargetdisk%2Ftd-img","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftargetdisk%2Ftd-img","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftargetdisk%2Ftd-img/lists"}