breadapp
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 4
- Subscriptions 4
Comments
Recent activity by breadapp Sort by recent activity-
Updating for future reference. Found out I can use Jimp, a NodeJS library for image processing that is compatible with React Native (at least for version 0.14.0) Jimp.read(url,(err,image) => { co...
-
Thanks a lot Brandon / Apoc! That's what I needed. Have been playing with this for a couple days now, but can't find a way to convert the images into Uint8Array that works in LensStudio. I'm devel...