在 Rails 中使用回形针和 jquery 裁剪/调整用户头像大小

发布于 2024-08-29 23:00:29 字数 625 浏览 0 评论 0原文

我正在构建我的第一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

束缚m 2024-09-05 23:00:29

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文