Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile picture compression is excessive and should be done server-side #44

Open
5HT2 opened this issue Apr 7, 2022 · 0 comments
Open

Comments

@5HT2
Copy link
Contributor

5HT2 commented Apr 7, 2022

Noting this down so I don't forget, I feel that there's a few not-ideal things about the people profile picture system

  • Images are very compressed and downscaled (this is excessive especially considering there's only 4 profiles)
  • Storing only the compressed version isn't ideal, preferably storing the original and a slightly compressed version to serve (and link to the original when someone wants to expand it
    • To add onto this, you're able to click profile pictures to expand the image. This is fairly useless when it loads the very small version of the image, as it's not any better quality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant