Angular JS Image Crop Directive [closed]

2019-03-15 04:59发布

问题:

Can anyone recommend a decent image cropper directive for Angularjs? I've looked at a few out there and can't find much of anything. Has anyone found one they use that they like?

We currently use angular-file-upload (https://github.com/danialfarid/angular-file-upload) to upload files so it would be nice if it worked with this.

回答1:

you could try ngImgCrop which it's awesome! it's way more than only a image cropper! and I see no issue using it with angular-file-upload!

cheers!



回答2:

I am currently using Angular Image crop by Andy's. Its cool and has good features.

http://andyshora.com/angular-image-cropper.html

Only draw back, it does not support for camera. Rest fine.

Cheers, -/Sammi



回答3:

I suggest this one https://github.com/koorgoo/ngCropper. It is built over jquery plugin and has variaty of options to be customized