question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pixelated Image Rendering in 11 Preview 8

See original GitHub issue

Describe the bug

When rendering images in Preview 8, they appear pixelated compared to the previous versions where they were smooth.

Preview 8 image

Preview 7 image

To Reproduce

  1. Add an image as an Avalonia Resource.
  2. Reference the image as the source of an Image control.
<Image Source="../Assets/Logos/avalonia.png"/>

Desktop:

  • Windows
  • Version 11 Preview 8

Issue Analytics

  • State:closed
  • Created 4 months ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
TomEdwardsEnscapecommented, May 11, 2023

If I run my window on a screen with a different DPI from the one the window was designed for, then all images are altered (scaled) all the time. And they look terrible with the new default scaling.

Luckily it’s easy enough to work around this globally by setting the interpolation mode whenever any window opens. But I find it strange that I have to do that.

0reactions
adirh3commented, May 13, 2023

I agree with the above, not sure why this change was made but I think it should be enabled by default like before.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Internet Explorer 11 image pixelated - css
I've just modified some parts of the code from the similar issue thread(IE thumbnail pixelation when high resolution image is set to small ......
Read more >
Video preview is turning out very pixelated, even after ...
Video preview is turning out very pixelated, even after rendering smooth playback? ... Its fine when paused, and doesn't effect the final product, ......
Read more >
Photos app often displays sharp images as somewhat ...
IT HAS A FLAW IN RENDERING PICTURE SHARPNESS. This bug has been there since Windows 8. Basically it often (but not always) shows...
Read more >
Photoshop not rendering Image correctly
Hi guys, today I started working on a big project (in pixel dimensions). My file is 100x100cm with 300 dpi (around 11.000x11.000px).
Read more >
Why is Vector Artwork Pixelated in Illustrator? (Pixel Preview)
Learn why crisp, vector artwork may appear pixelated in Illustrator. Details below... Within the View menu is the toggle, Pixel Preview.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found