Original Post
Hi,
Is there a standard way of describing image positioning in a sprite sheet?
I hope I'm using the proper terminology, so in other words:
A lot of times a single image file will have a lot of tiny images in it. Program would use those individual images for a game/application, but it needs to know the position of those images.
Is there a standard way of describing the positions of those tiny images?
For example maybe a text file:
name:offsetx, offsety, lengthx, lengthy
or in xml:
200 100
40 25
Is there a standard file format like that?
If not, than is there a recommended way?
And finally, if not even something that's recommended, are there any personal recommendations?
Thank you
Alex
Is there a standard way of describing image positioning in a sprite sheet?
I hope I'm using the proper terminology, so in other words:
A lot of times a single image file will have a lot of tiny images in it. Program would use those individual images for a game/application, but it needs to know the position of those images.
Is there a standard way of describing the positions of those tiny images?
For example maybe a text file:
name:offsetx, offsety, lengthx, lengthy
or in xml:
Is there a standard file format like that?
If not, than is there a recommended way?
And finally, if not even something that's recommended, are there any personal recommendations?
Thank you
Alex