Where creation tools fall short

Editors are good at layers and retouching. Design tools are good at iteration. Grading tools are built around timelines.

Comparison is usually a side effect. You toggle layers. You squint. You rely on a single summary metric. You can see that something changed. You still cannot tell what it means.

Align images first

If one image is shifted, scaled, or cropped, a naive diff treats the images as completely different.

Aligning the images minimizes differences between matching pixels so the residual reflects actual change.

In practice there are four useful cases:

  • Top-Left. Overlap both images at the same top-left origin.
  • Find Smaller Image in Larger. Translate the smaller image to its matching position inside the larger image.
  • Scale Right to Left. Scale the right image to the left image’s size, then overlap.
  • Scale Left to Right. Scale the left image to the right image’s size, then overlap.
Find Smaller Image in Larger…

Look first. Choose the right view.

Once the images are aligned, the next question is not “how much did it change?” but “what kind of change is this?”

Start with a visual mode. You are trying to localize the change and understand its character before measuring anything.

  • Split or Side-by-side when you are not yet sure what changed.
  • Change Boxes when you want to quickly see where differences are concentrated.
  • Edge Difference when the question is layout, spacing, or shape.
  • Absolute Difference when you need exact per-pixel change.
  • Blurred Difference when pixel noise hides larger drift.
  • SSIM when you care about structural similarity.
  • Delta E when the question is visible color change.

Different modes answer different questions. There is no single “correct” diff.

Look first. Measure second.

Visual inspection tells you where to look. Metrics answer a narrower question about that area.

If you start with a metric, you get a number without context. If you start visually, you get a hypothesis you can test.

Make the call at 1:1

Overview first. Native pixels second.

At whole-image scale you catch composition drift, spacing issues, and large contrast shifts. At 1:1 you see whether the change is real, expected raster noise, or actual loss of detail.

Decisions made only on a fitted view are often wrong.

Use metrics for narrower questions

Metrics are not summaries. They are tools for specific questions.

  • Edge Difference for shape, contour, and layout changes.
  • Absolute Difference for exact per-pixel change.
  • Blurred Difference to suppress pixel noise and reveal larger drift.
  • SSIM for structural similarity, not exact equality.
  • Delta E for visible color fidelity.

Ask a narrower question before you reach for a metric. Otherwise the metric becomes a comfort object rather than evidence.

Resolve the change locally

Decisions are rarely global.

Once you know where to look, a small region is more informative than the full frame. A face, an edge, a highlight.

If a surface looks smoother, an edge softer, or a highlight clips, the question is not “did the image change?” but “what changed here, and is it acceptable?”

A practical review loop

  1. Align images so corresponding pixels match.
  2. Start visually (Split, Side-by-side, Crossfade) to understand the change.
  3. Localize using Change Boxes or inspection.
  4. Review at 1:1 to confirm what is actually happening.
  5. Use metrics only to answer a specific question.
  6. Make a local decision based on the area that changed.

Every step reduces ambiguity. Skipping steps introduces it.

What this is really about

Image comparison is not about detecting difference. It is about making a decision. The sequence is always the same: align, inspect, localize, verify, measure, decide.

ABDiff is built around that actual workflow: explicit alignment, visual comparison first, local inspection, analytical modes for narrow questions, and a final decision at 1:1.

It does not try to edit the image. It isolates one task: turning differences into decisions.

Read the image comparison manual