Image Splitter - Cut an Image Into a Grid Online
Split one image into a rows by columns grid of separate files, entirely in your browser. Includes a 3x3 Instagram grid preset, and nothing is uploaded to a server.
Drop images here or click to upload
Supports JPG, PNG, GIF, WEBP, SVG
What Image Splitter Does
This tool takes one image and cuts it into a grid of separate image files. You choose how many rows and how many columns, from a single strip up to a 10 by 10 layout of 100 pieces, and each cell is copied straight out of the source onto its own canvas and encoded as its own file. The important word is copied. There is no scaling, no resampling, and no filtering involved: a cell is read from the source at its exact pixel coordinates and written to an output canvas of exactly the same size. When you pick PNG, which is lossless, every pixel in every piece is byte-for-byte identical to the region it came from, and reassembling the grid would rebuild the original image exactly. Picking JPG re-encodes each piece with the browser's lossy encoder, which introduces the usual compression artifacts, and any transparent area is flattened onto white because JPG has no alpha channel. Cut positions are computed as rounded fractions of the full width and height rather than by flooring a cell size, so no pixels are dropped at the edges and no cell reads past the boundary. The practical consequence is that when the dimensions do not divide evenly, cells differ from each other by at most one pixel instead of leaving a stray sliver at the right or bottom. Before you split anything, the grid lines are drawn over your image so you can see where the cuts will land. Everything runs in the browser, so the file never leaves your device.
Why You'd Split an Image
Some platforms and layouts want several small images where you have one large one. Splitting is the only way to get there without redrawing the image by hand.
How to Split an Image Into a Grid
Four steps, all of them local. The image is decoded, cut, and handed back without ever touching a server.
Drop in one image — splitting works on a single file at a time, not a batch
Pick a preset such as 3x3, or set the Rows and Columns sliders yourself; the grid lines update on the preview as you go
Choose PNG to keep the cut lossless, or JPG for smaller files at the cost of some compression artifacts
Apply, then download pieces one at a time from the result grid or grab all of them as a single ZIP
Frequently Asked Questions
More Image Tools
Explore other powerful tools for your image editing needs
Compress Image
Reduce file size
Resize Image
Change dimensions
Crop Image
Cut out area
Convert Format
Change format
Photo Editor
Edit photos
Rotate Image
Rotate image
Flip Image
Horizontal/Vertical
Add Watermark
Add watermark
Add Border
Add image border
Rounded Corners
Add rounded corners
Filters
Brightness/Contrast
Blur Face
Hide faces
Mosaic
Blur regions
Remove Background
Remove BG
Enhance Image
AI upscale
Add Text
Add text to image
Collage
Combine multiple images
HTML to Image
Webpage to image
GIF to Image
Extract frames
Trim Image
Remove empty edges
Batch Rename Images
Safely rename files in bulk
Circle Crop
Crop images into circles
Black & White
Convert images to grayscale
Merge Images
Combine images into one
Change DPI
Set image DPI metadata
Image to Base64
Encode images as Base64