mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-25 03:45:21 +00:00
parent
25fba89589
commit
323edd4a11
@ -137,7 +137,7 @@ ImagePicker.clean().then(() => {
|
||||
| compressVideoPreset (ios only) | string (default MediumQuality) | Choose which preset will be used for video compression |
|
||||
| compressImageMaxWidth | number (default none) | Compress image with maximum width |
|
||||
| compressImageMaxHeight | number (default none) | Compress image with maximum height |
|
||||
| compressImageQuality | number (default 1 (Android)/0.8 (iOS)) | Compress image with quality (from 0 to 1, where 1 is best quality). On iOS, values larger than 0.8 don't produce a noticable quality increase in most images, while a value of 0.8 will reduce the file size by about half or less compared to a value of 1. |
|
||||
| compressImageQuality | number (default 1 (Android)/0.8 (iOS)) | Compress image with quality (from 0 to 1, where 1 is best quality). On iOS, values larger than 0.8 don't produce a noticeable quality increase in most images, while a value of 0.8 will reduce the file size by about half or less compared to a value of 1. |
|
||||
| loadingLabelText (ios only) | string (default "Processing assets...") | Text displayed while photo is loading in picker |
|
||||
| mediaType | string (default any) | Accepted mediaType for image selection, can be one of: 'photo', 'video', or 'any' |
|
||||
| showsSelectedCount (ios only) | bool (default true) | Whether to show the number of selected assets |
|
||||
|
Loading…
x
Reference in New Issue
Block a user