-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
highDPI support for profile picture #3514
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
Comments
The fix here should be pretty simple. The image is pulled from Gravatar with |
@silverwind this would only fix the issue with Gravatar. A fix for "Use Custom Avatar" is also necessary (f.e. by saving the uploaded image in a higher resolution). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
Unfortunately I don't have a highDPI screen anymore to test this. |
I think this has been resolved. @silverwind Could you help to confirm? |
Yes, all avatars on the UI are rendered with |
6eaeb01
[x]
):Description
A high resolution avatar is pixelated on highDPI displays (f.e. https://gitea.hibiki.eu/suntorytimes on a 4K UHD 32" display)
Offer/allow higherDPI profile pictures or SVG graphics.
To reproduce the bug it is necessary to set the highDPI scaling (f. e. on Gnome with Scale 200% in Displays settings) and use a profile with a high resolution avatar (https://gitea.hibiki.eu/suntorytimes)
Screenshots
maybe you have to enlarge the screenshots to see the difference. To see the high resolution on a regular screen it is best to visit my profile page https://gitea.hibiki.eu/suntorytimes

Screenshot with highDPI:
Screenshot with normal DPI:

The text was updated successfully, but these errors were encountered: