Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DiffResult

The result of diffing two images.

Hierarchy

  • DiffResult

Index

Properties

Properties

Optional image

image: DiffImage

The output image visually representing the difference between two images.

pixels

pixels: number

The amount of pixels that didn't match.

totalDelta

totalDelta: number

A relative number which grows from 0 the higher the total difference between both images was. This also takes the color differences between individual pixels into account.

Generated using TypeDoc