我一直在使用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