Atlas.lua introduces spine.Atlas.parse(atlasPath, baseDir) funciton. This function can be use across Lua runtimes to implement their their own image sheet bindings. It will return Array of Pages or nil if error.
name- filename of the page ("raptor.png")size- dimmensions of original image ([1022,1022])format- texture format ("RGBA8888")
