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.
Related Tools
CNAB File Reader
Read Brazilian CNAB 240 and CNAB 400 banking files and display records decomposed by type.
GEDCOM Reader
Read GEDCOM (genealogy) files and list individuals (INDI) with name, birth and death dates.
PDF Merge
Merge several PDFs into a single file in the given order. Everything in your browser via pdf-lib.
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, all with the right dimensions.
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.