alexk111 / ngImgCrop

Image Crop directive for AngularJS (THIS PROJECT IS NOT MAINTAINED ANYMORE)
MIT License
1.12k stars 516 forks source link

Base64 input image #173

Open ghost opened 7 years ago

ghost commented 7 years ago

I'm grabbing my image from a users webcam and store it in $scope.newUser.Photo in Base64 format. I've tried using ngImgCrop but it looks like it doesn't like Base64 input.

Does this support Base64 input? How?

whatisboom commented 7 years ago

It does. I'm currently using it that way. Can you post a JSfiddle/codepen with code reproducing your problem?