Prevent image cropping when making sprites from gif

Posted by OSaad on Stack Overflow See other posts from Stack Overflow or by OSaad
Published on 2010-04-04T00:59:59Z Indexed on 2010/04/04 1:03 UTC
Read the original article Hit count: 439

Filed under:
|
|
|

Hey guys I've tried several tools (imagemagic, gif2png, Nconverter) to extract frames to make sprites from a .gif image that i have.

I get the .pngs just fine, but they'r not the same size, some are 50x65 some 43x65 some 50x70, Which really screws any attempts at a descent animation. So is there a way to prevent this cropping or programmatically add extra transparent space to smaller ones and make them all the same size?

Thanks.

© Stack Overflow or respective owner

Related posts about animated-gif

Related posts about sprites