Local browser tool
Free Sprite Sheet Splitter
Split a sprite sheet into individual PNG frames by rows and columns or exact frame size. Nothing is uploaded.
Private by design: slicing happens on this device, and the source image is never sent to SpriteSheet.
Upload a sprite sheet to begin. The image stays in your browser.
How to split a sprite sheet
- 01
Upload a PNG, JPEG, or WebP sheet.
- 02
Enter its row and column count, or the exact frame dimensions.
- 03
Select a frame, export PNG files, and save the JSON frame manifest.
Sprite sheet splitter questions
Why must the grid divide the image evenly?
Equal cells prevent silent cropping and make the exported coordinates predictable in Unity, Godot, and other engines.