react-native-image-resizer
react-native-image-resizer copied to clipboard
Expose the rotate function
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. So I'm wanting to let my user rotate manually when editing the image. The problem is if I just call createResizedImage with quality as 100 and rotating 90, the image filesize still is cut almost in half.
Would be nice to just call ImageResizer.rotate(uri, 90) and not compress the file or lose any quality.
same issue
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed. Thank you for your contributions.