iPhone为图像添加效果
请告诉我是否有苹果库或 3party 库可用于向图像添加效果,例如棕褐色灰度发光漫画书彩色铅笔等。
Please tel me if there are apple libraries or 3party libraries available for adding effects such sepia greyscale glow comic book color pencil etc to images.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我想这可以帮助你:
http://code.google.com/p /simple-iphone-image-processing/
http://sourceforge.net/projects/photoshopframew/< /a>
https://github.com/esilverberg/ios-image-filters
I guess this could help you :
http://code.google.com/p/simple-iphone-image-processing/
http://sourceforge.net/projects/photoshopframew/
https://github.com/esilverberg/ios-image-filters
Apple(据我所知)目前没有发布任何适用于 iOS 的图像处理/操作库……但是,当 SDK 5.0 发布时,情况可能会发生变化。
就第 3 方图像效果库而言,我唯一能够找到的是:
http://code.google.com/p/simple-iphone-image-processing/
这是一个很好但相当基础的库,具有边缘检测、模糊和黑白等简单效果。
Apple (as far as I know) does not have any image processing/manipulation libraries for the iOS released at the moment ... however this may change when SDK 5.0 is released.
As far as 3rd party image effect libraries the only one I have been able to locate is:
http://code.google.com/p/simple-iphone-image-processing/
which is a good but rather basic library with simple effects like edge detection, blur, and black and white.
您还可以使用这个:Filtrr for iOS
You could also use this one: Filtrr for iOS
以下 github 源代码中提供了 50 多个过滤器...只需按照说明集成到您的项目中即可。github 链接为
More than 50 filters are available in the following github source code....just follow the instructions to integrate in your project.github link is here .