本文提供的代码是相对简单的、使用GD的图像处理算法。
The code presented here is a relatively simple image processing algorithm using GD.
代码要求使用版本r4b或更高版本,因为在之前的NDK版本,Android NDK没有图像处理功能。
The code requires version r4b or later because the image handling capabilities of the Android NDK are not available in prior releases of the NDK.
这就是在图像处理应用程序中需要做的事情,我根据著名的法国画家 Georges-Pierre Seurat 将它命名为 Seurat(参见 下载 获取完整的示例代码)。
This is what I'll do in my image-processing application, which I call Seurat after the famous French painter Georges-Pierre Seurat (see Download for the full sample code).
应用推荐