为什么不“whichidentify”?在 Windows 机器上可以使用 ImageMagick 吗?
我试图让回形针和 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论