Sprite Sheet Cutter Program

09-27-2012, 11:07 PM (This post was last modified: 08-05-2013, 01:05 AM by Chase.)
This is a small java program that turns a normal sprite sheet (that you can find on spriter's resource) into individual sprite images.

Double-Checking Your Spritesheets. Make sure that your sheet can only fit eight Characters. For every Character, the twelve Sprites are of identical size. For example, if the size of a Sprite is 32px x 32px (default for VX Ace), the Character would be 96px x 128px, and the Sheet would be 384px x 256px. If the size of the Sprite is 48px x 48px. Oct 19, 2016 Download Simple Sprite Editor for free. An editor for creating sprite sheets from existing sheets or from frames. Summon night swordcraft story 3 gba rom english patch. Merge sprites - Cut sprites - Preview animations - Preview tiling on a map (Tiling Test tab) - Create flashing spritesheets from regular images This is NOT a drawing program for creating sheets or animations. Sprite Sheet Cutter, free sprite sheet cutter software downloads. Download game honey select. Is a program that can cut MP3 piece from big MP3 WAV format sound file directly without costing.


Latest Version Download Link
Original Console VersionProgram

Paper Sheet Cutter

Latest Version:Sprite 1.5 on Aug 05, 2013
I looked around sprites resource and found that most of the sprites were sort of jumbled together. Not a rippers fault, but it makes any kind of use of the sprites difficult, and I don't want to spend a few hours in photoshop just so I could grin at seeing an animated version.
I looked around and couldn't really find anything that could fix that exactly. So I wrote a small java program that automatically cuts up a sprite sheet and spits out all the individual sprites. Of course there is some margin of error, but I tried to add some command line options that can help you tweak those.
Originally I planned to add something that could go about aligning similar sprites to make animation easier. I have a few simple AI designs that work sometimes (PM, statistical, color fudging, area averaging, etc), but nothing that actually works good enough for release yet.
Known problems:

Metal Sheet Cutter

  • It can jam up on really large sprite sets. So you might have to do a little cutting by hand anyway.
  • Not all sprite sheet are completely compatible, some of them that use line separation can cause large extra images to be generated. I may fix this eventually.
  • It is not a tile cutter, things that are perfectly tiled already don't really need the use of this tool. I may add this eventually.
  • All sprites displayed in the preview box take up the same area, so one large sprite can make a bunch of small sprites take up that much area in the preview pane. I may fix this eventually.
  • It can be a little slow.

How it works:
It generates an image mask from the sprite image and then searches pixel by pixel for a area that is not background, once found it flood fills that area and records the pixel locations which it then uses to generate a bounding box and alpha mask (if using masking option) for output.
SpriteHow to use it:

Sprite Sheet Cutter Program

  1. Click and Drag your file onto the 'Drag and Drop Image Here' Box.
  2. Adjust your options according to the preview for the options you want.
  3. Select an export location (if you want it somewhere else)
  4. Click 'Export To Files' button
  5. Your done!