FormularSumo / Galaxy-Collection-Web

Love.JS Web port of https://github.com/FormularSumo/Galaxy-Collection hosted on GitHub Pages
https://formularsumo.github.io/Galaxy-Collection-Web/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Background blurring sometimes has strange visual artifacts #12

Open FormularSumo opened 2 months ago

FormularSumo commented 2 months ago

iOS it has rings and weird compression - quite noticeable IMG_0466 Chrome+Firefox Android has some mild patterning - less noticeable Screenshot_20240910-233207 Screenshot_20240910-230550

Chrome, Firefox and Gnome Web on desktop are completely fine, so I'm thinking the issue on Android at least may just be due to #2. That effect is marginally worse on iOS so it's not impossible it's causing this issue as well.

Possible solutions: Fix #2, switch to a different background blurring algorithm (eg full Gaussian blur rather than quick, box blur, etc)