You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though resizetizer generates scaled PNGs, they are then "resized" to match this 108 value, which does not seem correct, as the .png files themselves have a different sizing
The text was updated successfully, but these errors were encountered:
MartinZikmund
changed the title
Splash screen seems blurry
[Android] Splash screen seems blurry
Mar 24, 2024
After further review there isn't much to be done here. This seems to be working as expected. I'm closing this as being replaced by Issue #258 that @MartinZikmund referenced.
After generating a Splash Screen with Resizetizer, it seems the result is blurry.
I think the cause might be this line:
https://github.com/unoplatform/uno.resizetizer/blob/4930260305aa93e927a35c14b3891a5caa80e07a/src/Resizetizer/src/GenerateSplashAndroidResources.cs#L42C3-L42C41
Even though resizetizer generates scaled PNGs, they are then "resized" to match this
108
value, which does not seem correct, as the.png
files themselves have a different sizingThe text was updated successfully, but these errors were encountered: