Rahul Mandaliya
Rahul Mandaliya
thanks @wysaid. Issue solved by implementing setIntensity in CGEMoreCurveTexFilter with changing fragment shader.
Now, The new problem arrives with multiple filter. Step 1 : First assume above filter list, then apply that filter Now if i want to change particular filter, let example...
Yah, but where i can replace already added curve filter string to new curve filter string.
@wysaid i tried but no result, do you have some reference where i can replace new filter with the already applied filters( in multiple filter list )
Same issue here, already initialized in Application class and application class referenced in Android Menifest, but some how its generate issue.
its not problem in library i used many times there is no memory issue. issue is that you are missed in your code if can paste your code here i...
if you just want to add effects in to image you can try GPUImage in android by CyberAgent its great and useful libs for image processing. On 25 June 2016...
There is no solution for Image Croping, so i made handy code for this. Before you setting image to GPUImageView follow bellow steps step 1: Get Width and Height of...
@ShreyashPromact GPU Scale Image Bitmap to Its Frame Size so you cannot get original bitmap height and width, you can check this adjustment in class GPUImage.java and methods are getOutputWidth()...