I need save png and gif images on Windows Phone 8 in "Saved Pictures". I use MediaLibrary, but the image is saved in jpg format. How can I solve this problem? Thanks
Asked
Active
Viewed 659 times
0
-
http://stackoverflow.com/questions/10359448/saving-png-image-to-isolated-storage-for-wp7 – Sajeetharan Apr 18 '14 at 09:40
-
Link to the image is stored in IsolatedStorage, and I need to "Saved Pictures" ... – Flash2048 Apr 18 '14 at 09:45
-
Look at Cimbalino toolkit – JTIM Nov 22 '15 at 10:14
1 Answers
0
Windows Phone does not allow to save .png and .gif image. It will automatically save it as .jpg. Not much you can do about it.
-
-
No, that must be done by using storyboard and animation by using sequence of images.because windows phone not allow users to store images in png or gif format through application. – Apr 18 '14 at 11:02
-
Nokia Cinemagraph makes export to gif http://www.windowsphone.com/en-us/store/app/nokia-cinemagraph/594477c0-e991-4ed4-8be4-466055670e69 – Flash2048 Apr 18 '14 at 11:47
-
@Flash2048 The platform does not provide native saving as png or gif, put there are other libraries out there that can provide this for you. – caschw Apr 22 '14 at 15:16