Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in GPUImageContrastFilter in filterGroups (Urgent Help !!! ) #534

Open
wasim15185 opened this issue Aug 15, 2021 · 0 comments
Open

Comments

@wasim15185
Copy link

wasim15185 commented Aug 15, 2021

When slider value is less than 1.0f then white shadow is appearing out side of Image

<jp.co.cyberagent.android.gpuimage.GPUImageView
            android:id="@+id/photoViewId"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            app:gpuimage_show_loading="false"
            app:gpuimage_surface_type="texture_view"
            app:layout_constraintBottom_toTopOf="@+id/sliderId"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintStart_toStartOf="parent"
            app:layout_constraintTop_toTopOf="parent" />

in Code

private val scaleType = GPUImage.ScaleType.CENTER_INSIDE;

binding.photoViewId.setScaleType(scaleType)

When Slider value is <1.0f less then occur the problem only GPUImageContrastFilter

Preview 1 (in Video)
preview 2

Preview 2

@wasim15185 wasim15185 changed the title Problem in GPUImageContrastFilter in filterGroups Problem in GPUImageContrastFilter in filterGroups (Urgent !!! ) Aug 16, 2021
@wasim15185 wasim15185 changed the title Problem in GPUImageContrastFilter in filterGroups (Urgent !!! ) Problem in GPUImageContrastFilter in filterGroups (Urgent Help !!! ) Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant