“识别”命令无法识别照片

时间:2012-11-30 21:24:27

标签: ruby-on-rails ruby-on-rails-3 imagemagick paperclip development-environment

  

可能重复:
  Paperclip Error

我安装了ImageMagick。如果我尝试在命令行上使用它,它的工作原理。我可以使用识别。它位于/usr/bin。在development.rb我做了

Paperclip.options[:command_path] = '/usr/bin/'

它仍然无效。我一直收到这个错误。

Command :: identify -format %wx%h :file
[paperclip] An error was received while processing: #<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream20121130-6368-1c4xwb9-0.jpg is not recognized by the 'identify' command.>

我不知道如何使这项工作。我尝试了一切。我也尝试将其添加到我的config/initializers/paperclip.rb,但它不起作用

require 'paperclip'

if RAILS_ENV == "development"
 Paperclip.options[:command_path] = '/usr/bin/'
end

0 个答案:

没有答案