react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

Add Grayscale Option for Android in react-native-image-crop-picker

Open anasmassnaoui opened this issue 8 months ago • 2 comments

I’ve added a grayscale option to react-native-image-crop-picker for Android. When { grayscale: true } is passed as an option, the cropped image is displayed in grayscale, but the final output image remains unmodified (without grayscale applied).

This can be useful for apps that need to preview images in grayscale before applying further processing.

Implementation Details: • Grayscale effect is applied only during preview in uCrop. • The final cropped image remains in its original colors to maintain flexibility. • This patch currently supports Android.

react-native-image-crop-picker+0.42.0.patch

anasmassnaoui avatar Mar 29 '25 04:03 anasmassnaoui

Patch Updated!

anasmassnaoui avatar Mar 30 '25 06:03 anasmassnaoui