Image Slicer
Slice an image into N×M tiles (grid). Useful for puzzles, slideshows or grid layouts.
What is it for?
You cut an image into N×M pieces of equal size, which comes in handy in plenty of spots, whether you're building tile maps for games, chopping a banner up for social media (think Instagram carousel) or even putting together puzzles.
The pieces come out numbered left to right and top to bottom, so row 1 column 1, then row 1 column 2, and on from there.
Everything runs locally on your machine.
Split an image into a grid
Cutting an image into equal pieces comes up in plenty of situations: building a puzzle, creating that mosaic Instagram feed, slicing a layout. This tool divides any image into a grid of N×M pieces of equal size, with the caveat that leftover pixels along the right and bottom edges are dropped when the dimension is not divisible by the number of pieces.
Say how many rows and columns you want, and the image gets cut into uniform pieces, ready to download. It works well for puzzles, slideshows, grid posts on social media or any composition that depends on the image split into regular parts.
The image is sent to no server at all, since the processing runs entirely in the browser. Load the file, set the grid and download the pieces right after.
Frequently asked questions
How do I download the pieces? Is there a download-all button?
Do the pieces all come out exactly the same size?
Is it good for building that mosaic Instagram feed?
Related Tools
Resize Image
Resize any image by setting width and height in pixels. Option to maintain aspect ratio. Browser-side processing, no upload to servers.
Sepia Effect
Apply the classic sepia (vintage photo) effect to any image directly in the browser. Download the result as PNG.
Image Compressor
Compress JPEG and PNG images directly in the browser using the Canvas API. Set the target quality (1–100%) and see the size reduction in real time. No files are uploaded to servers.
Grayscale Image Converter
Convert any image to grayscale (black and white) in the browser. Instant processing without sending data to servers.
Flip Image
Flip an image horizontally, vertically or in both directions. Instant result in the browser — no data sent to servers.
Image Brightness & Contrast
Adjust the brightness and contrast of any image with real-time sliders. See the result instantly and download as PNG.