2d People Animations
Sunday, May 11, 2014 - 13:51
Hello,
I am new to all of this, but I downloaded an image with movements for a character, but it's 1 big PNG file.
How can I make it so it's all different images ?
Do I need to cut and paste everything.. I am using Media Fusion 2.5 for it.
Thank you
ps. Is there a spot on the site, where there are all kinds of 2d character animations ?
Why do you even want each frame of the animation to be in its own image? Usually, you'd want to have one spritesheet with all the animations and then only render those portions of the image that compromise the current frame.
If you still insist on splitting the spritesheet into individual pieces, provided you have ImageMagick installed and the spritesheet is aligned to a regular W x H grid, the following command will split the image:
convert -crop WxH input.png frame_%03d.png
I couldn't get it to import into MF 2.5 so that's why I ran into this website.
The 1 png file I have the images are really tiny, so I was looking for bigger ones as well.
I couldn't get it to import into MF 2.5 so that's why I ran into this website.
The 1 png file I have the images are really tiny, so I was looking for bigger ones as well.