How to split an image
The Image Splitter cuts an image into pieces — a grid (great for Instagram) or fixed-size tiles (great for sprite/tilemaps) — and packages them into a ZIP. Everything happens in your browser; your image is never uploaded.
Steps
- Choose an image. Click the drop zone and pick a file. A live preview appears with the grid overlaid.
- Choose a mode:
- Grid (rows × columns) — splits evenly into the rows and columns you set. A 3×3 grid is perfect for an Instagram carousel.
- Fixed tile size (px) — cuts tiles of an exact pixel size; the last row/column may be smaller.
- Split & download ZIP. Tiles are named
name_r01_c01.png,name_r01_c02.png, … so they stay in order.
Privacy
Your image is processed locally and discarded right after the download — it never leaves your device, and the split tiles are cleared from memory once the ZIP is saved.