Sprite Sheet Splitter
Cut a sprite sheet into individual cell images. Choose rows and columns or a fixed cell size, then download every frame.
Drop a sprite sheet here
or
How to split a sprite sheet
- Drop one sprite sheet into the upload area, or click to select it from your device.
- Choose Rows & Columns to divide the image evenly, or Fixed Cell Size to specify exact pixel dimensions.
- Set any spacing between cells if your sheet has padding.
- Preview the extracted cells and download them individually or all at once.
FAQs
Is my image uploaded to a server?
No. Splitting runs entirely in your browser using the Canvas API, so your image never leaves your device.
What is the difference between the two modes?
Rows & Columns divides the image evenly into a fixed grid. Fixed Cell Size uses exact pixel dimensions and keeps only whole cells that fit.
What happens to leftover partial cells?
In Fixed Cell Size mode, any partial row or column that does not fit a full cell is discarded, so every output is a clean, complete sprite.
Is the tool free to use?
Yes. Every Handio tool is free, with no sign-up, no limits and no watermarks.
Related Tools
Why split a sprite sheet?
Sprite sheets bundle many frames into one image for game engines and animations. Splitting them back into individual files makes each frame easy to edit or reuse.
- Pull individual animation frames out of a game sprite sheet.
- Recover the source tiles from an icon or tileset atlas.
- Prepare frames for editing in a separate image tool.
Tips and Limits
Use Fixed Cell Size when every sprite is a known pixel size, and set the spacing value if your sheet has padding between cells. Output is always PNG, and everything runs locally in your browser.