AshokGK
AshokGK

Reputation: 875

How to select and crop an image in rails?

In my rails app I am giving an option to upload an image to set his/her profile picture. I want to give an option to customise the picture at UI side and save it.

So that user can upload any size photos and he can select any part of the image and crop it.

How do I achieve this requirement? Currently I am using paperclip gem.

Any javascript plugin is available?

Any other gem is available?

Is it possible with paperclip gem also?

Thanks

Upvotes: 0

Views: 1180

Answers (1)

Related Questions