在 Rails 中使用回形针和 jquery 裁剪/调整用户头像大小
我正在构建我的第一个 Ruby on Rails 应用程序,它将成为我自己的小社区。 我已经制作了包含多个字段和信息的用户模型。
现在我正在考虑为用户添加头像支持。我一直在研究,发现我最好的选择是使用 Paperclip,但后来我遇到了一点困境。
我希望我的用户能够在选择图像后调整/裁剪他们的头像图像。 我在 Google 上搜索了很多,因为我使用的是 jQuery,所以我发现 imgAreaSelect 在我看来是最好的。我认为 MiniMagick 看起来最好。
那么对于我的问题。如何最好地集成 Paperclip 和 imgAreaSelect? 我是 Ruby 和 Rails 新手,所以我不知道如何调整图像大小。
你们知道如何集成到或其他一些最适合我的需求的选项吗?
I am building my first Ruby on Rails app which is going to be my own little community.
I have made the User model with several fields and information.
Now I am thinking of adding avatar support for the users. I've been researching and found that my best option would be using Paperclip, but then I encountered a little dilemma.
I want my users to be able to resize/crop their avatar image after they have chosen a image.
I have Googled a lot and since i am using jQuery i found that imgAreaSelect would be best in my opinion. And i think MiniMagick looks best.
So to my question. How can I best integrate Paperclip and imgAreaSelect?
I am new to Ruby and Rails so i don't know how i can resize the image.
Do you folks know how to integrate the to or maybe some other options that fits my needs best?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Ryan Bates 在 Railscast 182 中介绍了使用 Paperclip 和 JCrop 裁剪图像。我建议你检查一下。
Ryan Bates covered cropping images using Paperclip and JCrop in Railscast 182. I'd recommend that you check it out.