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

I don't know why, but on some devices is sometimes source null, escpecially on my old Samsung with Android 7. This is not fix, but it will prevent to crash...

ImageResizer.createResizedImage(this.state.image.uri, 8, 6, 'JPEG', 80) 80 is quality here. If i set it to 0 is that means low quality and 100 is high quality?

Hi, I got this error when createResizedImage ![screenshot_20161018-150447 1](https://cloud.githubusercontent.com/assets/10955932/19469169/57353824-9544-11e6-80c4-42eed8cd14f5.png) and my code: `ImageResizer.createResizedImage(source.uri, 800, 600, 'JPEG', 80) {....}` where source.uri is from ImagePicker. Thanks

I am downloading some images from api and saving inside default app directory. On reload, my api is again called, it responds the different file content with same filename. But...

The following the path. Is there anything wrong in the path format? "file:///data/user/0/com.anonimio/cache/c327d578-f31d-4ce9-a2e4-8f411c460d9e.jpg"

Currently there isn't a way to set the filename of the resized image. I know I can do a rename afterward, but it would be cleaner to set the target...

The quality is OK but clearly reduced, specially the color and contrast, please open the links: | [Original](http://dreamicus.com/data/eye/eye-02.jpg) | [Resized](https://minder-photos.s3.amazonaws.com/a25828fd-8d23-4ccc-8327-07d0627c7471.jpg) | | - | - | | | | Any...

This package currently supports rotation and resizing. Is it possible to have support for flipping/mirroring images too?

When specified outputPath within directory that doesn't exist we received exception. I've added creating parent directories before creating new file