修改压缩比例quality为100
This commit is contained in:
parent
a19ba493b3
commit
4afa471fb6
@ -136,7 +136,7 @@ cameraExport.getPicture = function (successCallback, errorCallback, options) {
|
|||||||
options = options || {};
|
options = options || {};
|
||||||
var getValue = argscheck.getValue;
|
var getValue = argscheck.getValue;
|
||||||
|
|
||||||
var quality = getValue(options.quality, 50);
|
var quality = getValue(options.quality, 100);
|
||||||
var destinationType = getValue(options.destinationType, Camera.DestinationType.FILE_URI);
|
var destinationType = getValue(options.destinationType, Camera.DestinationType.FILE_URI);
|
||||||
var sourceType = getValue(options.sourceType, Camera.PictureSourceType.CAMERA);
|
var sourceType = getValue(options.sourceType, Camera.PictureSourceType.CAMERA);
|
||||||
var targetWidth = getValue(options.targetWidth, -1);
|
var targetWidth = getValue(options.targetWidth, -1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user