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から画像
Webを画像に
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