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
{{ message }}
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
and I can't understand why, because it all the same as yours(which is perfectly works!). I will appreciate if you will help me understand what I'm doing wrong.
The text was updated successfully, but these errors were encountered:
Ah. I posted it and almost instantly found an issue. GPUImage2 doesn't has implementation of ToneCurveFilter, so I used this one from PR. However seems it has bug and it doesn't work in my filter. For now my solution was to use lookup table with predefined tone curves.
I'm working on implementation this filter with GPUImage 2. Here is small demo. However I stuck on applying all filters to
CompositingFilter
.From what I can see in my implementation interpolation of
image
andtoneCurvedImage
in some reason doesn't work. In this shaderand I can't understand why, because it all the same as yours(which is perfectly works!). I will appreciate if you will help me understand what I'm doing wrong.
The text was updated successfully, but these errors were encountered: