Image Splitter
Slice an image into a grid of tiles and download them individually or as a ZIP. Processed entirely in your browser.
Drop an image or click to browse
Processed entirely in your browser — nothing is uploaded
How the Image Splitter works
Choose how many rows and columns you want, and the tool divides your image into an even grid using the HTML5 Canvas API — each cell is cropped and re-encoded as its own image file. This is handy for splitting a single graphic into an Instagram carousel grid, cutting up a large image into puzzle pieces, or breaking a banner into tiles for a CSS sprite sheet. The last row and column absorb any rounding remainder so every pixel of the source image is accounted for and no sliver is left uncropped.
Download tiles one at a time by hovering a tile and clicking its download icon, or grab everything at once as a single ZIP archive (built locally — no server round-trip). For the reverse operation, or to crop a single region instead of a full grid, try the Image Cropper.
Private & free — this tool runs entirely in your browser.