为什么不“whichidentify”?在 Windows 机器上可以使用 ImageMagick 吗?

发布于 2024-11-15 21:38:03 字数 987 浏览 2 评论 0原文

我试图让回形针和 ImageMagick 在使用 Ruby 1.9.2 和 Rails 3.0.7 的 Windows 7 计算机上工作。 ImageMagick 似乎安装得很好,因为我执行了 ImageMagick 安装程序告诉我的 imdisplay 命令,并且它有效。只要我不尝试调整它的大小,基本的回形针附件也可以正常工作。一旦我尝试调整大小,就会收到“...[图像路径]无法被‘识别’命令识别”错误。有几个关于此的帖子,以下是我通过阅读这些内容所做的事情:

ImageMagick 安装在没有空格的目录中 - C:\ImageMagick-6.5.6-Q8

ImageMagick 在我的路径上 - I可以执行 identify -version 并获取版本信息。

我已将以下内容添加到我的 config/environments/development.rb 中:

Paperclip.options[:command_path] = "C:/ImageM~1"

我也尝试过使用完整路径,直到 另一篇文章建议~ 缩写。

建议?

I'm trying to get paperclip and ImageMagick to work on a Windows 7 machine using Ruby 1.9.2 and rails 3.0.7. ImageMagick appears to have installed fine, since I did the imdisplay command that the ImageMagick installer told me to do, and it worked. A basic paperclip attachment also works fine, as long as I'm not trying to resize it. Once I do try to resize, I get the "...[image path] is not recognized by the 'identify' command" error. There are several posts about this, here are the things I've done from reading those:

ImageMagick is installed in a directory w/out spaces - C:\ImageMagick-6.5.6-Q8

ImageMagick is on my PATH - I can do identify -version and get the version info.

I've added the following to my config/environments/development.rb :

Paperclip.options[:command_path] = "C:/ImageM~1"

I also tried that with the full path, until another post suggested the ~ abbreviation.

Suggestions?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文