Skip to content

Commit

Permalink
remove similar pixels from delta image
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Sep 30, 2024
1 parent c2d5b02 commit 34dbee4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ internal object OffByTwo : Differ {

if (abs(deltaR) <= 2 && abs(deltaG) <= 2 && abs(deltaB) <= 2) {
similarPixels++
deltaImage.setRGB(expectedWidth + x, y, newRGB)
continue
}

Expand Down

0 comments on commit 34dbee4

Please sign in to comment.