0
我選擇一張PhotoChooserTask圖片,我想從這張圖片中獲得元數據(longitute,latitude,device,etc)。我怎樣才能做到這一點 ?如何在windows phone上獲取圖片元數據?
我的代碼:
void photochoosertask_Completed(object sender, PhotoResult e)
{
BitmapImage bmp = new BitmapImage();
bmp.SetSource(e.ChosenPhoto);
im.Source = bmp;
//get metadatas ?
}
有建議在這裏http://stackoverflow.com/questions/13722898/read-exif-data-from-image-on-wp – keyboardP
這裏已經回答以及:http://stackoverflow.com/questions/4661825 /窗口電話-7-圖像的元數據 –