You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// max images to be selected, defaults to 15. If this is set to 1, upon
53
-
// selection of a single image, the plugin will return it.
51
+
// max images to be selected, defaults to 0 (infinity)
54
52
maximumImagesCount: int,
55
-
56
-
// max width and height to allow the images to be. Will keep aspect
57
-
// ratio no matter what. So if both are 800, the returned image
58
-
// will be at most 800 pixels wide and 800 pixels tall. If the width is
59
-
// 800 and height 0 the image will be 800 pixels wide if the source
60
-
// is at least that wide.
61
-
width: int,
62
-
height: int,
63
-
64
-
// quality of resized image, defaults to 100
65
-
quality: int (0-100),
66
-
dataurl: 0 // 1 if you what to return image in base64 format
67
53
};
68
54
69
55
### Note for Android Use
@@ -72,11 +58,17 @@ The plugin returns images that are stored in a temporary directory. These image
72
58
73
59
## Libraries used
74
60
75
-
#### ELCImagePicker
61
+
#### QBImagePicker
76
62
77
-
For iOS this plugin uses the ELCImagePickerController, with slight modifications for the iOS image picker. ELCImagePicker uses the MIT License which can be found in the file LICENSE.
63
+
For iOS this plugin uses the QBImagePicker, with slight modifications for the iOS image picker.
64
+
QBImagePicker uses the MIT License which can be found in the file LICENSE.
0 commit comments