I am not having any idea of how to apply different effect on Image,
I have seen the EffectFactory class and Effect class in effect class there is one method apply but I am not sure what to pass in inputTexId and optputTexId, and from where I get the new updated image, how to store the updated image in imageView,
Please help me with how to approach this problem. Is there any opensource library available for providing effects on Image.
Thanks,
A filter will alter the underlying structure of the path it is applied to. An effect only changes the appearance of the path.
Android provides Bitmap class to handle images.
You can also try this project it handle a number of Bitmap Processing
Filters :-
Since it is in Java and does pixel label processing, it is not as fast as most C++ based library out there but it work great if bitmap size is not very big eg thumbnails.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With