Paperclip提示command is not recognized by the 'identify

编程入门 行业动态 更新时间:2024-10-26 14:28:56

用Paperclip来裁减图片,会提示如下错误:

/tmp/stream20100103-13830-ywmerx-0 is not recognized by the 'identify' command

解决办法,在config\initializers目录下建立一个custom_requires.rb文件,在里面加入如下语句来指定ImageMagick的安装位置

Paperclip.options[:command_path] = "xxx/xxxx/xxx"

如果不知道ImageMagick安装到什么地方,就输入

$ type identify

来查看。

在windows下,如果安装到D:/Program Files/ImageMagick-6.5.6-Q8,那么需要这么来写指定的路径:

Paperclip.options[:command_path] = 'D:/PROGRA~1/ImageMagick-6.5.6-Q8'

目录中不能有空格!!~

更多推荐

Paperclip提示command is not recognized by the 'identify

本文发布于:2023-06-14 05:08:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1441155.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:提示   Paperclip   command   identify   recognized

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!