Scaleform::GFx::ImagePacker
class ImagePacker : public RefCountBaseNTS<ImagePacker,Stat_Default_Mem>;
ImagePacker packs images into large textures. This is intended to be used within gfxexport for producing .gfx files that reference packed textures. Image packer can also be used in a player, but causes:
To enable the image packer, call the below function or similar.
Loader.SetImagePackParams( Ptr<ImagePackParams>(*new ImagePackParams))
GFx_ImagePacker.h