momentum-mod / website

Momentum Mod's main website.
https://momentum-mod.org
MIT License
55 stars 60 forks source link

Store Extra Large Images #907

Closed tsa96 closed 3 months ago

tsa96 commented 4 months ago

We decided a while back that we're going to support 2560x1440px as our large image size, and map submission form requires a 2560x1440 PNG, so we can resize to JPGs server-side using mozjpeg. Currently image DTOs store

We should also add an "XL" 2560x1440 version, and pick whether we download that in game UI and on the website based on display resolution. It's a bit more file storage (2560x1440 mozjpeg usually comes out around 1MB), but not much compared to other stuff we'll be storing, and well worth it for providing 2560x1440 images to users on larger screens. For reference, Steam Hardware Survey reports ~60% of users use 1920x1080 , whilst second is ~16% with 2560x1440, so it's by far the most common resolution besides regular old 1920x1080.