How to Reduce Size of Image in windows phone

前端 未结 4 1581
说谎
说谎 2021-01-23 09:55

I am trying to port my app in windows phone . i have to upload an image on server So it is in small Size For uploading i have done this thing in Widows Successfully but problem

4条回答
  •  不思量自难忘°
    2021-01-23 10:13

    You should use WriteablBitmap to reduce size of image. WriteablBitmap has number of methods for images in windows phone Here is more about writeablebitmapex.

提交回复
热议问题