Closed SiddharthRana closed 4 years ago
@SiddharthRana Not sure that its due to my library or problem is under the hood. I will have a look and let you know. For now you can check captureFrame with your image without react-native-gl-image-filters.
I still have this problem.. Has this issue been fixed?
I still have this problem.. Has this issue been fixed?
@dipeshkoirala21 nope, you can paste example of usage here I will take a look, but probably it cant be fixable inside lib as its only wrapper.
Hi, i am using gl-react, gl-react-native & react-native-gl-image-filters for setting saturation, contrast and brightness to my image. Following are the versions :
"gl-react": "^2.3.1", "gl-react-native": "^2.48.0", "react-native-gl-image-filters": "0.0.4"
The problem is when i try to load some large image in my image component inside surface, it is always black. Following is my code for it :
I am using preload as i have seen in many issues but its still not working. Maybe i am using preload wrong.
And for capturing the image :
The result of captureFrame is very low quality. 10mb images are processed to 1 mb. Any help would be appreciated.