Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Image processing WinRT从原始图像格式提取缩略图_Image Processing_Windows Runtime - Fatal编程技术网

Image processing WinRT从原始图像格式提取缩略图

Image processing WinRT从原始图像格式提取缩略图,image-processing,windows-runtime,Image Processing,Windows Runtime,我的Windows Phone(8.1)上有一张原始图像(来自诺基亚D5000,扩展名为so.NEF) 我想写一个程序,获取图像并从原始图像格式获取嵌入的JPG文件。我还需要处理任何原始文件,所以来自其他相机的文件扩展名也必须工作 有没有WinRT的现有库?我搜索了WinRT,但没有找到任何内容。WinRT for Windows Phone不包含解析图像格式所需的原始编解码器。因此,操作和使用原始文件的唯一方法是将第三方库(如dcraw)转换为窗口运行时组件

我的Windows Phone(8.1)上有一张原始图像(来自诺基亚D5000,扩展名为so.NEF)

我想写一个程序,获取图像并从原始图像格式获取嵌入的JPG文件。我还需要处理任何原始文件,所以来自其他相机的文件扩展名也必须工作


有没有WinRT的现有库?我搜索了WinRT,但没有找到任何内容。

WinRT for Windows Phone不包含解析图像格式所需的原始编解码器。因此,操作和使用原始文件的唯一方法是将第三方库(如dcraw)转换为窗口运行时组件