gre / react-native-view-shot

Snapshot a React Native view and save it to an image
https://github.com/gre/react-native-view-shot-example
MIT License
2.66k stars 346 forks source link

Convert URI to pixel array #444

Open sickopickle opened 1 year ago

sickopickle commented 1 year ago

feature request

Convert the URI into a binary pixel array of 0s and 1s, or just in color, but I only need binary.

Platform: IOS + Android, but if it works on of them (preferrably IOS), I'm happy

(Note: I took away the platform info because this is more of a request, not an issue)