iOS Android中的CoreImage即时照片效果,如何制作?

iOS CoreImage Instant photo effect in Android, how to make it?

我是 Android 的新手,我想在 Android 上过滤具有即时照片效果的图像,例如 iOS 可用的 CIPhotoEffectInstant:https://developer.apple.com/library/ios/documentation/GraphicsImaging/Reference/CoreImageFilterReference/#//apple_ref/doc/filter/ci/CIPhotoEffectInstant

我找到了很多关于灰度、伽马校正、棕褐色等的教程,但没有找到关于最常用的照片滤镜 Instant 的教程。 关于如何在 .java?

中构建它的任何想法

谢谢!

或许您可以通过了解某些 android 照片库中的滤镜应用方法来学习如何应用滤镜。

去图书馆看看,PhotoFiltersSDK:

PhotoFiltersSDK aims to provide fast, powerful and flexible image processing instrument for creating awesome effects on any image media.