Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular JS Image Crop Directive [closed]

Tags:

angularjs

crop

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.

like image 391
nweg Avatar asked Sep 19 '14 13:09

nweg


3 Answers

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!

like image 175
pedrommuller Avatar answered Nov 03 '22 20:11

pedrommuller


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

like image 32
Volodymyr Ivanov Avatar answered Nov 03 '22 20:11

Volodymyr Ivanov


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

like image 4
Sammi Avatar answered Nov 03 '22 22:11

Sammi