Open bub-bl opened 2 days ago
not sure what you expect it to look like
have you used trilinear image rendering? it usually gives the best sharpness for me
In web, the image have always a good quality even you scale down it
Im have already used skiasharp and it does a bad job about texture output quality
There is no way on your side to increase the texture quality or something like that ?
We have the exact same problem with text that have a small size, the text goes unreadable
have you used trilinear image rendering? it usually gives the best sharpness for me
Image rendering mode change anything I have tried all mode and i always get a blurred image
Same with text with a small size
Describe the bug
When using any image with cover or contain mode, the image lose its quality by half, so the image seem to be blurred. I have tried all
image-rendering
property but no one give a good quality resultTo Reproduce
Add an image and look at its quality when playing with cover or contain mode:
background-size: conver;
Expected behavior
The image should keep its quality when resizing them
Media/Files
background-size: auto;
// good qualitybackground-size: cover;
// bad qualityAdditional context
No response