Skip to content

Tool for trimming and merging png textures into a spritesheet

License

Notifications You must be signed in to change notification settings

halx99/batchtool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

batchtool

Tool for trimming and merging png textures into a spritesheet.

Building

To build batchtool, clone it first:

git clone git@github.com:n0va/batchtool.git batchtool

The libraries are added as submodules, so doing this will download all dependencies:

cd batchtool
git submodule init
git submodule update

Then, just build using cmake:

mkdir build
cd build
cmake ..
make

To test out if everything is working, use the test images from res/:

./batchtool -vtb -o test -f json ../res/*

This will output test.png and test.json into the executable directory.

About

Tool for trimming and merging png textures into a spritesheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • CMake 1.1%