问题描述
其实我在我的iPhone应用程序中添加图像处理功能它应该做亮度,对比度,锐化,曝光....
Actually I am adding Image Processing Feature in my iPhone Application It should do Brightness, Contrast, Sharpen, Exposure....
但是我无法找到互联网上的任何文章/教程。你能不能帮我找到任何教程或者告诉我如何实现基于iPhone View的应用程序。
But i am not able to Find any article/Tutorial on the Internet. Will you please help me to find any tutorial or tell me how can i implement the iPhone View Based Application.
我找到了1个链接它也适用于Brightness,但它不适用于iPad。
I have found 1 link http://www.iphonedevsdk.com/forum/iphone-sdk-development/10094-adjust-image-brightness-contrast-fly.html its worked also for Brightness but its not working on iPad.
所以建议我可以从我的图像处理逻辑开始。
So Suggest something that i can start with my Image Processing Logic.
谢谢
Rick Jackson
Rick Jackson
推荐答案
我个人喜欢Apple的示例代码中的GLImageProcessing项目中的方法。 。
I personally like the approach in the GLImageProcessing project from Apple's sample code. Check it out.
这篇关于iPhone中的图像处理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!