MergeImage · Last verified 2026-08-04
Image comparison tool for two pictures
Use this image comparison tool to inspect two pictures in side-by-side, slider, or difference mode. Match both files to one review frame, change the labels, tune the pixel threshold, and export a private PNG without sending either image to a server.
- Three comparison modes
- Pixel difference percentage
- Private local PNG export
Private two-image workspace
Compare two images without uploading themBoth source images stay in this browser tab.
Add two images to create a comparison.
Guides
Read the practical guides
Primary and official references used on this page.
01
How the image comparison tool creates a fair review frame
image comparison tool — The same geometry powers side-by-side, slider, and pixel difference views
Choose one original and one revised picture. The image comparison tool decodes both files locally, calculates a shared frame, and scales each source with a contain fit so neither one is cropped. This gives every mode the same visual baseline even when the source dimensions or aspect ratios are different.
image comparison tool — Side-by-side mode is best for broad composition changes. Slider mode overlays the two normalized frames and reveals the revised image up to the selected divider. Difference mode reads the RGBA pixels from both frames, compares their color channels, and highlights pixels whose average channel change is greater than the threshold you set.
A difference percentage is a measurement of the normalized review frame, not a judgment about quality or meaning. Resizing, compression, anti-aliasing, color profiles, and a one-pixel alignment shift can all change many pixels. Use the image comparison tool as visual evidence, then inspect the source files and context before making a decision.
- image comparison tool — Use side-by-side mode for layouts, products, renovations, and before/after storytelling.
- image comparison tool — Use the draggable slider to inspect the same area in two versions.
- image comparison tool — Use difference mode to locate changed pixels, not to infer why they changed.
- image comparison tool — Export the current view as a PNG with the chosen labels included.
| Mode | Best for | Output geometry | Measurement |
|---|---|---|---|
| image comparison tool — Side by side | Broad visual review | Two equal frames | No pixel score |
| image comparison tool — Slider | Before and after inspection | One overlaid frame | Divider position |
| image comparison tool — Difference | Changed-pixel location | One heatmap frame | Threshold and changed-pixel percentage |
02
image comparison tool — Choose an image comparison mode for the question
image comparison tool — A visual story and a pixel audit need different views
image comparison tool — For an online listing, a horizontal or grid merge image can place the front, side, detail, and scale views in one file. For support, a vertical composition can keep an error message and the steps that produced it in chronological order. For design reviews, spacing and a neutral background can make alternatives easier to scan.
03
image comparison tool — Keep private pictures inside the browser
image comparison tool — Local File and Canvas APIs avoid a processing upload
image comparison tool — When you merge image files here, the browser reads the selected files through standard web file capabilities, decodes them for a local canvas, and creates the export on the same device. The interface does not need a paid image service, a remote processing queue, or an account database. Network inspection can therefore confirm that the originals are not uploaded by the tool.
04
image comparison tool — Export a readable comparison result
image comparison tool — Labels, background, and frame geometry remain visible
image comparison tool — PNG is a strong default for screenshots, interface captures, text-heavy graphics, or any merge image output that needs transparency. JPEG usually creates a smaller file for photographs and lets you choose a quality level. WebP can balance size and visual fidelity in browsers and publishing systems that accept it.
05
How this image comparison tool is verified
image comparison tool — Official browser APIs and reproducible pixel fixtures
image comparison tool — The implementation follows documented browser primitives rather than an opaque image endpoint. MDN documents createImageBitmap() as an asynchronous way to create a bitmap from image sources, while canvas.toBlob() creates an encoded Blob from canvas content. The W3C File API defines the file objects exposed by a browser file picker.
06
image comparison tool — Start the image merge guide with the reading order
image comparison tool — Layout follows the story the images need to tell
image comparison tool — A useful image merge guide begins with sequence rather than decoration. Horizontal layouts work when the reader compares items at once. Vertical layouts work for steps. Grids make repeated items equally scannable, while smart stitch joins consecutive scrolling screenshots when a stable repeated band can be detected.
image comparison tool — Before combining files, rename or sort them in the intended order and confirm that rotations are correct. The queue in the tool is the source of truth for output order. This small check prevents the most common failure: a technically valid image that tells the story backward.
image comparison tool — Sizing is the next decision. Natural size protects original pixels but can create an uneven edge. Matching width helps a vertical sequence, matching height helps a horizontal comparison, and equal cells produce a regular grid. The best choice depends on what must remain legible.
Last verified · 2026-08-04
Product facts
Primary and official references used on this page.
- All decoding, arranging, and encoding runs locally in the current browser; the product sends 0 image files to a MergeImage server.
- A workspace accepts up to 30 images and 20 MB per file. A device-aware canvas budget up to 12,000 px / 80 MP scales oversized output by default or keeps full size in a segmented ZIP.
- The verified build offers 4 layouts and 3 export formats: PNG, JPEG, and WebP, checked on 2026-08-03.
| Product facts | Sources | Last verified |
|---|---|---|
| 30 | Product facts | 2026-08-04 |
| 20 MB | Product facts | 2026-08-04 |
| 12,000 px / 80 MP | Product facts | 2026-08-04 |
“The HTMLCanvasElement.toBlob() method creates a Blob object representing the image contained in the canvas.”
Sources
- Window: createImageBitmap() — MDN Web Docs
- HTMLCanvasElement: toBlob() — MDN Web Docs
- CanvasRenderingContext2D.getImageData() — MDN Web Docs
- File API specification — W3C
Frequently asked questions
Does the image comparison tool upload my pictures?
No. File selection, bitmap decoding, canvas drawing, pixel reading, comparison, and PNG export run in the current browser tab.
image comparison tool — What does the changed-pixel percentage mean?
It is the share of pixels in the normalized frame whose average red, green, and blue channel change exceeds the selected threshold.
image comparison tool — Can I compare images with different sizes?
Yes. Each image is proportionally contained inside the same frame. Empty frame space uses the selected background color.
image comparison tool — Which mode should I use for before and after photos?
Start with the slider for the same subject and viewpoint. Use side by side when the framing differs, and difference mode for aligned technical checks.
image comparison tool — Can I download the comparison?
Yes. The current side-by-side, slider, or difference view can be exported as a PNG with the visible labels.