Builds texture atlases from collections of images.
bool CreateTextureAtlas(std::map< char, std::pair< unsigned int, unsigned int > > &texAtlasData, ImageData &texAtlasImage)
Creates a texture atlas from the stored image collection.
TEST(ImageDataTest, TextureAtlasMaker)