I am creating an android Application that will add effect on Bitmap.
Is there any library for generating effects on bitmap?
Please provide me a sample or a link .I search on google and also on stackOverflow but i
couldn’t find any thing helpfull.
thankx in advance
As far as I can tell, you need to create your own filter / effect code. There’s no library at the moment.
I’ve created application like instagram that have several filters. To do this, I have to manually build the filter by reading online photoshop tutorials as well as academic papers related to it.
Here’s some resources that might be useful for you: