react-native-image-resizer icon indicating copy to clipboard operation
react-native-image-resizer copied to clipboard

🗻 Resize local images with React Native

Results 124 react-native-image-resizer issues
Sort by recently updated
recently updated
newest added

brief: - add HEIC format - use HEIC decoding by https://github.com/timonus/UIImageHEIC - used fixed 0.8 quality for now - tested using example with format: HEIC draft reason: - additional testing

Is it possible to expose just the rotate feature? I use this throughout my app, and as many are aware, some Android devices return an image with the wrong rotation....

In IOS, RN0.61.5 , after run npm install react-native-image-resizer --save ,then pod install . then thorw an Erro: Metro Bundler has encountered an error: while tring to resolve module 'react-native-image-resizer'...

When I take a photo with Samsung S8 in portrait mode, the camera app tells me orientation is 90. If I apply this orientation to the resize, the image comes...

At bamlab few people have knowledges in Objective-C. This leads to 2 problems : - last code contribution of a member of bamlab (except myself was 2 years ago) -...

The original file is 11Mb so its resizing and compressing for sure. The resized file is correctly generated in the cache directory, the response object reports the correct size of...

`ImageResizer.createResizedImage(Platform.OS == 'IOS'?result.pathName:"file://"+result.pathName,200,110,"PNG",0)` "file://"+result.pathName => file:///storage/emulated/0/saved_signature/signature.png error:Unable to load source image from path

Resize mode cover should crop the image in order to fit it in the given size. Before: ![Simulator Screen Shot - iPhone X - 2020-11-30 at 13 06 48](https://user-images.githubusercontent.com/26821326/100610005-3b754800-330f-11eb-9aa9-9db602c2733b.png) After:...

The latest update just broke my app because it is containing the image within a boundary vs the default pre update, which was not containing within a boundary. I get...

Have you cleared the image cache?