react-native-image-resizer
react-native-image-resizer copied to clipboard
Image retains high size when converted to PNG from JPEG after resizing
I used react-native-image-picker to use camera to click an image and upload to server after reducing the quality to 80 and JPEG format. It worked beautifully and got a compressed JPEG image uploaded. But when I take that image from server and convert it to PNG for another purpose, the image retains original size (of about 6MB ) or more. The issue is in both Android & iOS. RN version: 0.59.3 image resizer : 1.0.1
Any suggestion would be helpful
This is not due to this library, but it is a react-native bug.
See https://github.com/facebook/react-native/issues/27099
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.