nativescript-imagecropper icon indicating copy to clipboard operation
nativescript-imagecropper copied to clipboard

How to crop in auto mode?

Open info170 opened this issue 5 years ago • 1 comments

I use this plugin and it works well. But I need to crop image in auto mode - without interface. Can you add function or method to crop image to neccessary dimentions without any interface? For example: imagCropper.crop(imageSource, { resultWidth, resultHeight }) or more flexible: imagCropper.crop(imageSource, { startX, startY, resultWidth, resultHeight })

info170 avatar Apr 27 '19 07:04 info170

I would also love to see this

kdagnan avatar Jul 15 '19 20:07 kdagnan