Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 393 Bytes

File metadata and controls

13 lines (8 loc) · 393 Bytes

TilePacker

A little cross platform .NET Core tileset packing tool.

At the moment TilePacker is super basic. It will pack a directory of PNG files into a single PNG texture and each tile will be the size of the largest input image.

Usage

Clone the repository and run the command line tool using dotnet run

dotnet run --input \directory\of\images --output ouput-image.png