使用Rails 5.1中的Paperclip将{sgg转换为jpg或png文件

时间:2017-12-01 22:38:21

标签: ruby-on-rails paperclip

我一直在使用paperclip,允许我的用户上传svg文件。这里的问题是我想将svg文件转换为png(或jpg,它无关紧要)。但我不知道是否有一个convert_option值来转换它,或者我们是否可以对它做些什么。

我跑的时候 convert file.svg file.png

在我的控制台中,我正在

attribute not recognized: n attribute not recognized: u attribute not recognized: n attribute not recognized: u convert: unable to open image `#': No such file or directory @ error/blob.c/OpenBlob/2701. convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/504. convert: unable to open image `#': No such file or directory @ error/blob.c/OpenBlob/2701. convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/504.

我正在使用带有imagemagick的macosx

0 个答案:

没有答案