From fce830d22c88304f2aa4ece29aa112a51ef224ba Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 19 Mar 2022 21:02:02 -0400 Subject: change about picture --- static/assets/js/pages/about.js | 2 +- static/images/me.jpeg | Bin 109737 -> 104100 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/assets/js/pages/about.js b/static/assets/js/pages/about.js index a40fe09..89da329 100644 --- a/static/assets/js/pages/about.js +++ b/static/assets/js/pages/about.js @@ -13,7 +13,7 @@ img1.onload = function () { ctx.drawImage(img1, 0, 0); var pixelArr = ctx.getImageData(0, 0, w, h).data; - sample_size = 8; + sample_size = 3; for (let y = 0; y < h; y += sample_size) { for (let x = 0; x < w; x += sample_size) { diff --git a/static/images/me.jpeg b/static/images/me.jpeg index 5b0792b..935b1c3 100644 Binary files a/static/images/me.jpeg and b/static/images/me.jpeg differ -- cgit v1.2.3