cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
9k stars 2.27k forks source link

Any way to provide image filter in a horizontal scroll view like instagram? #110

Open alvin0401 opened 10 years ago

alvin0401 commented 10 years ago

Any reference or direction would be appreciated. Thanks.

UngureanEugen commented 10 years ago

https://github.com/ai212983/android-spinnerwheel , simple bind current item from wheel with switchFilter from android gpuimage-library

JesseScott commented 10 years ago

I've done something like this recently, based off of the code in this post: http://www.smashingmagazine.com/2013/02/01/android-carousel-design-pattern/

JesseScott commented 10 years ago

(this is really off-topic though, and shouldn't be posted here)

alvin0401 commented 10 years ago

Sorry if here is the wrong place to place my question.

Thanks kernelheart and JesseScott. Suggestion from JesseScott seems more suit my needs and I am able to achieve my a beautiful scroll view by following his demo coding.

JesseScott commented 10 years ago

FYI, it's not my original code... but good to know it helped.