From f1d7257029468ff093bfec89e783bfa37b421cc0 Mon Sep 17 00:00:00 2001 From: Jules Date: Fri, 24 Jul 2015 11:00:14 -0400 Subject: ignore joins parts quits nicks --- js/photo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/photo.js') diff --git a/js/photo.js b/js/photo.js index 566a50d..ae4558e 100644 --- a/js/photo.js +++ b/js/photo.js @@ -154,7 +154,7 @@ var Photo = (function(){ pixel[1] = data[t+1] pixel[2] = data[t+2] pixel[3] = data[t+3] - // if (Photo.denoise) { denoise_pixel(data, w, h, x, y, pixel, Photo.denoise) } + if (Photo.denoise) { denoise_pixel(data, w, h, i, j, pixel, Photo.denoise) } row[j] = closest_to(pixel) } } -- cgit v1.2.3-70-g09d2