Texture Cram
A cross platform utility for packing images onto a single sprite sheet
A simple utility for packing a series of images onto one or more larger images, know as texture atlases. This is helpful to some game engines where multiple individual textures take longer to load.
Following simple file naming conventions, you can also create animation sequences. And using sub directories, you can create multiple texture atlases with specific names.
This is all output along side a manifest file, which can be either a simple texture file, or a java class file. C++ is yet...