Hey everyone, new here, I'm not exactly a beginner with PS, actually far from it, but I am in now way a genius either.
So here's the thing, I am creating a map for an internet game. Right now I divide my image up into however many slices i need (perfect squares). However, to make my coder's job easy, I need to know if there is a way to have the slices name themselves by their xy coords.
For example, out test map is 20 x 20 (400 squares). PS automatically names them testmap_01, testmap_02 ... testmap_400. You get the idea. What I need is them to be named testmap_0_0.. testmap_0_1.. and so on with their xy coords.
Now I really don't want to have to do this by hand, especially since the real map will be tens of thousands of tiles.
Is there a way to have PS (or another program) name my tiles by their XY coords?
Any help or advice would be very appreciated. |