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.
将图片拖放到此处或点击上传
支持 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
更多图片工具
探索其他强大的图片编辑工具
压缩图片
减小文件大小
调整大小
更改尺寸
裁剪图片
裁剪区域
格式转换
转换格式
照片编辑器
编辑照片
旋转图片
旋转图片
镜像翻转
水平/垂直翻转
添加水印
添加水印
添加边框
为图片加边框
圆角裁剪
添加圆角效果
滤镜调整
亮度对比度等
模糊面部
隐藏面部
马赛克
局部打码
去除背景
去除背景
提升质量
AI 提升
添加文字
在图片上加字
图片拼接
拼接多张图片
HTML 转图片
网页转图片
GIF 转图片
提取序列帧
裁剪空白
移除空白边缘
批量重命名图片
安全地批量修改文件名
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