使用 back_door 在 ubuntu 上的 radiant CMS 上调整图像大小示例
我认为这与在 Sinatra 中执行的命令相同。
我想使用 back_door 在服务器端将用户上传的图像调整为标准宽度。我认为 RMijick 是可行的方法 - 但我只想要一个代码示例来实现这一点。
我想知道调整大小然后使用rack-pagespeed进行缓存是否是更好的模式,或者只是检查请求的图像是否已经调整大小并跳过该操作。
I assume this is the same command as doing it in Sinatra.
I want to server-side resize user-uploaded images to a standard width using back_door. I assume RMijick is the way to go - but I'd just like a code sample to achieve this.
I want to know whether it is a better pattern to resize and then cache with rack-pagespeed, or just check to see if the image requested has already been resized and skip the operation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
注意:我假设您已经安装并配置了 radiant 和 back_door 扩展。
因此,从 ubuntu 安装开始:
然后安装 gem
然后验证 gem 版本:
然后重新加载 apache
然后在您的页面中执行以下操作:
Note: I'm assuming you've installed and configured radiant and the back_door extension.
So start off with the ubuntu install:
Then the gem install
Then validate the gem version:
Then reload apache
Then in your page do: