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
When set value
` gpuImage = GPUImage(requireContext())
gpuImage.setGLSurfaceView(bindingActivity.ivGpu)
gpuImage.setBackgroundColor(0f,255f,255f)
gpuImage.setScaleType(GPUImage.ScaleType.CENTER_INSIDE)
gpuImage.setImage(originBitmap)
val filter = GPUImageGaussianBlurFilter()
gpuImage.setFilter(filter)`
The background is always black, when no filter is used, GLSurfaceView automatically crop the image for it, but when any filter is set, GLSurfaceView will replace the blank color as black
The text was updated successfully, but these errors were encountered:
Bug Reporting
When set value
` gpuImage = GPUImage(requireContext())
gpuImage.setGLSurfaceView(bindingActivity.ivGpu)
gpuImage.setBackgroundColor(0f,255f,255f)
gpuImage.setScaleType(GPUImage.ScaleType.CENTER_INSIDE)
gpuImage.setImage(originBitmap)
The background is always black, when no filter is used, GLSurfaceView automatically crop the image for it, but when any filter is set, GLSurfaceView will replace the blank color as black
The text was updated successfully, but these errors were encountered: