ForkandBeard / Alferd-Spritesheet-Unpacker

A spritesheet unpacker/ ripper for Windows
http://www.alferdspritesheetunpacker.forkandbeard.co.uk
MIT License
269 stars 59 forks source link

Feature Request: Specify size of each sprite #13

Open sagron opened 8 years ago

sagron commented 8 years ago

I have a spritesheet where each of the sprites is exactly 64x64, I would like to specify that so the alignment is correct on the exported images (instead of clipping to the visible portion)

imukai commented 7 years ago

Being able to specify a universal size of the sprites on the sheet should be a basic feature and should make your processing a lot easier to calculate rather than finding edges and guessing where sprites are.

Is the project dead?

ForkandBeard commented 7 years ago

ASU's main function is unpacking sprite sheets where the size of each individual sprite is irregular and or unknown. If the size and location of all the sprites are known, I'm not sure why you'd need to use ASU?

I might add it in the future, but I'm not sure how to do that without making the UI more complex for ASU's main function, of unpacking sprites of unknown size and location.

imukai commented 7 years ago

Fair enough, if that's your purpose. Your main page just says "ASU is a simple spriting tool which takes an animation spritesheet image and automatically turns each sprite into an individual image." which is what I was searching for. That being a program to reliably cut up a spritesheet into individual files. Most spritesheets I've used are of uniform size, including this one that I wanted to cut up that had 400 sprites on it. I'll find other means though. Thank you for the quick reply and sorry to bother you.

ForkandBeard commented 7 years ago

Oh ok, yeah I think the description then is probably a bit misleading, I'll try and think of a better description.