In my application, i suppose to compress the image into 70% in Windows Store apps. I could find the following code snippet in the Windows Phone 8.
How do I compress an image on Windows Phone
In the above link, i can make use of the SaveJpeg method to do the compression with the mentioned quality. Precisely i need the same scenario in the Windows Store apps. I have to compress the given image stream into 70% quality. Is there any way to achieve this in the Windows 8 apps ?