c# - 使用 WinRT api Windows 8 Metro 应用程序实现图像处理效果?

标签 c# visual-studio windows-8 microsoft-metro windows-runtime

需要在 WinRT API 中实现模糊、黑白、双指缩放等图像处理效果。我的方法一直是从 WritableBitmap Image 对象获取像素并对其应用更改。但正如我在 WinRT WritableBitmap 中发现的那样,不提供任何方式来访问单个级别的像素。 人们建议的其他方法是实现直接 X,然后使用它进行应用。但是为此,我需要使用我零经验的 C++ 进行编码。

任何人都可以建议一些其他方法来在 C# WinRT api 中做同样的事情吗?

最佳答案

我们在互联网上搜索了支持原生 WinRT 的编程工具包。我们发现 leadtools WinRT 模块支持许多功能,包括图像处理。有关详细信息,请参阅以下链接: http://support.leadtools.com/CS/forums/41843/ShowPost.aspx

关于c# - 使用 WinRT api Windows 8 Metro 应用程序实现图像处理效果?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9541706/

相关文章:

visual-studio - Visual Studio 2017 cordova 没有构建 apk

c# - InjectTouchInput Windows 8 C# 不工作(返回 false)

c# - 当参数不为空 Npgsql 时,在 linq 查询中包含 where 子句

c# - 模式匹配 - if block 之外范围内的变量

c# - 已注册服务中的 Autofac 属性注入(inject)

c++ - Winrt/XAML/C++ : Get Color from String Value

c# - Visual Studio 2012 如何调试 "Unable to add reference to project x"错误?

c# - XAML 内联数据绑定(bind)不起作用;绑定(bind)作品背后的代码

c# - 有没有办法通过检索 MySqlDataReader boolean 值在 Visual Studio C# 中打开/关闭复选框?

visual-studio - Visual Studio : Is there a way to Perform a "Find in files" with one single shortcut?