ratingsose.blogg.se

How to resize a picture on windows 10
How to resize a picture on windows 10











how to resize a picture on windows 10

I have modified the code from the above mentioned link, and have a hack which works for my specific need. Has anyone had any luck being able to resize (scale down) images in Windows 10? My application will be processing images from multiple sources, in different formats/sizes, and I am trying to resize the actual images to save space, rather than just letting the application size it to fit the Image in which it is being displayed. I have tried using the BitmapImage class from Windows.UI. instead, but it does not seem to offer the functionality that was found in System.Drawing. However, that project uses the System.Drawing libraries, which are not available to Windows 10 applications. I have used the code from to resize images programmatically.













How to resize a picture on windows 10