basetools
Image

Split an image into equal parts, on a grid

Just set how many columns and rows you want — the tool works out each part's boundaries and numbers the export order automatically.

Drag one or more images here, or click to choose

JPG, PNG, or WebP, up to 25 MB each

Output format

Result

The result appears here after splitting the image.

Need to manually pick the area that matters, instead of splitting everything into equal parts? Use crop image.

Local processing: your file never leaves your computer.

  • Does:Just set how many columns and rows you want — the tool works out each part's boundaries and numbers the export order automatically.
  • Processes:Your image is processed entirely in your browser — nothing is uploaded to a server.
  • Doesn't do:With a fixed ratio turned on, each cell's excess is cropped centered to match the chosen ratio — part of the original content is discarded in that mode, unlike free mode (the default), which keeps the whole cell.

Splitting an image into equal parts

Some tasks call for exactly the opposite of cropping an area: instead of keeping just one part of the image, the goal is to divide the whole thing into regular pieces, without losing a single pixel along the way. A wide, panoramic image posted as a sequence in a carousel — each slide being a vertical slice of the original panel. A scanned sheet with several items arranged in a grid — receipts, cards, labels — that need to become separate files. A sheet of cut-out pieces, or a large panel that needs to be printed on smaller sheets and reassembled later. In every one of these cases, working out by hand where each cut should fall is tedious and easy to get wrong by a pixel.

This tool does that split precisely: you set how many columns and rows you want, and it works out each cell's boundaries from the image's actual dimensions — nothing to install, and the file never leaves your computer, because all the processing runs in your browser.

A configurable grid, with shortcuts for the common cases

The split accepts 1 to 10 columns and 1 to 10 rows, combined however you like — 2 columns by 3 rows makes 6 parts, for example. For the most common cases, there are ready-made shortcuts: 2 parts horizontally or vertically, 3 parts horizontally or vertically, 4 parts in a 2×2 grid, and 9 parts in a 3×3 grid. A preview shows the cut lines overlaid on your uploaded image, with each cell numbered in the order it will be exported — useful for checking the split before generating any file, especially when publishing order matters.

No pixel gets left out

When the image's width or height isn't an exact multiple of the number of columns or rows you chose, there's a remainder left over — a 1000-pixel-wide image split into 3 columns, for instance, doesn't divide evenly into three exact 333-pixel parts. Instead of just cutting that remainder off, or silently squeezing the last part differently from the others, the tool spreads those extra pixels across the first cells of the grid, which end up one pixel larger than the rest. The difference isn't visible to the eye, but it guarantees the whole image is covered by the generated parts, with no lost strips at the edges.

Predictable export order and file names

Each part is numbered in standard reading order: left to right, top to bottom. The first cell (top-left corner) becomes "part-01", the next one in the same row "part-02", and so on through the last cell, in the bottom-right corner. The numbers come zero-padded, so the files stay in the right order even when opened in a program that sorts names as plain text. That predictability matters especially for anyone publishing the parts in sequence, like in a carousel: the order the files are generated in is already the right publishing order, with nothing to rearrange afterward.

Fixed ratio: when a bit of extra cropping makes sense

By default, each part comes out in whatever natural shape the grid division produces — a cell from a rectangular image comes out rectangular too. But sometimes the final destination calls for a specific ratio, like square (1:1) for a social feed, or 9:16 for a story. Turning on a fixed ratio crops each cell centered until it matches that ratio, discarding the excess at the cell's edges — an extra crop, on top of the grid split. This mode is off by default because it discards content; the interface flags it whenever it's active.

Batch mode and output format

Upload more than one image, and the same grid is applied to all of them — but each image is split based on its own dimensions, so a larger image produces larger parts, keeping the same proportional split. In the batch result, the files from each source image are organized into their own subfolder inside the downloaded ZIP, instead of all mixed into one folder. Output can be JPG, PNG, or WebP, with a quality control on the first two.

What this tool doesn't do

It doesn't analyze the image's content to decide where to split — the grid is always regular, based only on the number of columns and rows you chose, not on what appears in each region. It doesn't reassemble the parts back into one image afterward; once split, putting them back together is a separate task. And it doesn't upscale or improve the original content's quality: each part comes out at the same quality and resolution that region already had in the source image, never sharper than it was.

Frequently asked questions

What's the difference between this and cropping an area of the image?

They're different tasks. "Crop image" is for when you manually choose which region to keep, discarding the rest. This tool splits the entire image into equal parts, on a grid — no region is discarded (unless you turn on a fixed ratio), and the result is several images, one per grid cell.

If the image doesn't divide evenly by the number of parts, what happens at the edges?

No pixel is discarded. When the width or height isn't an exact multiple of the number of columns or rows, the difference is spread across the first parts of the grid, which end up one pixel larger than the rest — an imperceptible difference to the eye, but one that guarantees the whole image is covered by the generated parts.

In what order are the files numbered?

Left to right, top to bottom — standard reading order. Part 1 is the top-left cell, the last one is the bottom-right. File names come out as "part-01", "part-02", and so on, zero-padded, so they stay in the right order even opening the folder in any program.

Can I split several images of different sizes with the same grid?

Yes. The grid (number of columns and rows) is the same for every image in the batch, but each image is split based on its own dimensions — a larger image produces larger parts, a smaller one produces smaller parts, all following the same proportional split. In the batch result, each source image gets its own subfolder inside the ZIP.

Does the tool figure out on its own where to split, like separating each item on a scanned sheet?

No. The split is always a regular grid, defined by a number of columns and rows — the tool doesn't analyze the image's content to decide where each item starts or ends. It works well when the items are already arranged in regular positions (a sticker sheet, for example); for content scattered irregularly, you'd need to crop each part by hand.

Related tools