{"id":18596770,"url":"https://github.com/rzru/png2tileset","last_synced_at":"2025-09-08T08:37:29.520Z","repository":{"id":129650447,"uuid":"555043481","full_name":"rzru/png2tileset","owner":"rzru","description":"this utility creates tilesets out of PNG images","archived":false,"fork":false,"pushed_at":"2022-10-21T17:25:54.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T11:49:33.887Z","etag":null,"topics":["gba","rust","tilemap","tilemaps","tileset","tilesets"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rzru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-10-20T21:12:30.000Z","updated_at":"2022-10-21T15:40:09.000Z","dependencies_parsed_at":"2023-04-23T07:03:25.681Z","dependency_job_id":null,"html_url":"https://github.com/rzru/png2tileset","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rzru/png2tileset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzru%2Fpng2tileset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzru%2Fpng2tileset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzru%2Fpng2tileset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzru%2Fpng2tileset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rzru","download_url":"https://codeload.github.com/rzru/png2tileset/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzru%2Fpng2tileset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274158750,"owners_count":25232628,"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-09-08T02:00:09.813Z","response_time":121,"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":["gba","rust","tilemap","tilemaps","tileset","tilesets"],"created_at":"2024-11-07T01:25:39.166Z","updated_at":"2025-09-08T08:37:29.239Z","avatar_url":"https://github.com/rzru.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# png2tileset\n\n![Original Tile Map](docs/Sprite-0001.png)\n \\- Original Tile Map\n\n![8x8 Tileset created from the Tile Map](docs/Sprite-0001-tileset-8x8.png)\n \\- 8x8 Tileset created from the Tile Map\n\n![4x4 Tileset created from the Tile Map](docs/Sprite-0001-tileset-4x4.png)\n \\- 4x4 Tileset created from the Tile Map\n\n## Description\n\nThis small utility allows you to generate tilesets out of PNG images. It ignores duplicated tiles and creates a smallest possible tileset of given size. It's made for my personal purposes to create tilesets for GBA games but probably can used for something else.\n\n## Usage\n\nYou want to build this with `cargo build --release` before use. After this the release version of a binary can be found in `target/release` directory.\n\n```bash\nConverts png images (tilemaps) into png tilesets\n\nUsage: png2tileset [OPTIONS] \u003cFILE\u003e\n\nArguments:\n  \u003cFILE\u003e  File path\n\nOptions:\n  -o, --output \u003cOUTPUT\u003e  Output file path\n  -s, --size \u003cSIZE\u003e      Tile size (in pixels) [default: 8]\n  -h, --help             Print help information\n  -V, --version          Print version information\n```\n\n## Development\n\nShould I even write it?\n\n```bash\ncargo run\n\ncargo build\n\ncargo build --release\n```\n\n## License\n\n[WTFPL](https://en.wikipedia.org/wiki/WTFPL)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frzru%2Fpng2tileset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frzru%2Fpng2tileset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frzru%2Fpng2tileset/lists"}