Tested tool guide
Tested browser tools
Checked August 16, 2026
What Instagram Grid Splitter does, with a checked example
An Instagram profile grid is three columns of thumbnails, and this tool treats that grid as one picture cut into equal pieces. You supply a single image; the tool divides it into 3, 6, or 9 equal tiles and exports each tile as its own image file, ready to be uploaded as a separate post. What surprises most people is assembly, not splitting: the profile places the newest post first, so the mosaic only appears if you post the tiles in reverse order - bottom-right tile first, top-left tile last - and post nothing else in between.
Worked example
A concrete input and expected output from the current implementation.
Input
A 1080x1080 px square image, split into 9 tiles
->
Expected output
Nine image files, each 360x360 px, named tile_1_1 (top-left) through tile_3_3 (bottom-right)
The tool divides both the width and the height by 3: 1080 / 3 = 360. Re-uploaded in reverse order (tile_3_3 first, tile_1_1 last), the nine tiles reassemble the original image across the 3-column profile grid.