Spritesheet Cutter
Cut a spritesheet into individual frames given rows and columns. ZIP download.
What is it for?
A spritesheet is that image bundling several animation frames laid out in a grid. What this tool does is pull each frame apart, leaving every one ready to drop into CSS sprites, 2D animations and games.
All you have to tell it is how many rows and columns the spritesheet has. Each cell turns into its own frame, and you can download them one by one.
The processing runs on your machine through Canvas.
Related Tools
CNAB File Reader
Read Brazilian CNAB 240 and CNAB 400 banking files and display records decomposed by type.
GEDCOM Reader
Read GEDCOM (genealogy) files and list individuals (INDI) with name, birth and death dates.
PDF Merge
Merge several PDFs into a single file in the given order. Everything in your browser via pdf-lib.
Cut a spritesheet into frames
Game makers tend to keep several animation frames together in a single file, the spritesheet. The trouble is that, when it's time to use them, you often need the frames separated. This tool handles that cut on its own, splitting the spritesheet into individual frames.
You tell it how many rows and columns the grid has, and the image gets sliced into all the frames at once, which come zipped up in a single file for download. For anyone working with 2D animation, game dev or just needing to pull the sprites off a ready sheet, it's a real shortcut.
The spritesheet goes to no server at all, because the whole cut happens in the browser. Load it, set the grid and download the ZIP already holding the separated frames.