question

Nimalika-6845 avatar image
0 Votes"
Nimalika-6845 asked NicoZhu-MSFT commented

UWP app image Quality issue

Hi,

We need to show images in our UWP app. But in UWP app it does not have the same image quality that we can see in Windows Photo Viewer. What should we do to get the same quality.?

 <Image Source="Assets/example.jpg"/>

Please check the attached image. In Photo viewer the fonts are more sharp and clear.
124887-uwp-app-image-quality-issue.png

Thanks.


windows-uwp
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Please refer to document here. If you don't set Width and/or Height, and leave the image as its natural size, the Stretch property for the image can control how the image source file will fill the space you specify as Width and Height. The default Stretch value is Uniform, which preserves aspect ratio when it fits the image into a layout container. please try to use UniformToFill Stretch property


0 Votes 0 ·

0 Answers