Avalonia: Rendering quality of images noticably lower than other solutions

Created on 14 Jul 2018  路  7Comments  路  Source: AvaloniaUI/Avalonia

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!

Most helpful comment

Just had a quick look on how we can control scaling with both backends. Will create some prototype for it.

All 7 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

khoshroomahdi picture khoshroomahdi  路  4Comments

grokys picture grokys  路  4Comments

Suriman picture Suriman  路  3Comments

TheColonel2688 picture TheColonel2688  路  3Comments

danwalmsley picture danwalmsley  路  4Comments