React-native-image-crop-picker: [Question] Crop image with specified ratio and automatic width and height?

Created on 28 Apr 2018  路  5Comments  路  Source: ivpusic/react-native-image-crop-picker

Is it possible to set ratio (e.g. 16:9) and crop without resizing image? I mean that I need specified ratio, but I don't care what size of cropped image will be. Currently if I set width and height 1000x1000 for example, but user zoom his image very close then image will be increased and quality will be bad. It's on iOS platform.

Most helpful comment

vote up for this feature

All 5 comments

currently not

Currently if selected image's resolution is lower than specified crop resolution, the image won't be cropped anymore. Is this an expected behavior?

vote up for this feature

Is there any solution to this, if this won't be implemented?

Did you ever find a solution to this?

Was this page helpful?
0 / 5 - 0 ratings