bamlab / react-native-image-resizer

🗻 Resize local images with React Native
MIT License
1.6k stars 342 forks source link

Image blur on Android #347

Closed quannq-comartek closed 1 year ago

quannq-comartek commented 1 year ago

This is my code

const resizeImage = ({ path, maxWidth, maxHeight }) => { return ImageResizer.createResizedImage( path, maxWidth, maxHeight, 'JPEG', //compressFormat, 100, //quality, 0, // rotation, undefined, false, { mode: 'contain', onlyScaleDown: false, }, ); };

I have a problem is the image display on screen android, The picture on android is blurry but on ios it's normal, please help me

stale[bot] commented 1 year ago

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.