Rendering quality of images seems rather low. This issue is quite noticable when comparing side-by-side, and readability of small text is rather bad.
Image (left is windows image viewer, right is avalonia (rendering a bitmap on an image control)

If there are any other solutions that will improve image quality, I'd love to hear. Thank you in advance!
Does this happen with Skia and DirectX backend?
Also check things like if Stretch is on
But I agree we need to improve this.
Duplicate of #1592
We'll need to fix the image interpolation on all backends and implement a RenderOptions API for users.
@gillibald tried every back end thay didn't crash on my windows machine, little to no difference
Just had a quick look on how we can control scaling with both backends. Will create some prototype for it.
Most helpful comment
Just had a quick look on how we can control scaling with both backends. Will create some prototype for it.