Image Splitter
Cut an image into grid tiles or strips and download them as a ZIP.
Cut One Image Into Many
Splitting an image is one of those jobs with several unrelated reasons behind it: an Instagram grid post, a carousel that needs each panel as a file, a map or diagram too large to print on one sheet, or a sprite sheet that needs unpacking.
All of them want the same thing — clean tiles, cut on exact pixel boundaries, named so they go back together in the right order.
Key features
- Grid or strips — up to 10 × 10, or horizontal and vertical slices in one direction only.
- Live cut preview — the lines are drawn over your image before anything is exported.
- Common presets — 3 × 3 for a grid post, 2 × 2, or three across for a carousel.
- Numbered in reading order — left to right, top to bottom, zero-padded so they sort correctly.
- One ZIP — packed in the page, with no upload at any point.
This tool runs entirely inside your browser using native Web APIs. Your files and text are never uploaded to a server, never logged and never shared with third parties.
How to use: Image Splitter
- Add your image
Any format your browser can open. The dimensions appear immediately. - Choose the cut
A grid, or strips in one direction. The preview shows the lines over your picture. - Check the tile size
Shown beneath the preview. Uneven divisions are floored, so tiles are always equal. - Download the ZIP
Every tile, numbered in reading order.
Technical specifications
| Processing location | Entirely in your browser — no server round trip |
|---|---|
| Data uploaded | None. Files and text never leave your device |
| Price | Free — no account, no trial, no usage cap |
| Category | Media |
| Works offline | Yes, once the page has loaded |
| Browser support | Chrome 90+, Edge 90+, Firefox 90+, Safari 15+ |
| Interface languages | English, 中文, हिन्दी, Español, العربية |
Frequently asked questions
What if the image does not divide evenly?
The tile size is rounded down so every tile is identical, which means up to a few pixels at the right and bottom edges are not included. Equal tiles matter more for a grid post than a two-pixel sliver does.
Which order do the files go back together in?
Left to right, top to bottom — tile-01 is the top-left. Names are zero-padded so they sort correctly in any file manager, which matters once you pass nine tiles.
Should I use PNG or JPEG for the tiles?
PNG for graphics, screenshots and anything with transparency or flat colour. JPEG for photographs, where the files will be far smaller with no visible difference.
Is there a size limit?
Only your device’s memory. A very large image cut into a hundred tiles holds them all in memory at once while the ZIP is built, which is comfortable on a desktop and heavier on an older phone.