react-native-image-resizer
react-native-image-resizer copied to clipboard
🗻 Resize local images with React Native
Hello, thanks so much for this work, currently I'm having a problem where I use the resizer and then I tried to upload the image using multi-part form data. I...
Hey, thanks for this great library! Saw in an issue that you have made a commit to set names of the saved image files but if I add an extra...
Hi guys, Can we output image as base64 thanks,
Can this be done that without passing the height and width of an image?
With the 1.3.0 update, I've been running into issue during my xCode iOS build process where it will say `'React/RCTImageLoader.h' file not found`. I'm running ``` react: 16.8.6 react-native: 0.60.6...
Something's up with the setup. On my setup, Android, Flow, react-native 0.52, I have to do this: ``` import * as ImageResizer from 'react-native-image-resizer' ... ImageResizer.default.createResizedImage(imageInfo.name, thumbnailWidth,...) ``` Anything else,...
Hi, I was wondering if it would be possible to save the image as WEBP in IOS, given that there is support for it with other libraries
Hey there, It would be great if this library would be buildable for mac os with catalyst. At the moment it fails due to `/Users/myUser/dev/react/myApp/node_modules/react-native-image-resizer/ios/RCTImageResizer/RCTImageResizer.m:18:9: AssetsLibrary is deprecated and is...
Hi, I have a question. In my app the user can take some pictures or upload pictures from the gallery. I want to resize the image that the user will...
If I pass an image of width 100 to `createResizedImage`, with maxWidth set to 1000, the resulting image will be of width 1000, not 100. If this is the intended...