Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

open source image filter library like Instagram? [closed]

I am developing an application(android) that want to do some image filter effect like in Instagram, just wondering if there is any open source library available?

like image 381
Bin Chen Avatar asked Nov 27 '12 03:11

Bin Chen


People also ask

Are Instagram filters open source?

InstaFilters is an (almost) fully fledged open sourced implementation of Instagram's real-time filters view controller. It implements all of Instagram's 17 real-time filters, including Sierra, the latest one.

Is Instagram getting rid of filters?

Meta, Instagram's parent company, had removed augmented reality effects, like filters and avatars, within state lines after a lawsuit was filed by Texas Attorney General Ken Paxton.


2 Answers

You can take a look at Androids Effects package. The source of this class is available.

like image 58
Kenny C Avatar answered Sep 22 '22 03:09

Kenny C


You can use a library GPU image processing. use this link https://github.com/CyberAgent/android-gpuimage

like image 32
shailesh Avatar answered Sep 19 '22 03:09

shailesh