An open API service indexing awesome lists of open source software.

https://github.com/trk54ylmz/spritesheet


https://github.com/trk54ylmz/spritesheet

Last synced: about 2 months ago
JSON representation

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,