Android GPUImageView inverted

I am using Android GPUImage library for image processing. I have a main GPUImageView and a ListView (and RecyclerView) below it, which shows the same image as the main GPUImageView, but with all the different filters. The image in the ListView / RecyclerView is all flipped 180 degrees (upside down) and I have no idea why. I'm trying to set the XML rotation (android: rotation = "180") on a GPUImageView to XML, but the result is an empty GPUImageView. Here is my GPUImageView in XML:

      <jp.co.cyberagent.android.gpuimage.GPUImageView
        android:layout_width="match_parent"
        android:layout_height="80dp"
        android:layout_centerHorizontal="true"
        android:id="@+id/imageFilter"/>

      

+3
android image-processing


source to share


No one has answered this question yet

Check out similar questions:

3606
Close / hide Android soft keyboard
3295
Why is the Android emulator so slow? How can we speed up the development of an Android emulator?
3288
Correct use cases for Android UserManager.isUserAGoat ()?
2609
Is there a unique identifier for an Android device?
2510
How to persist android activity state by persisting instance state?
2097
Is there a way to run Python on Android?
1858
"Debug certificate expired" error in Android Eclipse plugins
1844
What is "Context" on Android?
1296
Reloading activity on android rotation
1152
Difference between gravity and layout_gravity on Android



All Articles
Loading...
X
Show
Funny
Dev
Pics