Image processing 在WinRT上通过DirectX处理图像

Image processing 在WinRT上通过DirectX处理图像,image-processing,directx,windows-runtime,shader,Image Processing,Directx,Windows Runtime,Shader,我的朋友试图在WinRT上找到图像处理(旋转、翻转、缩放、裁剪)的最佳方法,但WriteableBitmapEx太慢(在Surface和WP8上测试)。 我认为,他必须使用WrRT+C++ DirectX来编写库,它将通过着色器处理图像并将其链接到主C项目,但是我们没有任何示例,也不知道如何做到这一点。 如果您不打算使用windows phone,Direct2D将适用于图像处理。否则,您必须使用Direct3D

我的朋友试图在WinRT上找到图像处理(旋转、翻转、缩放、裁剪)的最佳方法,但WriteableBitmapEx太慢(在Surface和WP8上测试)。 我认为,他必须使用WrRT+C++ DirectX来编写库,它将通过着色器处理图像并将其链接到主C项目,但是我们没有任何示例,也不知道如何做到这一点。 如果您不打算使用windows phone,Direct2D将适用于图像处理。否则,您必须使用Direct3D