diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/assets/js/pages/about.js | 2 | ||||
| -rw-r--r-- | static/images/me.jpeg | bin | 109737 -> 104100 bytes |
2 files changed, 1 insertions, 1 deletions
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 Binary files differindex 5b0792b..935b1c3 100644 --- a/static/images/me.jpeg +++ b/static/images/me.jpeg |
