Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Specify size of each sprite #13

Open
sagron opened this issue Jul 31, 2016 · 4 comments
Open

Feature Request: Specify size of each sprite #13

sagron opened this issue Jul 31, 2016 · 4 comments
Assignees

Comments

@sagron
Copy link

sagron commented Jul 31, 2016

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)

@sagron sagron changed the title Specify size of each sprite Feature Request: Specify size of each sprite Jul 31, 2016
@ForkandBeard ForkandBeard self-assigned this Aug 2, 2016
@imukai
Copy link

imukai commented May 10, 2017

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
Copy link
Owner

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
Copy link

imukai commented May 10, 2017

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants