image Effect android using GPUImage

admin

Administrator
Staff member
I am not even aware of Image Effects, I am trying to use Image filter to one image on which i have done with Drawing. For Drawing i have used DrawingView but now for effect i googled it and i have came to know that it can b apply using GLSurfaceView, ImageView, etc but i dont know

<strong>[FIRST QUESTION]</strong>

it can be apply to DrawingView?

Now i have tried GPUImage i found some code from github but not worked for me because i dont even know how i works

<strong>[SECOND QUESTION]</strong>

Steps to use GPUImage for image effects?

i have reffered this examples:

<a href="https://xjaphx.wordpress.com/learning/tutorials/" rel="nofollow noreferrer">https://xjaphx.wordpress.com/learning/tutorials/</a>
(this is not using GPUImage but somehow main goal is image effect)

<a href="http://www.java2s.com/Code/Jar/g/Downloadgpuimagelibrary110sourcesjar.htm" rel="nofollow noreferrer">http://www.java2s.com/Code/Jar/g/Downloadgpuimagelibrary110sourcesjar.htm</a>
(Download Library from Here - ver- 1.1.1)

<a href="http://grishma102.blogspot.in/2013/10/apply-effects-on-image-using-effects.html" rel="nofollow noreferrer">http://grishma102.blogspot.in/2013/10/apply-effects-on-image-using-effects.html</a>
(Nothing happning to image when clicking menu)

<a href="https://github.com/CyberAgent/android-gpuimage" rel="nofollow noreferrer">https://github.com/CyberAgent/android-gpuimage</a> (What is that i did not understand: code? then why Library folder is there?)

<strong>already asked questions but not worked</strong>

<a href="https://stackoverflow.com/questions/4851629/how-to-apply-effects-to-camera-images">How to apply effects to camera images?</a>
(Complex for me)

<a href="https://developer.android.com/reference/android/graphics/package-summary.html" rel="nofollow noreferrer">https://developer.android.com/reference/android/graphics/package-summary.html</a>
(Theory)

<a href="https://stackoverflow.com/questions...e-when-state-change-using-gpuimage-in-android">https://stackoverflow.com/questions...e-when-state-change-using-gpuimage-in-android</a>

<a href="https://stackoverflow.com/questions/9043533/how-to-add-image-effects-in-android">How to add image effects in android ?</a>

and many more available but i dont know how to do that.. Anybody can suggest something better.. Thanks in Advance.