I'm a newbie with Android and I would like to filter an image with Instant photo effect on Android, like the CIPhotoEffectInstant that's available for iOS: https://developer.apple.com/library/ios/documentation/GraphicsImaging/Reference/CoreImageFilterReference/#//apple_ref/doc/filter/ci/CIPhotoEffectInstant
I've found many tutorials about grayscaling, gamma correction, sepia, etc, but nothing about the most used photo filter, Instant. Any idea about how to build it in .java?
Thanks!