Divide an image into a grid of separately downloadable tiles.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The source bitmap is divided into a grid of rectangular source regions, and each region is copied into a separate output image with its own dimensions and encoding. Remainder pixels are assigned according to the selected row or column policy.
data:image/png;base64,iVBORw0KGgo=
Four PNG tiles, each covering one quadrant
Sprite sheets, large scans, and map images split into tiles.