Closed ikishanoza closed 7 years ago
can i crop the image which is not pick up through camera or photo gallery ?? like below
var options = [ allowEdit: true, sourceType: Camera.PictureSourceType.SAVEDPHOTOALBUM, mediaType: Camera.MediaType.ALLMEDIA, destinationType: Camera.DestinationType.FILE_URI ]; plugins.crop.promise('https://static.pexels.com/photos/248797/pexels-photo-248797.jpeg', options) .then(function success (newPath) { });
Download it first
but if i download the image the i also need to delete from my device bcz i dont want that image i just need to crop this an upload it again.
can i crop the image which is not pick up through camera or photo gallery ?? like below