Saving sprite sheet into separate images
Saving sprite sheet into separate images
Question
I'd like to separate a 64px x 512px spritesheet into eight 64px 64px images:
Is this possible? If so, how?
2015/01/17
Accepted Answer
Using Divide on a large slice will cut it up into a grid of smaller regions (you can skip the naming step if you don't care about having nice names):
2015/02/16