Compress and save base64 image on Windows Phone 8.1
问题 I have implemented the following solution to compress a base 64 image and get back the new base 64 string. It works fine in Windows Phone 8.0 but targeting Windows Phone 8.1 it seems that there are changes in the environment. The WriteableBitmap has no constructor for a BitmapImage and the WriteableBitmap has no function SaveJpeg . I know that SaveJpeg is an extension, is there a way to add this extension to Windows Phone 8.1? Or is there any API which I can use? What do I have to change to