From 8ae7fee64a0dd6e1bf11802c06688b14ab39b8f0 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 12 May 2023 20:44:28 -0500 Subject: [PATCH] Update README, store images in img/ + .gitignore'd --- .gitignore | 3 ++- README.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3a52e8c..d05a7b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea test -.env \ No newline at end of file +.env +img/* \ No newline at end of file diff --git a/README.md b/README.md index da6f451..958a1e0 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,9 @@ So, as it stands now, the issue is solved by being efficient (only targeting pix This was just a small one-day project to mess around with the site, but in the case that it grabs someone's attention, or if I really want to work on it in the future, here are some improvements to try for: +- Deploying on Gigabit cloud servers + - I never thought about it, but hosting the processor online would allow much faster network speeds. This would move the + bottleneck from processing & error handling to network speed - why bother with careful optimization of packets and pixels when you can just paint the entire image in seconds? - Use numpy, CPython or some kind of compiled processing libraries to speed up the processing. - I have very little practice in this space, so getting some would definitely be fun to learn! - Optimize transfers using 2x2 pixels