使用 Carrierwave Mac 进行基本 JPEG 操作

发布于 2024-11-07 20:03:56 字数 245 浏览 0 评论 0原文

在 Mac (Leopard) 服务器上为 CarrierWave 提供基本 JPEG 缩放的最简单方法是什么?我试图避免安装完整的 ImageMagick 套件及其所有无数的依赖项,因为该服务器现在很稳定,而且,ImageMagick 让我害怕,因为它在 /usr/local/bin 中散布着 PDF、字体、传真、bmp、png、等等我们不需要的实用程序。

我们所需要的 CarrierWave 就是从上传的 JPEG 创建 jpeg 拇指。有什么建议吗?

What's the least painful way to get basic JPEG scaling available to CarrierWave on a Mac (Leopard) Server? I'm trying to avoid installing the full ImageMagick suite and all its myriad dependencies as this server is stable right now and, well, ImageMagick scares me as it litters /usr/local/bin with PDF, Font, fax, bmp, png, etc utilities which we won't need.

All we need out of CarrierWave is for it to create jpeg thumbs from uploaded JPEGs. Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

于我来说 2024-11-14 20:03:56

尝试https://github.com/mxcl/homebrew。您可以使用brew 将所需的库安装到用户/主目录中。这样可以轻松恢复,而不会弄乱您的 Mac 默认设置。

try https://github.com/mxcl/homebrew. You could install the required libraries using brew into user/home directories. Which makes it easy to revert back with out messing with your mac defaults.

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