Easy tool to decompose sprite image?

Abadaba picture Abadaba · Feb 21, 2012 · Viewed 37.9k times · Source

I have a lot of sprite images that contain dozens of icons. Is there an easy way to unravel the sprites into separate image files either automatically or feeding it coordinates, widths and heights?

Answer

BYS2 picture BYS2 · Feb 21, 2012

This program is pretty good at decomposing sprites into individual frames

https://github.com/ForkandBeard/Alferd-Spritesheet-Unpacker

it supports all standard bitmap formats, .png, .bmp, .gif, .tiff and does everything pretty much automatically.