Reputation: 651
I'm trying to find the Android library which allows (primary) to apply beauty filters to images, add blur for background, remove red eyes, etc. + standard features like cropping, etc. For cropping, for example - I found a solution, but for filters, blur, removing red eyes, it's almost impossible.
Can you suggest any libraries for that? Thank you.
Upvotes: 1
Views: 928
Reputation: 2039
You can try below libraries -
1 - Picasso
2 - PhotoFiltersSDK
3 - OpenCV
Features they provide -
and many more..
Upvotes: 2