{"id":16937589,"url":"https://github.com/martinlindhe/tile-tools","last_synced_at":"2026-05-19T15:12:26.458Z","repository":{"id":57609614,"uuid":"65907932","full_name":"martinlindhe/tile-tools","owner":"martinlindhe","description":"Command line tools to process tile set images","archived":false,"fork":false,"pushed_at":"2022-05-03T12:52:57.000Z","size":6077,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T01:46:59.839Z","etag":null,"topics":["cli","golang","tile","tilesets"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/martinlindhe.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}},"created_at":"2016-08-17T13:01:27.000Z","updated_at":"2024-11-04T01:18:02.000Z","dependencies_parsed_at":"2022-08-27T11:32:26.803Z","dependency_job_id":null,"html_url":"https://github.com/martinlindhe/tile-tools","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinlindhe%2Ftile-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinlindhe%2Ftile-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinlindhe%2Ftile-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinlindhe%2Ftile-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martinlindhe","download_url":"https://codeload.github.com/martinlindhe/tile-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244739950,"owners_count":20501992,"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":["cli","golang","tile","tilesets"],"created_at":"2024-10-13T20:59:49.922Z","updated_at":"2026-05-19T15:12:26.412Z","avatar_url":"https://github.com/martinlindhe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\n[![GoDoc](https://godoc.org/github.com/martinlindhe/tile-tools?status.svg)](https://godoc.org/github.com/martinlindhe/tile-tools)\n\nCommand-line tools to process tile set images\n\nProvides tileslicer, tilejoiner, tilecutter and tileflipper commands.\n\n\n## Installation\n\n    go install github.com/martinlindhe/tile-tools/cmd/tileslicer@latest\n    go install github.com/martinlindhe/tile-tools/cmd/tilejoiner@latest\n    go install github.com/martinlindhe/tile-tools/cmd/tilecutter@latest\n    go install github.com/martinlindhe/tile-tools/cmd/tileflipper@latest\n\n\n## Usage - tileslicer\n\nSlices input image into several tiles.\n\nYou have a tile map:\n\n![have](docs/ex_tilemap.png)\n\nYou want to slice it into equally sized tiles:\n\n![want](docs/ex_tiles.png)\n\n\n    $ tileslicer 1.png --out ./parts --width 32 --height 32\n\n\n\n## Usage - tilejoiner\n\nCombines all images in a folder into a new tile set\n\nYou have a bunch of equally sized tiles:\n\n![want](docs/ex_tiles.png)\n\n\nYou want to combine them to a tile map:\n\n![have](docs/ex_tilemap.png)\n\n    $ tilejoiner ./parts --out 1.png --tiles-per-row 6\n\n\n\n## Usage - tilecutter\n\nKeeps bottom 1/3:rd of input images\n\n    $ tilecutter --keep-bottom --one-third _tmp\n\n\n\n## Usage - tileflipper\n\nFlip (mirror) input image\n\n    $ tileflipper _samples/ground.png --out flipped-ground-h.png --horizontal\n    $ tileflipper _samples/ground.png --out flipped-ground-v.png --vertical\n\n\n## License\n\nUnder [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinlindhe%2Ftile-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinlindhe%2Ftile-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinlindhe%2Ftile-tools/lists"}