Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
General Discussion

2d People Animations

pka4916
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 ?

  • Log in or register to post comments
CruzR
joined 14 years 3 months ago
Sunday, May 11, 2014 - 16:39
CruzR's picture

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

  • Log in or register to post comments
pka4916
joined 11 years 1 week ago
Sunday, May 11, 2014 - 17:36

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.

  • Log in or register to post comments
pka4916
joined 11 years 1 week ago
Sunday, May 11, 2014 - 17:36

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.

  • Log in or register to post comments