GregoryNative / react-native-gl-image-filters

React-Native image filters using gl-react
MIT License
248 stars 35 forks source link

custom filter for black and white #19

Closed dipeshkoirala21 closed 4 years ago

dipeshkoirala21 commented 4 years ago

Hello everyone, i need to apply black and white filter to a image..There is no predefined filter for B & W.. Is there a way to create such filter?

GregoryNative commented 4 years ago

@dipeshkoirala21 hello. For black you can use saturation, but for white that is not yet available. Probably you are talking about luminance or exposure. I will add this filter in next release and ping you

dipeshkoirala21 commented 4 years ago

@GregoryNative Sure,Thanks. Is there other way to achieve it for the time being? yk, like combination of fliters like hue and sepia and some other?

GregoryNative commented 4 years ago

@dipeshkoirala21 That was not possible. But good news, it's available now in version 0.2.2. Please, use new exposure filter.