Image Splitter
Split an image into a rows-by-columns grid and download all pieces as a ZIP file in the browser.
Image Splitter
Upload a raster image, choose rows and columns, then preview a uniform grid of PNG tiles. Download every tile in one ZIP without sending your file to a server.
Grid sizing
Cell size is floor(width / columns) by floor(height / rows).
Any leftover pixels at the right or bottom edge are not included in the grid (same behavior as many online splitters).
Frequently Asked Questions
Which image formats work?
Any format the browser can decode (PNG, JPEG, WebP, GIF, BMP, etc.). Output pieces are always PNG for lossless tiles.
Is there a maximum grid size?
The UI caps rows and columns at 12 each to keep the page responsive. For larger grids, run the split locally with desktop tools.
Why two steps (preview and ZIP)?
Preview lets you confirm the grid before downloading. ZIP builds the same slices again so the archive always matches the current rows and columns.