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: define animation frame #68

Open
jjhesk opened this issue Aug 14, 2019 · 1 comment
Open

feature: define animation frame #68

jjhesk opened this issue Aug 14, 2019 · 1 comment

Comments

@jjhesk
Copy link

jjhesk commented Aug 14, 2019

#48
#67 #30
just check if there are any script to make definitions for this type of spritesheet.

nato_183

for dealing a sprite with 3 x 4 / 32x32 px boxes

@piratesephiroth
Copy link
Contributor

piratesephiroth commented Aug 21, 2019

you could split it into separate images with imagemagick
magick convert -crop 32x32 spritesheet.png part.png

you can merge 12 32x32 images like that into that spritesheet
magick montage part*.png -tile 3x4 -background #00000000 -geometry 32x32 spritesheet.png

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

No branches or pull requests

2 participants