cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

enhancement: Adding a rotation button to rotate image #135

Open andlcool opened 7 years ago

andlcool commented 7 years ago

Hi good work on this repo. Wondering if it is possible to add a rotation button to rotate image clock-wise and anti-clockwise. Will come in useful. Thanks.

juanrodriguezarc commented 7 years ago

How to rotate the image?

traveltheworldd commented 7 years ago

I can resolve the problem, here : i use a rotate button ,when it click , it will send a request to the web server, then i use java to rotate the image. then back to the web program , then use cropper.setImage() to display the rotate image.

sangwin commented 6 years ago

I need to rotate image at client side. Any ideas?