Skip to content

Commit

Permalink
Merge pull request #2714 from asturur/filter
Browse files Browse the repository at this point in the history
change remove white filter
  • Loading branch information
kangax committed Dec 27, 2015
2 parents 277ac96 + 60a63fa commit 929e4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/removewhite_filter.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
abs(r - b) < distance &&
abs(g - b) < distance
) {
data[i + 3] = 1;
data[i + 3] = 0;
}
}

Expand Down

0 comments on commit 929e4f8

Please sign in to comment.