https://github.com/trk54ylmz/spritesheet
https://github.com/trk54ylmz/spritesheet
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trk54ylmz/spritesheet
- Owner: trK54Ylmz
- Created: 2025-04-07T22:49:21.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-04-07T23:01:52.000Z (2 months ago)
- Last Synced: 2025-04-07T23:29:55.527Z (2 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Spritesheet
The spritesheet is a small utility to generate sprite sheets to animate, tile, etc. from group of PNG files for games engines such as Unity, Godot, etc.
#### Installation
The utility is plain simple and does not contain any dependencies.
```bash
go install github.com/trk54ylmz/spritesheet
```#### Example
Here is an example usage,
```bash
spritesheet --input doc --output output.png [-trim]
```The input,
![]()
![]()
![]()
The output,
![]()
The output with trim enabled,
![]()