image-comparer
Compare two image buffers in node
; ImageComparer ;
Processors
PIXEL // an unprocessed pixelMEAN_PIXEL // the mean of a 3*3 pixel neighbourhood
Comparators
// true if the percentage of difference between the RGBA values of two pixels is greater than the given pct // true if the percentage of difference between the greyscale value of two pixels is greater than the given pct
Comparison
pct: number; // percentage of change bounds: // bounds of change within image t: number; l: number; b: number; r: number; ; time: number; // time taken to compare in millis