Link to home
Start Free TrialLog in
Avatar of maykut
maykut

asked on

Convert Sprite Sheets to Animations

Ok here is my situation.

I have sprite sheets with sprite movements and collisions, I want to load this sheet as into a program and then extract each frame into an Animation and save it as a gif. I would like the program to Identify the Sprite with the largest frame width and Height and then create the animation.
Avatar of RacinRan
RacinRan

You'll probably have better luck if you ask this question in one of the Game Dev. forums.

Racin
Avatar of maykut

ASKER

I would like to do this using VB.Net. Is there any code avaliable for this. The code should look for the sprite frame with the largest Width and hight and set these values as the global width and height and then start to create the animation from the sprite sheet. Is their any sample vb.net code avaliable that demonstrates this.
ASKER CERTIFIED SOLUTION
Avatar of RacinRan
RacinRan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Asta Cu
Asta Cu
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you all.