如何在iOS上添加照片效果

发布于 2024-11-24 18:01:35 字数 93 浏览 6 评论 0原文

如何在 iOS 上为照片添加效果(例如 lomo)?

为了简单起见,我想尝试制作一个类似于那些摄影应用程序的iPhone应用程序,并且我想要一个教程来开始。

How do I add effect (e.g. lomo) to a photo on iOS?

To make it simple, I wanna try to make an iPhone app which is similar to those photography apps, and I want a tutorial to start with.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

信仰 2024-12-01 18:01:35

由于 iPhone 中不存在 coreImage 框架(至少到 iOS 4.0),因此您必须手动进行图像过滤。您必须迭代图像中的每个像素并对其进行处理。此主题讨论了 iphone 中的各种图像过滤效果,非常有用..这些家伙说他们成功地将 imageMagick 移植到 iOS,但我从未尝试过。.此外,我还问了关于在 iOS 中实现宝丽来滤镜的问题,虽然没有得到很好的答案,但问题本身可能会有所帮助..

As coreImage framework is not present in iphone (atleast upto iOS 4.0), you will have to do image filtering by hand..You have to iterate through each pixel in an image and work on it..This thread discussed about various image filtering effects in iphone and is very useful..These guys say they are successful in porting imageMagick to iOS but I never tried that..Also I asked a question about implementing polaroid filter in iOS, though it didnt get a good answer, the question itself might be helpful..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文