aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-03-19 21:02:02 -0400
committerBobby <[email protected]>2022-03-19 21:02:02 -0400
commitfce830d22c88304f2aa4ece29aa112a51ef224ba (patch)
tree79ffcfaaf5abe4f77aa249fba7d5974a1b334d71
parent6b39a4fe480f38fc207125a4057714a1c87c9010 (diff)
downloadluciferreeves.github.io-fce830d22c88304f2aa4ece29aa112a51ef224ba.tar.xz
luciferreeves.github.io-fce830d22c88304f2aa4ece29aa112a51ef224ba.zip
change about picture
-rw-r--r--static/assets/js/pages/about.js2
-rw-r--r--static/images/me.jpegbin109737 -> 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
index 5b0792b..935b1c3 100644
--- a/static/images/me.jpeg
+++ b/static/images/me.jpeg
Binary files differ