FormularSumo / Star-Wars-Galaxy-Collection-Web

Website version of the game hosted on GitHub Pages
https://formularsumo.github.io/Star-Wars-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 1 week ago

FormularSumo commented 1 week 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)