云上的 CarrierWave 裁剪文件(雾)
我正在尝试使用 CarrierWave 裁剪图像并将其放在云雾(cloud_files)上。我该怎么做?我是否必须下载一个副本作为临时文件,裁剪它,然后将其上传回来?
如果上述步骤是正确的,那么我该怎么做呢?
I am trying to crop an image with CarrierWave and put it on the cloud fog(cloud_files). How can I do this? Will I have to download a copy as a tempfile, crop that, and then upload it back?
If the above steps are right, then how would I do them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我用这个家伙设置了 Carrierwave + twitter-bootstrap + jquery-file-upload + JCrop
该示例是一个图像库应用程序,它使用 jcrop 裁剪图像并通过 Carrierwave 保存回来。
https://github.com/n0ne/Rails-Carrierwave-jQuery-File-Upload
I used this guys setup carrierwave + twitter-bootstrap + jquery-file-upload + JCrop
The example is an image gallery app that uses jcrop to crop the images and save back via carrierwave.
https://github.com/n0ne/Rails-Carrierwave-jQuery-File-Upload