You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In My case, I use ImageView in the layout file on the filter apply so to capture a Bitmap set bitmap into Image View.
When changing Image Change Gpuimage & ImageView at the same time
GPUImage filterLoader;
ImageView view_filter;
// Inslize the View
view_filter = findViewById(R.id.view_filter); // Form your layout file
filterLoader = new GPUImage(this); // Just only in java code Not a child for any layout or View
//When filter apply change the Image
filterLoader.setFilter(new GPUImageGlassSphereFilter()); // Set Filter
Future Task
What is the motivation?
What kind of solution can be considered?
What do you want to discuss?
Please add relevant labels
Bug Reporting
Steps to Reproduce
Actual Results (include screenshots)
Expected Results (include screenshots)
URL
OS details
Please add relevant labels
The text was updated successfully, but these errors were encountered: