Merge screenshots into one long image
Drop in the screenshots you already took, in order. The overlapping strips are found automatically and the seams are joined into a single tall image you can download. It is free, there is no sign-up, nothing is watermarked — and your screenshots never leave this browser.
This is a simplified demo. It is not how well the Scrollie app does it. The browser version uses a cut-down alignment algorithm, so seams can land slightly off when screenshots repeat their content, contain large flat areas, or barely overlap. Scrollie on iPhone runs the full algorithm, and also turns a screen recording straight into one long image, drops duplicate frames and saves drafts — that is what this job actually looks like done properly. This page is just a taste of the idea.
Your images are never uploaded. Decoding, matching and composing all happen locally in this page — you can verify it with the Network panel in your browser's developer tools.
How to use it
- Capture with overlap. Scroll a little less than a full screen between shots, so each screenshot repeats roughly a fifth of the previous one. That repeated band is what the alignment is built on.
- Add them in order. Drop all the images in at once, or one at a time. Use the arrows under each thumbnail if the order came out wrong.
- Stitch and download. Choose PNG for a lossless result or JPG for a smaller file, then download. Nothing is stored here after you close the tab.
Why the seams line up
Joining screenshots by hand means dragging one image over another until the text lines up, then cropping the duplicate. It works, and it is tedious. What this tool automates is finding that alignment point.
It takes a narrow strip from the top of each screenshot and searches the previous screenshot for the place that strip fits best. That position is the seam. To keep it fast the search runs on a small greyscale copy of each image rather than the full-resolution original — a phone screenshot can be nearly four megapixels, and comparing those directly for every candidate position would lock up the page.
There is one complication worth knowing about, because it explains a failure you may have seen in other tools. The status bar at the top of a phone screenshot is nearly identical in every frame, and so is a fixed navigation bar or tab bar. A matcher pointed at those regions finds an excellent match in the wrong place, and the result is a long image with the clock repeated down its length. This tool compares your images to each other first, identifies the rows that never change, and leaves them out of both the matching and the final composition. That is the Ignore status & navigation bars option, and it is on by default.
When a match is weak — usually because two screenshots do not actually overlap — you are told rather than left to discover it in the output. The images are still joined end to end so you get something usable, but the warning tells you which pair to re-capture.
When the app is the better tool
This page does one job: joining still screenshots you already have. That covers a lot of cases, and if it is what you need there is no reason to install anything.
Some things genuinely belong on the device. Turning a screen recording into one long image means pulling frames out of a video, discarding near-duplicates and stitching what remains — that is the Scrollie app's core feature, and it works on the recording already sitting in your camera roll. The same goes for capturing in the first place: a browser cannot scroll another app for you.
The practical ones matter too. A browser tab cannot keep a draft, so if you close this page mid-edit the work is gone; the app auto-saves everything and keeps portrait and landscape drafts separately. Long batches, per-cell editing, erasing an object from the result, removing a tiled watermark — all of that is app territory. This tool is capped at eight images on purpose, because past that the browser is the wrong place to be working.
Common questions
Are my screenshots uploaded anywhere?
No. Every step — decoding, overlap detection and composing — runs in your browser using Canvas. There is no server to receive an image, and the page makes no network request while you use the tool. You can confirm this yourself in your browser's developer tools by watching the Network panel while stitching.
How does it know where the screenshots overlap?
It takes a strip from the top of each image and looks for the best matching position in the previous one, which is where the seam belongs. The comparison runs on a downsampled greyscale copy so it stays fast on full-resolution phone screenshots. Rows that are identical in every image — a status bar, a fixed navigation bar — are detected and excluded, because otherwise they match everywhere and confuse the result.
Why do I need overlapping screenshots?
The overlap is what makes alignment possible. When you scroll and capture, leave roughly a fifth of the previous screen visible in the next shot. With no overlap there is nothing to match on, and the tool can only stack the images end to end.
What is the limit on the number of images?
Eight per run. Beyond that, browser memory and the maximum canvas size start to matter, and the app is the better tool for a long batch. If your result would exceed roughly 268 megapixels the tool tells you instead of silently producing a blank image.
Can this turn a screen recording into a long screenshot?
No — that is the one thing deliberately left to the Scrollie app. Extracting frames from a video, deduplicating them and stitching the result is heavy work that belongs on the device where the recording already lives. This page handles still screenshots you already have.
Related
Do this on your phone, where the screenshots are
Recording to long image, resumable drafts, collages and cleanup. Core features free.
Download Free on the App StoreiPhone & iPad · iOS 16 or later · 100% on-device