我想從jpg圖像中提取exif數據。 ExifLib似乎是一個很好的選擇來簡化這件事,所以我通過NuGet安裝它。 我又試圖使用示例代碼here上手(註釋掉的消息框代碼現在): using (ExifReader reader = new ExifReader(@"C:\temp\testImage.jpg"))
{
// Extract the tag data using the
我只需要在Windows Phone 7.1項目中使用ExifLib.dll。我試圖從的NuGet安裝包,我得到一個兼容性錯誤: Could not install package 'ExifLib 1.3.0.0'. You are trying to install this package into a project that targets 'Silverlight,Version=v4