How check the .spriteatlas sizes generated by Xcod

2019-05-21 09:24发布

问题:

I'm using texture atlas for handling my images. I didn't created the atlas by myself however I let Xcode to do this for me:

My question is: How can I see this file or know its properties (I mean, sizes and weight)? What if and how can I know if the sizes exceed the maximum size of 4098 x 4098 pixel?